![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function private | _throwStowedWeapon (entity, weapon, weaponModel) |
function | detachAllWeaponModels () |
function | detachWeapon (weapon) |
function | DoNoteTracks (flagName, customFunction, debugIdentifier, var1) |
function | DoNoteTracksForever (flagName, killString, customFunction, debugIdentifier) |
function | DoNoteTracksForeverIntercept (flagName, killString, interceptFunction, debugIdentifier) |
function | DoNoteTracksForeverProc (notetracksFunc, flagName, killString, customFunction, debugIdentifier) |
function | DoNoteTracksForTime (time, flagName, customFunction, debugIdentifier) |
function | doNoteTracksForTimeEndNotify (time) |
function | DoNoteTracksForTimeIntercept (time, flagName, interceptFunction, debugIdentifier) |
function | DoNoteTracksForTimeProc (doNoteTracksForeverFunc, time, flagName, customFunction, debugIdentifier, ent) |
function | DoNoteTracksIntercept (flagName, interceptFunction, debugIdentifier) |
function | DoNoteTracksPostCallback (flagName, postFunction) |
function | DropAIWeapon () |
function | DropAllAIWeapons () |
function | getTagForPos (position) |
function | HandleNoteTrack (note, flagName, customFunction, var1) |
function autoexec | main () |
function | placeWeaponOn (weapon, position) |
function | player_weapon_drop (weapon) |
function | StowWeapon (weapon, positionOffset, orientationOffset) |
function | ThrowWeapon (weapon, positionTag, scavenger) |
function | updateAttachedWeaponModels () |
function | updateScriptWeaponInfoAndPos (weapon, position) |
function private _throwStowedWeapon | ( | entity | , |
weapon | , | ||
weaponModel | |||
) |
Definition at line 23 of file shared.gsc.
References getTagForPos(), and ThrowWeapon().
Referenced by StowWeapon().
function detachAllWeaponModels | ( | ) |
Definition at line 137 of file shared.gsc.
Referenced by DropAllAIWeapons(), and placeWeaponOn().
function detachWeapon | ( | weapon | ) |
Definition at line 124 of file shared.gsc.
Referenced by placeWeaponOn().
function DoNoteTracks | ( | flagName | , |
customFunction | , | ||
debugIdentifier | , | ||
var1 | |||
) |
Definition at line 387 of file shared.gsc.
References HandleNoteTrack().
Referenced by do_zombie_rise(), DoNoteTracksForever(), playThundergunPainAnim(), zombie_faller_emerge(), zombie_goto_entrance(), and zombie_land().
function DoNoteTracksForever | ( | flagName | , |
killString | , | ||
customFunction | , | ||
debugIdentifier | |||
) |
Definition at line 462 of file shared.gsc.
References DoNoteTracks(), and DoNoteTracksForeverProc().
Referenced by DoNoteTracksForTime().
function DoNoteTracksForeverIntercept | ( | flagName | , |
killString | , | ||
interceptFunction | , | ||
debugIdentifier | |||
) |
Definition at line 467 of file shared.gsc.
References DoNoteTracksForeverProc(), and DoNoteTracksIntercept().
Referenced by DoNoteTracksForTimeIntercept().
function DoNoteTracksForeverProc | ( | notetracksFunc | , |
flagName | , | ||
killString | , | ||
customFunction | , | ||
debugIdentifier | |||
) |
Definition at line 472 of file shared.gsc.
Referenced by DoNoteTracksForever(), and DoNoteTracksForeverIntercept().
function DoNoteTracksForTime | ( | time | , |
flagName | , | ||
customFunction | , | ||
debugIdentifier | |||
) |
Definition at line 507 of file shared.gsc.
References DoNoteTracksForever(), doNoteTracksForTimeEndNotify(), and DoNoteTracksForTimeProc().
function doNoteTracksForTimeEndNotify | ( | time | ) |
Definition at line 527 of file shared.gsc.
Referenced by DoNoteTracksForTime(), and DoNoteTracksForTimeIntercept().
function DoNoteTracksForTimeIntercept | ( | time | , |
flagName | , | ||
interceptFunction | , | ||
debugIdentifier | |||
) |
Definition at line 514 of file shared.gsc.
References DoNoteTracksForeverIntercept(), doNoteTracksForTimeEndNotify(), and DoNoteTracksForTimeProc().
function DoNoteTracksForTimeProc | ( | doNoteTracksForeverFunc | , |
time | , | ||
flagName | , | ||
customFunction | , | ||
debugIdentifier | , | ||
ent | |||
) |
Definition at line 521 of file shared.gsc.
Referenced by DoNoteTracksForTime(), and DoNoteTracksForTimeIntercept().
function DoNoteTracksIntercept | ( | flagName | , |
interceptFunction | , | ||
debugIdentifier | |||
) |
Definition at line 408 of file shared.gsc.
References HandleNoteTrack().
Referenced by DoNoteTracksForeverIntercept().
function DoNoteTracksPostCallback | ( | flagName | , |
postFunction | |||
) |
Definition at line 437 of file shared.gsc.
References HandleNoteTrack().
function DropAIWeapon | ( | ) |
Definition at line 226 of file shared.gsc.
References getTagForPos(), IS_TRUE, placeWeaponOn(), player_weapon_drop(), setCurrentWeapon(), setPrimaryWeapon(), setSecondaryWeapon(), and ThrowWeapon().
Referenced by GibRightArm(), notetrackDropGunInternal(), robotDropStartingWeapon(), and takeOverTerminate().
function DropAllAIWeapons | ( | ) |
Definition at line 285 of file shared.gsc.
References a, detachAllWeaponModels(), IS_TRUE, placeWeaponOn(), player_weapon_drop(), and setCurrentWeapon().
function getTagForPos | ( | position | ) |
Definition at line 176 of file shared.gsc.
Referenced by _throwStowedWeapon(), and DropAIWeapon().
function HandleNoteTrack | ( | note | , |
flagName | , | ||
customFunction | , | ||
var1 | |||
) |
Definition at line 377 of file shared.gsc.
Referenced by DoNoteTracks(), DoNoteTracksIntercept(), and DoNoteTracksPostCallback().
function autoexec main | ( | ) |
Definition at line 17 of file shared.gsc.
function placeWeaponOn | ( | weapon | , |
position | |||
) |
Definition at line 58 of file shared.gsc.
References a, detachAllWeaponModels(), detachWeapon(), initWeapon(), setCurrentWeapon(), updateAttachedWeaponModels(), and updateScriptWeaponInfoAndPos().
Referenced by _CloneSelectWeapon(), DropAIWeapon(), DropAllAIWeapons(), forceRobotSoldierMindControlLevel2(), gun_recall(), gun_remove(), gun_switchto(), main(), and robotDropStartingWeapon().
function player_weapon_drop | ( | weapon | ) |
Definition at line 366 of file shared.gsc.
Referenced by DropAIWeapon(), and DropAllAIWeapons().
function StowWeapon | ( | weapon | , |
positionOffset | , | ||
orientationOffset | |||
) |
Definition at line 36 of file shared.gsc.
References _throwStowedWeapon(), and Spawn().
function ThrowWeapon | ( | weapon | , |
positionTag | , | ||
scavenger | |||
) |
Definition at line 196 of file shared.gsc.
References CONTENTS_ACTOR, CONTENTS_CORPSE, CONTENTS_PLAYER, and CONTENTS_VEHICLE.
Referenced by _dropRiotShield(), _throwStowedWeapon(), DropAIAmmo(), and DropAIWeapon().
function updateAttachedWeaponModels | ( | ) |
Definition at line 153 of file shared.gsc.
Referenced by placeWeaponOn().
function updateScriptWeaponInfoAndPos | ( | weapon | , |
position | |||
) |
Definition at line 131 of file shared.gsc.
Referenced by placeWeaponOn().