![]() |
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 | __init__ () |
| function | clearThreatDetectorOnDelete (sensorEnt, sensorHandle, localClientNum) |
| function | sensorGrenadeThink (sensorEnt, sensorHandle, localClientNum) |
| function | spawnedThreatDetector (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function __init__ | ( | ) |
Definition at line 17 of file _threat_detector.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), spawnedThreatDetector(), and VERSION_SHIP.
| function clearThreatDetectorOnDelete | ( | sensorEnt | , |
| sensorHandle | , | ||
| localClientNum | |||
| ) |
Definition at line 92 of file _threat_detector.csc.
References IsEnemyPlayer(), and set_player_threat_detected().
Referenced by spawnedThreatDetector().
| function sensorGrenadeThink | ( | sensorEnt | , |
| sensorHandle | , | ||
| localClientNum | |||
| ) |
Definition at line 52 of file _threat_detector.csc.
References IsEnemyPlayer(), and set_player_threat_detected().
Referenced by 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__().