![]() |
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 | gadget_combat_efficiency_is_flickering (slot) |
| function | gadget_combat_efficiency_is_inuse (slot) |
| function | gadget_combat_efficiency_on_activate (slot, weapon) |
| function | gadget_combat_efficiency_on_connect () |
| function | gadget_combat_efficiency_on_flicker (slot, weapon) |
| function | gadget_combat_efficiency_on_give (slot, weapon) |
| function | gadget_combat_efficiency_on_off (slot, weapon) |
| function | gadget_combat_efficiency_on_spawn () |
| function | gadget_combat_efficiency_on_take (slot, weapon) |
| function | gadget_combat_efficiency_ready (slot, weapon) |
| function | set_gadget_combat_efficiency_status (weapon, status, time) |
| function __init__ | ( | ) |
Definition at line 20 of file _gadget_combat_efficiency.gsc.
References gadget_combat_efficiency_is_flickering(), gadget_combat_efficiency_is_inuse(), gadget_combat_efficiency_on_activate(), gadget_combat_efficiency_on_flicker(), gadget_combat_efficiency_on_give(), gadget_combat_efficiency_on_off(), gadget_combat_efficiency_on_take(), gadget_combat_efficiency_ready(), GADGET_TYPE_COMBAT_EFFICIENCY, register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), and register_gadget_ready_callbacks().
| function gadget_combat_efficiency_is_flickering | ( | slot | ) |
Definition at line 39 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_is_inuse | ( | slot | ) |
Definition at line 33 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_on_activate | ( | slot | , |
| weapon | |||
| ) |
Definition at line 73 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_on_connect | ( | ) |
Definition at line 61 of file _gadget_combat_efficiency.gsc.
| function gadget_combat_efficiency_on_flicker | ( | slot | , |
| weapon | |||
| ) |
Definition at line 45 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_on_give | ( | slot | , |
| weapon | |||
| ) |
Definition at line 50 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_on_off | ( | slot | , |
| weapon | |||
| ) |
Definition at line 81 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_on_spawn | ( | ) |
Definition at line 67 of file _gadget_combat_efficiency.gsc.
| function gadget_combat_efficiency_on_take | ( | slot | , |
| weapon | |||
| ) |
Definition at line 55 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function gadget_combat_efficiency_ready | ( | slot | , |
| weapon | |||
| ) |
Definition at line 95 of file _gadget_combat_efficiency.gsc.
Referenced by __init__().
| function set_gadget_combat_efficiency_status | ( | weapon | , |
| status | , | ||
| time | |||
| ) |
Definition at line 100 of file _gadget_combat_efficiency.gsc.