![]() |
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 | can_swap_attachments () |
function | enable_swap_attachments () |
function | get_triggers () |
function | init_parameters () |
function | is_pap_trigger () |
function private | pap_weapon_move_in (player, trigger, origin_offset, angles_offset) |
function private | pap_weapon_move_out (player, trigger, origin_offset, interact_offset) |
function | set_grabbable_by_anyone () |
function | set_interaction_height (n_height) |
function | set_interaction_trigger_height (n_height) |
function | set_interaction_trigger_radius (n_radius) |
function | set_move_in_func (fn_move_weapon_in) |
function | set_move_out_func (fn_move_weapon_out) |
function | set_timeout (n_timeout_s) |
function | update_hint_string (player) |
function can_swap_attachments | ( | ) |
Definition at line 94 of file _zm_pack_a_punch_util.gsc.
Referenced by add_zombie_weapon(), can_upgrade_weapon(), get_upgrade_weapon(), and has_weapon_or_attachments().
function enable_swap_attachments | ( | ) |
Definition at line 88 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
Referenced by main().
function get_triggers | ( | ) |
Definition at line 77 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
Referenced by __main__(), limited_weapon_below_quota(), treasure_chest_ChooseWeightedRandomWeapon(), and treasure_chest_weapon_spawn().
function init_parameters | ( | ) |
Definition at line 20 of file _zm_pack_a_punch_util.gsc.
References pap_weapon_move_in(), and pap_weapon_move_out().
Referenced by __init__(), enable_swap_attachments(), get_triggers(), set_grabbable_by_anyone(), set_interaction_height(), set_interaction_trigger_height(), set_interaction_trigger_radius(), set_move_in_func(), set_move_out_func(), and set_timeout().
function is_pap_trigger | ( | ) |
Definition at line 83 of file _zm_pack_a_punch_util.gsc.
function private pap_weapon_move_in | ( | player | , |
trigger | , | ||
origin_offset | , | ||
angles_offset | |||
) |
Definition at line 126 of file _zm_pack_a_punch_util.gsc.
Referenced by init_parameters().
function private pap_weapon_move_out | ( | player | , |
trigger | , | ||
origin_offset | , | ||
interact_offset | |||
) |
Definition at line 132 of file _zm_pack_a_punch_util.gsc.
Referenced by init_parameters().
function set_grabbable_by_anyone | ( | ) |
Definition at line 71 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_interaction_height | ( | n_height | ) |
Definition at line 41 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_interaction_trigger_height | ( | n_height | ) |
Definition at line 53 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_interaction_trigger_radius | ( | n_radius | ) |
Definition at line 47 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_move_in_func | ( | fn_move_weapon_in | ) |
Definition at line 59 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_move_out_func | ( | fn_move_weapon_out | ) |
Definition at line 65 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function set_timeout | ( | n_timeout_s | ) |
Definition at line 35 of file _zm_pack_a_punch_util.gsc.
References init_parameters().
function update_hint_string | ( | player | ) |
Definition at line 103 of file _zm_pack_a_punch_util.gsc.
References get(), and is_weapon_upgraded().
Referenced by pap_trigger_hintstring_monitor().