![]() |
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 | infrared_changed (localclientnum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | on_player_spawned (localClientNum) |
| function __init__ | ( | ) |
Definition at line 23 of file _gadget_infrared.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, infrared_changed(), on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.
| function infrared_changed | ( | localclientnum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 33 of file _gadget_infrared.csc.
References IsEnemyPlayer(), and set_entity_thermal().
Referenced by __init__().
| function on_player_spawned | ( | localClientNum | ) |
Definition at line 49 of file _gadget_infrared.csc.
References IsEnemyPlayer(), and set_entity_thermal().
Referenced by __init__().