![]() |
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 | monitorFlight () |
function | monitorGPSJammer () |
function | monitorSenGrenJammer () |
function | on_player_connect (local_client_num) |
function | on_player_spawned (local_client_num) |
function __init__ | ( | ) |
Definition at line 22 of file _perks.gsc.
References on_connect(), on_player_connect(), on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.
function monitorFlight | ( | ) |
Definition at line 41 of file _perks.gsc.
References set(), and WAIT_SERVER_FRAME.
Referenced by on_player_spawned().
function monitorGPSJammer | ( | ) |
Definition at line 60 of file _perks.gsc.
References CLIENT_FIELD_FLAG_GPS_JAMMER_ACTIVE, IS_TRUE, isUsingRemote(), set(), and stateChange().
Referenced by on_player_spawned().
function monitorSenGrenJammer | ( | ) |
Definition at line 158 of file _perks.gsc.
References CLIENT_FIELD_FLAG_SG_JAMMER_ACTIVE, IS_TRUE, isUsingRemote(), set(), and stateChange().
Referenced by on_player_spawned().
function on_player_connect | ( | local_client_num | ) |
Definition at line 30 of file _perks.gsc.
Referenced by __init__().
function on_player_spawned | ( | local_client_num | ) |
Definition at line 34 of file _perks.gsc.
References monitorFlight(), monitorGPSJammer(), and monitorSenGrenJammer().
Referenced by __init__().