![]() |
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 | 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 get_guide_struct_angles | ( | ent | ) |
Definition at line 202 of file zm_giant_fx.csc.
References get_array().
function light_model_swap | ( | name | , |
model | |||
) |
function main | ( | ) |
Definition at line 41 of file zm_giant_fx.csc.
References light_model_swap(), perk_wire_fx(), precache_createfx_fx(), precache_scripted_fx(), precache_util_fx(), teleporter_map_light(), and teleporter_map_light_receiver().
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().
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().
function precache_createfx_fx | ( | ) |
Definition at line 98 of file zm_giant_fx.csc.
Referenced by main().
function precache_scripted_fx | ( | ) |
Definition at line 74 of file zm_giant_fx.csc.
Referenced by main().
function precache_util_fx | ( | ) |
Definition at line 36 of file zm_giant_fx.csc.
Referenced by main().
function ramp_fog_in_out | ( | ) |
Definition at line 165 of file zm_giant_fx.csc.
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().
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().
function teleporter_map_light_receiver_flash | ( | ) |
Definition at line 268 of file zm_giant_fx.csc.
References exploder(), stop_exploder(), and teleporter_map_light_receiver_stop().
Referenced by teleporter_map_light_receiver(), and teleporter_map_light_receiver_stop().
function teleporter_map_light_receiver_stop | ( | ) |
Definition at line 285 of file zm_giant_fx.csc.
References exploder(), stop_exploder(), and teleporter_map_light_receiver_flash().
Referenced by teleporter_map_light_receiver_flash().