![]() |
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 | force_stream_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | glow_obj_cleanup (localClientNum) |
function | glow_obj_demo_jump_listener (localClientNum) |
function | lock_weapon_model (model) |
function | magicbox_closed_glow_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | magicbox_glow_callback (localClientNum, newVal, fx) |
function | magicbox_leave_sounds_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | magicbox_open_glow_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | magicbox_show_sounds_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | stream_model_for_time (localClientNum, model, time) |
function | unlock_weapon_model (model) |
function __init__ | ( | ) |
Definition at line 16 of file _zm_magicbox.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, force_stream_changed(), magicbox_closed_glow_callback(), magicbox_leave_sounds_callback(), magicbox_open_glow_callback(), magicbox_show_sounds_callback(), register(), VERSION_SHIP, and VERSION_TU7.
function force_stream_changed | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 32 of file _zm_magicbox.csc.
References stream_model_for_time().
Referenced by __init__().
function glow_obj_cleanup | ( | localClientNum | ) |
Definition at line 138 of file _zm_magicbox.csc.
Referenced by glow_obj_demo_jump_listener(), and magicbox_glow_callback().
function glow_obj_demo_jump_listener | ( | localClientNum | ) |
Definition at line 127 of file _zm_magicbox.csc.
References glow_obj_cleanup().
Referenced by magicbox_glow_callback().
function lock_weapon_model | ( | model | ) |
Definition at line 45 of file _zm_magicbox.csc.
References DEFAULT.
Referenced by stream_model_for_time().
function magicbox_closed_glow_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 98 of file _zm_magicbox.csc.
References magicbox_glow_callback().
Referenced by __init__().
function magicbox_glow_callback | ( | localClientNum | , |
newVal | , | ||
fx | |||
) |
Definition at line 103 of file _zm_magicbox.csc.
References DEFAULT, glow_obj_cleanup(), glow_obj_demo_jump_listener(), spawn(), and WAIT_CLIENT_FRAME.
Referenced by magicbox_closed_glow_callback(), and magicbox_open_glow_callback().
function magicbox_leave_sounds_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 87 of file _zm_magicbox.csc.
Referenced by __init__().
function magicbox_open_glow_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 93 of file _zm_magicbox.csc.
References magicbox_glow_callback().
Referenced by __init__().
function magicbox_show_sounds_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 80 of file _zm_magicbox.csc.
Referenced by __init__().
function stream_model_for_time | ( | localClientNum | , |
model | , | ||
time | |||
) |
Definition at line 71 of file _zm_magicbox.csc.
References lock_weapon_model(), and unlock_weapon_model().
Referenced by force_stream_changed().
function unlock_weapon_model | ( | model | ) |
Definition at line 57 of file _zm_magicbox.csc.
References DEFAULT.
Referenced by stream_model_for_time().