![]() |
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 | camo_gadget_off (slot, weapon) |
function | camo_gadget_on (slot, weapon) |
function | camo_is_flickering (slot) |
function | camo_is_inuse (slot) |
function | camo_on_connect () |
function | camo_on_disconnect () |
function | camo_on_flicker (slot, weapon) |
function | camo_on_give (slot, weapon) |
function | camo_on_spawn () |
function | camo_on_take (slot, weapon) |
function | suspend_camo_suit (slot, weapon) |
function | suspend_camo_suit_wait (slot, weapon) |
function __init__ | ( | ) |
Definition at line 17 of file _gadget_active_camo.gsc.
References camo_gadget_off(), camo_gadget_on(), camo_is_flickering(), camo_is_inuse(), camo_on_connect(), camo_on_disconnect(), camo_on_flicker(), camo_on_give(), camo_on_spawn(), camo_on_take(), GADGET_TYPE_ACTIVE_CAMO, on_connect(), on_disconnect(), on_spawned(), register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), and register_gadget_possession_callbacks().
function camo_gadget_off | ( | slot | , |
weapon | |||
) |
Definition at line 109 of file _gadget_active_camo.gsc.
References clear(), GADGET_CAMO_SHADER_OFF, and set().
Referenced by __init__().
function camo_gadget_on | ( | slot | , |
weapon | |||
) |
Definition at line 95 of file _gadget_active_camo.gsc.
References GADGET_CAMO_SHADER_ON, and set().
Referenced by __init__().
function camo_is_flickering | ( | slot | ) |
Definition at line 63 of file _gadget_active_camo.gsc.
Referenced by __init__(), and suspend_camo_suit_wait().
function camo_is_inuse | ( | slot | ) |
Definition at line 58 of file _gadget_active_camo.gsc.
References get().
Referenced by __init__(), gadget_vision_pulse_start(), say_kill_battle_chatter(), and suspend_camo_suit().
function camo_on_connect | ( | ) |
Definition at line 30 of file _gadget_active_camo.gsc.
Referenced by __init__().
function camo_on_disconnect | ( | ) |
Definition at line 37 of file _gadget_active_camo.gsc.
Referenced by __init__().
function camo_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 86 of file _gadget_active_camo.gsc.
References suspend_camo_suit().
Referenced by __init__().
function camo_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 69 of file _gadget_active_camo.gsc.
Referenced by __init__().
function camo_on_spawn | ( | ) |
Definition at line 45 of file _gadget_active_camo.gsc.
References clear(), GADGET_CAMO_SHADER_OFF, and set().
Referenced by __init__().
function camo_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 77 of file _gadget_active_camo.gsc.
Referenced by __init__().
function suspend_camo_suit | ( | slot | , |
weapon | |||
) |
Definition at line 126 of file _gadget_active_camo.gsc.
References camo_is_inuse(), GADGET_CAMO_SHADER_FLICKER, GADGET_CAMO_SHADER_ON, set(), and suspend_camo_suit_wait().
Referenced by camo_on_flicker().
function suspend_camo_suit_wait | ( | slot | , |
weapon | |||
) |
Definition at line 141 of file _gadget_active_camo.gsc.
References camo_is_flickering().
Referenced by suspend_camo_suit().