![]() |
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_shared (localClientNum) |
function | trophy_rolling_anim (localClientNum) |
function | trophy_state_change (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | trophy_state_change_recon (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | trophy_stationary_anim (localClientNum) |
function init_shared | ( | localClientNum | ) |
Definition at line 19 of file _trophy_system.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), trophy_state_change(), trophy_state_change_recon(), and VERSION_SHIP.
Referenced by __init__().
function trophy_rolling_anim | ( | localClientNum | ) |
Definition at line 103 of file _trophy_system.csc.
Referenced by trophy_state_change(), and trophy_state_change_recon().
function trophy_state_change | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 30 of file _trophy_system.csc.
References trophy_rolling_anim(), trophy_stationary_anim(), TROPHY_SYSTEM_INIT, TROPHY_SYSTEM_ROLLING, TROPHY_SYSTEM_STATIONARY, TROPHY_SYSTEM_STUNNED, and waittill_dobj().
Referenced by init_shared().
function trophy_state_change_recon | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 67 of file _trophy_system.csc.
References trophy_rolling_anim(), trophy_stationary_anim(), TROPHY_SYSTEM_INIT, TROPHY_SYSTEM_ROLLING, TROPHY_SYSTEM_STATIONARY, TROPHY_SYSTEM_STUNNED, and waittill_dobj().
Referenced by init_shared().
function trophy_stationary_anim | ( | localClientNum | ) |
Definition at line 115 of file _trophy_system.csc.
Referenced by trophy_state_change(), and trophy_state_change_recon().