![]() |
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.
Macros | |
#define | MAX_SIMULTANEOUS_LOCKONS GetDvarInt( "scr_max_simLocks" ) |
Functions | |
function | __init__ () |
function | APFiredNotify () |
function | APLockLoop (weapon) |
function | APToggleLoop () |
function | ClearAPTarget (weapon, whom) |
function | DestroyLockOnCanceledMessage () |
function | DisplayLockOnCanceledMessage () |
function | GetBestTarget (weapon) |
function | InsideAPReticleLocked (target) |
function | InsideAPReticleNoLock (target) |
function | IsStillValidTarget (weapon, ent) |
function | LockSightTest (target) |
function | on_player_spawned () |
function | SeekerSound (alias, looping, id) |
function | TargetInsertionSortCompare (a, b) |
#define MAX_SIMULTANEOUS_LOCKONS GetDvarInt( "scr_max_simLocks" ) |
Definition at line 19 of file multilockapguidance.gsc.
function __init__ | ( | ) |
Definition at line 23 of file multilockapguidance.gsc.
References on_player_spawned(), and on_spawned().
function APFiredNotify | ( | ) |
Definition at line 91 of file multilockapguidance.gsc.
Referenced by on_player_spawned().
function APLockLoop | ( | weapon | ) |
Definition at line 158 of file multilockapguidance.gsc.
References ClearAPTarget(), DestroyLockOnCanceledMessage(), GetBestTarget(), IsStillValidTarget(), MAX_SIMULTANEOUS_LOCKONS, SeekerSound(), and WAIT_SERVER_FRAME.
Referenced by APToggleLoop().
function APToggleLoop | ( | ) |
Definition at line 113 of file multilockapguidance.gsc.
References APLockLoop(), ClearAPTarget(), and WAIT_SERVER_FRAME.
Referenced by on_player_spawned().
function ClearAPTarget | ( | weapon | , |
whom | |||
) |
Definition at line 38 of file multilockapguidance.gsc.
References DestroyLockOnCanceledMessage().
Referenced by APLockLoop(), APToggleLoop(), and on_player_spawned().
function DestroyLockOnCanceledMessage | ( | ) |
Definition at line 292 of file multilockapguidance.gsc.
References destroy().
Referenced by APLockLoop(), and ClearAPTarget().
function DisplayLockOnCanceledMessage | ( | ) |
Definition at line 298 of file multilockapguidance.gsc.
function GetBestTarget | ( | weapon | ) |
Definition at line 319 of file multilockapguidance.gsc.
References InsideAPReticleNoLock(), INT_MAX, lock(), LockSightTest(), and TargetInsertionSortCompare().
Referenced by APLockLoop().
function InsideAPReticleLocked | ( | target | ) |
Definition at line 419 of file multilockapguidance.gsc.
Referenced by IsStillValidTarget().
function InsideAPReticleNoLock | ( | target | ) |
Definition at line 413 of file multilockapguidance.gsc.
Referenced by GetBestTarget().
function IsStillValidTarget | ( | weapon | , |
ent | |||
) |
Definition at line 425 of file multilockapguidance.gsc.
References InsideAPReticleLocked(), and LockSightTest().
Referenced by APLockLoop().
function LockSightTest | ( | target | ) |
Definition at line 461 of file multilockapguidance.gsc.
Referenced by GetBestTarget(), and IsStillValidTarget().
function on_player_spawned | ( | ) |
Definition at line 29 of file multilockapguidance.gsc.
References APFiredNotify(), APToggleLoop(), and ClearAPTarget().
Referenced by __init__().
function SeekerSound | ( | alias | , |
looping | , | ||
id | |||
) |
Definition at line 439 of file multilockapguidance.gsc.
Referenced by APLockLoop().
function TargetInsertionSortCompare | ( | a | , |
b | |||
) |
Definition at line 404 of file multilockapguidance.gsc.
References a.
Referenced by GetBestTarget().