![]() |
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 | init_widows_wine () |
function | widows_wine_1p_contact_explosion (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | widows_wine_1p_contact_explosion_play (localClientNum) |
function | widows_wine_client_field_func () |
function | widows_wine_code_callback_func () |
function | widows_wine_wrap_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function __init__ | ( | ) |
Definition at line 28 of file _zm_perk_widows_wine.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, init_widows_wine(), PERK_WIDOWS_WINE, register(), register_perk_clientfields(), register_perk_effects(), register_perk_init_thread(), VERSION_SHIP, widows_wine_1p_contact_explosion(), widows_wine_client_field_func(), widows_wine_code_callback_func(), and WIDOWS_WINE_FX_MACHINE_LIGHT.
function init_widows_wine | ( | ) |
Definition at line 40 of file _zm_perk_widows_wine.csc.
References IS_TRUE, WIDOWS_WINE_FX_FILE_MACHINE_LIGHT, WIDOWS_WINE_FX_FILE_WRAP, WIDOWS_WINE_FX_MACHINE_LIGHT, and WIDOWS_WINE_FX_WRAP.
Referenced by __init__().
function widows_wine_1p_contact_explosion | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 99 of file _zm_perk_widows_wine.csc.
References widows_wine_1p_contact_explosion_play().
Referenced by __init__().
function widows_wine_1p_contact_explosion_play | ( | localClientNum | ) |
Definition at line 108 of file _zm_perk_widows_wine.csc.
References WIDOWS_WINE_1P_EXPLOSION.
Referenced by widows_wine_1p_contact_explosion().
function widows_wine_client_field_func | ( | ) |
Definition at line 50 of file _zm_perk_widows_wine.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, CF_WIDOWS_WINE_WRAP, PERK_CLIENTFIELD_WIDOWS_WINE, register(), VERSION_SHIP, and widows_wine_wrap_cb().
Referenced by __init__().
function widows_wine_code_callback_func | ( | ) |
Definition at line 59 of file _zm_perk_widows_wine.csc.
Referenced by __init__().
function widows_wine_wrap_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 64 of file _zm_perk_widows_wine.csc.
References WIDOWS_WINE_FX_WRAP.
Referenced by widows_wine_client_field_func().