![]() |
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_all_actors (value) |
function | camo_bread_crumb (slot, weapon) |
function | camo_bread_crumb_delete () |
function | camo_bread_crumb_wait (slot, weapon) |
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 | camo_suit_flicker (slot, weapon) |
function | camo_takedown_watch (slot, weapon) |
function | camo_temporary_dont_ignore (slot) |
function | camo_temporary_dont_ignore_wait (slot) |
function | set_camo_reveal_status (status, time) |
function | suspend_camo_suit (slot, weapon) |
function | suspend_camo_suit_wait (slot, weapon) |
function __init__ | ( | ) |
Definition at line 17 of file _gadget_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_OPTIC_CAMO, on_connect(), on_disconnect(), on_spawned(), register(), register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), and VERSION_SHIP.
function camo_all_actors | ( | value | ) |
Definition at line 135 of file _gadget_camo.gsc.
function camo_bread_crumb | ( | slot | , |
weapon | |||
) |
Definition at line 236 of file _gadget_camo.gsc.
References camo_bread_crumb_delete(), camo_bread_crumb_wait(), camo_is_inuse(), and spawn().
Referenced by camo_gadget_on(), and camo_suit_flicker().
function camo_bread_crumb_delete | ( | ) |
Definition at line 281 of file _gadget_camo.gsc.
Referenced by camo_bread_crumb(), camo_gadget_off(), and camo_on_spawn().
function camo_bread_crumb_wait | ( | slot | , |
weapon | |||
) |
Definition at line 259 of file _gadget_camo.gsc.
References startTime.
Referenced by camo_bread_crumb().
function camo_gadget_off | ( | slot | , |
weapon | |||
) |
Definition at line 199 of file _gadget_camo.gsc.
References camo_bread_crumb_delete(), clear(), GADGET_CAMO_SHADER_OFF, and set().
Referenced by __init__().
function camo_gadget_on | ( | slot | , |
weapon | |||
) |
Definition at line 160 of file _gadget_camo.gsc.
References camo_bread_crumb(), camo_takedown_watch(), GADGET_CAMO_SHADER_ON, and set().
Referenced by __init__().
function camo_is_flickering | ( | slot | ) |
Definition at line 38 of file _gadget_camo.gsc.
Referenced by __init__(), camo_suit_flicker(), camo_temporary_dont_ignore_wait(), and suspend_camo_suit_wait().
function camo_is_inuse | ( | slot | ) |
Definition at line 33 of file _gadget_camo.gsc.
References get().
Referenced by __init__(), camo_bread_crumb(), camo_suit_flicker(), camo_takedown_watch(), camo_temporary_dont_ignore(), and suspend_camo_suit().
function camo_on_connect | ( | ) |
Definition at line 44 of file _gadget_camo.gsc.
Referenced by __init__().
function camo_on_disconnect | ( | ) |
Definition at line 52 of file _gadget_camo.gsc.
Referenced by __init__().
function camo_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 126 of file _gadget_camo.gsc.
References camo_suit_flicker().
Referenced by __init__().
function camo_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 109 of file _gadget_camo.gsc.
Referenced by __init__().
function camo_on_spawn | ( | ) |
Definition at line 61 of file _gadget_camo.gsc.
References camo_bread_crumb_delete(), clear(), GADGET_CAMO_SHADER_OFF, and set().
Referenced by __init__().
function camo_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 117 of file _gadget_camo.gsc.
Referenced by __init__().
function camo_suit_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 354 of file _gadget_camo.gsc.
References camo_bread_crumb(), camo_is_flickering(), camo_is_inuse(), camo_temporary_dont_ignore(), and suspend_camo_suit().
Referenced by camo_on_flicker().
function camo_takedown_watch | ( | slot | , |
weapon | |||
) |
Definition at line 290 of file _gadget_camo.gsc.
References camo_is_inuse(), and SetFlickering().
Referenced by camo_gadget_on().
function camo_temporary_dont_ignore | ( | slot | ) |
Definition at line 309 of file _gadget_camo.gsc.
References camo_is_inuse(), and camo_temporary_dont_ignore_wait().
Referenced by camo_suit_flicker().
function camo_temporary_dont_ignore_wait | ( | slot | ) |
Definition at line 336 of file _gadget_camo.gsc.
References camo_is_flickering().
Referenced by camo_temporary_dont_ignore().
function set_camo_reveal_status | ( | status | , |
time | |||
) |
Definition at line 381 of file _gadget_camo.gsc.
function suspend_camo_suit | ( | slot | , |
weapon | |||
) |
Definition at line 83 of file _gadget_camo.gsc.
References camo_is_inuse(), GADGET_CAMO_SHADER_FLICKER, GADGET_CAMO_SHADER_ON, set(), and suspend_camo_suit_wait().
Referenced by camo_suit_flicker().
function suspend_camo_suit_wait | ( | slot | , |
weapon | |||
) |
Definition at line 98 of file _gadget_camo.gsc.
References camo_is_flickering().
Referenced by suspend_camo_suit().