![]() |
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_hero_weapon_is_flickering (slot) |
function | gadget_hero_weapon_is_inuse (slot) |
function | gadget_hero_weapon_on_activate (slot, weapon) |
function | gadget_hero_weapon_on_connect () |
function | gadget_hero_weapon_on_flicker (slot, weapon) |
function | gadget_hero_weapon_on_give (slot, weapon) |
function | gadget_hero_weapon_on_off (slot, weapon) |
function | gadget_hero_weapon_on_spawn () |
function | gadget_hero_weapon_on_take (slot, weapon) |
function | gadget_hero_weapon_ready (slot, weapon) |
function | hero_give_ammo (slot, weapon) |
function | hero_handle_ammo_save (slot, weapon) |
function | hero_save_ammo (slot, weapon) |
function | hero_wait_for_death (slot, weapon) |
function | hero_wait_for_game_end (slot, weapon) |
function | hero_wait_for_out_of_ammo (slot, weapon) |
function | set_gadget_hero_weapon_status (weapon, status, time) |
function __init__ | ( | ) |
Definition at line 22 of file _gadget_hero_weapon.gsc.
References gadget_hero_weapon_is_flickering(), gadget_hero_weapon_is_inuse(), gadget_hero_weapon_on_activate(), gadget_hero_weapon_on_flicker(), gadget_hero_weapon_on_give(), gadget_hero_weapon_on_off(), gadget_hero_weapon_on_take(), gadget_hero_weapon_ready(), GADGET_TYPE_HERO_WEAPON, 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_hero_weapon_is_flickering | ( | slot | ) |
Definition at line 41 of file _gadget_hero_weapon.gsc.
Referenced by __init__().
function gadget_hero_weapon_is_inuse | ( | slot | ) |
Definition at line 35 of file _gadget_hero_weapon.gsc.
Referenced by __init__().
function gadget_hero_weapon_on_activate | ( | slot | , |
weapon | |||
) |
Definition at line 104 of file _gadget_hero_weapon.gsc.
References hero_give_ammo(), and hero_handle_ammo_save().
Referenced by __init__().
function gadget_hero_weapon_on_connect | ( | ) |
Definition at line 93 of file _gadget_hero_weapon.gsc.
function gadget_hero_weapon_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 47 of file _gadget_hero_weapon.gsc.
Referenced by __init__().
function gadget_hero_weapon_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 52 of file _gadget_hero_weapon.gsc.
References hero_handle_ammo_save().
Referenced by __init__().
function gadget_hero_weapon_on_off | ( | slot | , |
weapon | |||
) |
Definition at line 121 of file _gadget_hero_weapon.gsc.
Referenced by __init__().
function gadget_hero_weapon_on_spawn | ( | ) |
Definition at line 99 of file _gadget_hero_weapon.gsc.
function gadget_hero_weapon_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 87 of file _gadget_hero_weapon.gsc.
Referenced by __init__().
function gadget_hero_weapon_ready | ( | slot | , |
weapon | |||
) |
Definition at line 129 of file _gadget_hero_weapon.gsc.
References hero_give_ammo().
Referenced by __init__().
function hero_give_ammo | ( | slot | , |
weapon | |||
) |
Definition at line 137 of file _gadget_hero_weapon.gsc.
Referenced by gadget_hero_weapon_on_activate(), and gadget_hero_weapon_ready().
function hero_handle_ammo_save | ( | slot | , |
weapon | |||
) |
Definition at line 143 of file _gadget_hero_weapon.gsc.
References hero_wait_for_death(), hero_wait_for_game_end(), and hero_wait_for_out_of_ammo().
Referenced by gadget_hero_weapon_on_activate(), and gadget_hero_weapon_on_give().
function hero_save_ammo | ( | slot | , |
weapon | |||
) |
Definition at line 177 of file _gadget_hero_weapon.gsc.
Referenced by hero_wait_for_death(), and hero_wait_for_game_end().
function hero_wait_for_death | ( | slot | , |
weapon | |||
) |
Definition at line 165 of file _gadget_hero_weapon.gsc.
References hero_save_ammo().
Referenced by hero_handle_ammo_save().
function hero_wait_for_game_end | ( | slot | , |
weapon | |||
) |
Definition at line 150 of file _gadget_hero_weapon.gsc.
References hero_save_ammo().
Referenced by hero_handle_ammo_save().
function hero_wait_for_out_of_ammo | ( | slot | , |
weapon | |||
) |
Definition at line 183 of file _gadget_hero_weapon.gsc.
Referenced by hero_handle_ammo_save().
function set_gadget_hero_weapon_status | ( | weapon | , |
status | , | ||
time | |||
) |
Definition at line 208 of file _gadget_hero_weapon.gsc.