![]() |
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_sleight_of_hand_perk_for_level () |
function | init_sleight_of_hand () |
function | sleight_of_hand_client_field_func () |
function | sleight_of_hand_code_callback_func () |
function __init__ | ( | ) |
Definition at line 24 of file _zm_perk_sleight_of_hand.csc.
References enable_sleight_of_hand_perk_for_level().
function enable_sleight_of_hand_perk_for_level | ( | ) |
Definition at line 29 of file _zm_perk_sleight_of_hand.csc.
References init_sleight_of_hand(), PERK_SLEIGHT_OF_HAND, register_perk_clientfields(), register_perk_effects(), register_perk_init_thread(), sleight_of_hand_client_field_func(), sleight_of_hand_code_callback_func(), and SLEIGHT_OF_HAND_MACHINE_LIGHT_FX.
Referenced by __init__().
function init_sleight_of_hand | ( | ) |
Definition at line 37 of file _zm_perk_sleight_of_hand.csc.
References IS_TRUE, and SLEIGHT_OF_HAND_MACHINE_LIGHT_FX.
Referenced by enable_sleight_of_hand_perk_for_level().
function sleight_of_hand_client_field_func | ( | ) |
Definition at line 45 of file _zm_perk_sleight_of_hand.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, PERK_CLIENTFIELD_SLEIGHT_OF_HAND, register(), and VERSION_SHIP.
Referenced by enable_sleight_of_hand_perk_for_level().
function sleight_of_hand_code_callback_func | ( | ) |
Definition at line 50 of file _zm_perk_sleight_of_hand.csc.
Referenced by enable_sleight_of_hand_perk_for_level().