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

Go to the source code of this file.

Functions

function __init__ ()
 
function createThreatDetectorWatcher ()
 
function onSpawnThreatDetector (watcher, player)
 
function threatDetectorDestroyed (attacker, weapon, target)
 
function trackSensorGrenadeVictim (victim)
 
function watchForStationary (owner)
 
function watchThreatDetectorDamage (watcher)
 

Function Documentation

◆ __init__()

function __init__ ( )

◆ createThreatDetectorWatcher()

function createThreatDetectorWatcher ( )

◆ onSpawnThreatDetector()

function onSpawnThreatDetector ( watcher  ,
player   
)

◆ threatDetectorDestroyed()

function threatDetectorDestroyed ( attacker  ,
weapon  ,
target   
)

◆ trackSensorGrenadeVictim()

function trackSensorGrenadeVictim ( victim  )

Definition at line 72 of file _threat_detector.gsc.

References set_to_player().

◆ watchForStationary()

function watchForStationary ( owner  )

Definition at line 60 of file _threat_detector.gsc.

References set().

Referenced by onSpawnThreatDetector().

◆ watchThreatDetectorDamage()

function watchThreatDetectorDamage ( watcher  )