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

Go to the source code of this file.

Functions

function __init__ ()
 
function clearThreatDetectorOnDelete (sensorEnt, sensorHandle, localClientNum)
 
function sensorGrenadeThink (sensorEnt, sensorHandle, localClientNum)
 
function spawnedThreatDetector (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 

Function Documentation

◆ __init__()

function __init__ ( )

◆ clearThreatDetectorOnDelete()

function clearThreatDetectorOnDelete ( sensorEnt  ,
sensorHandle  ,
localClientNum   
)

Definition at line 92 of file _threat_detector.csc.

References IsEnemyPlayer(), and set_player_threat_detected().

Referenced by spawnedThreatDetector().

◆ sensorGrenadeThink()

function sensorGrenadeThink ( sensorEnt  ,
sensorHandle  ,
localClientNum   
)

Definition at line 52 of file _threat_detector.csc.

References IsEnemyPlayer(), and set_player_threat_detected().

Referenced by spawnedThreatDetector().

◆ spawnedThreatDetector()

function spawnedThreatDetector ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

Definition at line 25 of file _threat_detector.csc.

References clearThreatDetectorOnDelete(), and sensorGrenadeThink().

Referenced by __init__().