![]() |
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 | main () |
function | precache_createfx_fx () |
function | precache_scripted_fx () |
function | run_door_fxanim (str_flag, str_scene, str_exploder) |
function __init__ | ( | ) |
Definition at line 45 of file zm_giant_fx.gsc.
References run_door_fxanim().
function main | ( | ) |
Definition at line 53 of file zm_giant_fx.gsc.
References precache_createfx_fx(), and precache_scripted_fx().
function precache_createfx_fx | ( | ) |
Definition at line 103 of file zm_giant_fx.gsc.
Referenced by main().
function precache_scripted_fx | ( | ) |
Definition at line 75 of file zm_giant_fx.gsc.
Referenced by main().
function run_door_fxanim | ( | str_flag | , |
str_scene | , | ||
str_exploder | |||
) |
Definition at line 59 of file zm_giant_fx.gsc.
References exploder(), play(), and wait_till().
Referenced by __init__().