![]() |
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 | fog_bank_2_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | turret_destroyed_0 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | turret_destroyed_1 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_client (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_turret_destroyed (localClientNum, ui_model_name, new_value) |
function __init__ | ( | ) |
Definition at line 17 of file _helicopter_gunner.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, fog_bank_2_callback(), MOTHERSHIP_VISIONSET_ALIAS, MOTHERSHIP_VISIONSET_FILE, register(), register_visionset_info(), turret_destroyed_0(), turret_destroyed_1(), update_client(), and VERSION_SHIP.
function fog_bank_2_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 53 of file _helicopter_gunner.csc.
Referenced by __init__().
function turret_destroyed_0 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 27 of file _helicopter_gunner.csc.
Referenced by __init__().
function turret_destroyed_1 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 31 of file _helicopter_gunner.csc.
Referenced by __init__().
function update_client | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 43 of file _helicopter_gunner.csc.
References get(), and update_turret_destroyed().
Referenced by __init__().
function update_turret_destroyed | ( | localClientNum | , |
ui_model_name | , | ||
new_value | |||
) |
Definition at line 35 of file _helicopter_gunner.csc.
Referenced by update_client().