![]() |
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.
Macros | |
#define | CAMO_REVEAL_TIME 0.5 |
Functions | |
function | __init__ () |
function | active_camo_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | doReveal (localClientNum, direction) |
#define CAMO_REVEAL_TIME 0.5 |
Definition at line 22 of file _flak_drone.csc.
function __init__ | ( | ) |
Definition at line 26 of file _flak_drone.csc.
References active_camo_changed(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), and VERSION_SHIP.
function active_camo_changed | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 31 of file _flak_drone.csc.
References doReveal(), HELICOPTER_CAMO_STATE_FLICKER, HELICOPTER_CAMO_STATE_OFF, set_dr_flag(), and update_dr_filters().
Referenced by __init__().
function doReveal | ( | localClientNum | , |
direction | |||
) |
Definition at line 46 of file _flak_drone.csc.
References CAMO_REVEAL_TIME, CLIENT_FRAME, set_dr_flag(), and update_dr_filters().
Referenced by active_camo_changed(), camoShaderOff(), camoShaderOn(), ent_camo_material_callback(), and handleCamoChange().