‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_magicbox.csc File Reference

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 Documentation

◆ __init__()

◆ force_stream_changed()

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__().

◆ glow_obj_cleanup()

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().

◆ glow_obj_demo_jump_listener()

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().

◆ lock_weapon_model()

function lock_weapon_model ( model  )

Definition at line 45 of file _zm_magicbox.csc.

References DEFAULT.

Referenced by stream_model_for_time().

◆ magicbox_closed_glow_callback()

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__().

◆ magicbox_glow_callback()

function magicbox_glow_callback ( localClientNum  ,
newVal  ,
fx   
)

◆ magicbox_leave_sounds_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__().

◆ magicbox_open_glow_callback()

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__().

◆ magicbox_show_sounds_callback()

function magicbox_show_sounds_callback ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

Definition at line 80 of file _zm_magicbox.csc.

Referenced by __init__().

◆ stream_model_for_time()

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().

◆ unlock_weapon_model()

function unlock_weapon_model ( model  )

Definition at line 57 of file _zm_magicbox.csc.

References DEFAULT.

Referenced by stream_model_for_time().