‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
multilockapguidance.gsc File Reference

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)
 

Macro Definition Documentation

◆ MAX_SIMULTANEOUS_LOCKONS

#define MAX_SIMULTANEOUS_LOCKONS   GetDvarInt( "scr_max_simLocks" )

Definition at line 19 of file multilockapguidance.gsc.

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 23 of file multilockapguidance.gsc.

References on_player_spawned(), and on_spawned().

◆ APFiredNotify()

function APFiredNotify ( )

Definition at line 91 of file multilockapguidance.gsc.

Referenced by on_player_spawned().

◆ APLockLoop()

◆ APToggleLoop()

function APToggleLoop ( )

Definition at line 113 of file multilockapguidance.gsc.

References APLockLoop(), ClearAPTarget(), and WAIT_SERVER_FRAME.

Referenced by on_player_spawned().

◆ ClearAPTarget()

function ClearAPTarget ( weapon  ,
whom   
)

Definition at line 38 of file multilockapguidance.gsc.

References DestroyLockOnCanceledMessage().

Referenced by APLockLoop(), APToggleLoop(), and on_player_spawned().

◆ DestroyLockOnCanceledMessage()

function DestroyLockOnCanceledMessage ( )

Definition at line 292 of file multilockapguidance.gsc.

References destroy().

Referenced by APLockLoop(), and ClearAPTarget().

◆ DisplayLockOnCanceledMessage()

function DisplayLockOnCanceledMessage ( )

Definition at line 298 of file multilockapguidance.gsc.

◆ GetBestTarget()

function GetBestTarget ( weapon  )

◆ InsideAPReticleLocked()

function InsideAPReticleLocked ( target  )

Definition at line 419 of file multilockapguidance.gsc.

Referenced by IsStillValidTarget().

◆ InsideAPReticleNoLock()

function InsideAPReticleNoLock ( target  )

Definition at line 413 of file multilockapguidance.gsc.

Referenced by GetBestTarget().

◆ IsStillValidTarget()

function IsStillValidTarget ( weapon  ,
ent   
)

Definition at line 425 of file multilockapguidance.gsc.

References InsideAPReticleLocked(), and LockSightTest().

Referenced by APLockLoop().

◆ LockSightTest()

function LockSightTest ( target  )

Definition at line 461 of file multilockapguidance.gsc.

Referenced by GetBestTarget(), and IsStillValidTarget().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 29 of file multilockapguidance.gsc.

References APFiredNotify(), APToggleLoop(), and ClearAPTarget().

Referenced by __init__().

◆ SeekerSound()

function SeekerSound ( alias  ,
looping  ,
id   
)

Definition at line 439 of file multilockapguidance.gsc.

Referenced by APLockLoop().

◆ TargetInsertionSortCompare()

function TargetInsertionSortCompare ( a  ,
 
)

Definition at line 404 of file multilockapguidance.gsc.

References a.

Referenced by GetBestTarget().