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

Go to the source code of this file.

Functions

function get_guide_struct_angles (ent)
 
function light_model_swap (name, model)
 
function main ()
 
function perk_wire_fx (notify_wait, init_targetname, done_notify)
 
function perk_wire_fx_client (clientnum, init_targetname, done_notify)
 
function precache_createfx_fx ()
 
function precache_scripted_fx ()
 
function precache_util_fx ()
 
function ramp_fog_in_out ()
 
function teleporter_map_light (index, on_msg)
 
function teleporter_map_light_receiver ()
 
function teleporter_map_light_receiver_flash ()
 
function teleporter_map_light_receiver_stop ()
 

Function Documentation

◆ get_guide_struct_angles()

function get_guide_struct_angles ( ent  )

Definition at line 202 of file zm_giant_fx.csc.

References get_array().

◆ light_model_swap()

function light_model_swap ( name  ,
model   
)

Definition at line 184 of file zm_giant_fx.csc.

References name.

Referenced by main().

◆ main()

◆ perk_wire_fx()

function perk_wire_fx ( notify_wait  ,
init_targetname  ,
done_notify   
)

Definition at line 111 of file zm_giant_fx.csc.

References perk_wire_fx_client().

Referenced by main().

◆ perk_wire_fx_client()

function perk_wire_fx_client ( clientnum  ,
init_targetname  ,
done_notify   
)

Definition at line 123 of file zm_giant_fx.csc.

References get(), and spawn().

Referenced by perk_wire_fx().

◆ precache_createfx_fx()

function precache_createfx_fx ( )

Definition at line 98 of file zm_giant_fx.csc.

Referenced by main().

◆ precache_scripted_fx()

function precache_scripted_fx ( )

Definition at line 74 of file zm_giant_fx.csc.

Referenced by main().

◆ precache_util_fx()

function precache_util_fx ( )

Definition at line 36 of file zm_giant_fx.csc.

Referenced by main().

◆ ramp_fog_in_out()

function ramp_fog_in_out ( )

Definition at line 165 of file zm_giant_fx.csc.

◆ teleporter_map_light()

function teleporter_map_light ( index  ,
on_msg   
)

Definition at line 227 of file zm_giant_fx.csc.

References exploder(), play(), and stop_exploder().

Referenced by main().

◆ teleporter_map_light_receiver()

function teleporter_map_light_receiver ( )

Definition at line 248 of file zm_giant_fx.csc.

References exploder(), stop_exploder(), and teleporter_map_light_receiver_flash().

Referenced by main().

◆ teleporter_map_light_receiver_flash()

function teleporter_map_light_receiver_flash ( )

◆ teleporter_map_light_receiver_stop()

function teleporter_map_light_receiver_stop ( )