![]() |
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 | enable_staminup_perk_for_level () |
function | init_staminup () |
function | staminup_callback_func () |
function | staminup_client_field_func () |
function __init__ | ( | ) |
Definition at line 24 of file _zm_perk_staminup.csc.
References enable_staminup_perk_for_level().
function enable_staminup_perk_for_level | ( | ) |
Definition at line 29 of file _zm_perk_staminup.csc.
References init_staminup(), PERK_STAMINUP, register_perk_clientfields(), register_perk_effects(), register_perk_init_thread(), staminup_callback_func(), staminup_client_field_func(), and STAMINUP_MACHINE_LIGHT_FX.
Referenced by __init__().
function init_staminup | ( | ) |
Definition at line 37 of file _zm_perk_staminup.csc.
References IS_TRUE, and STAMINUP_MACHINE_FX_FILE_MACHINE_LIGHT.
Referenced by enable_staminup_perk_for_level().
function staminup_callback_func | ( | ) |
Definition at line 50 of file _zm_perk_staminup.csc.
Referenced by enable_staminup_perk_for_level().
function staminup_client_field_func | ( | ) |
Definition at line 45 of file _zm_perk_staminup.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, PERK_CLIENTFIELD_STAMINUP, register(), and VERSION_SHIP.
Referenced by enable_staminup_perk_for_level().