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

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 45 of file zm_giant_fx.gsc.

References run_door_fxanim().

◆ main()

function main ( )

Definition at line 53 of file zm_giant_fx.gsc.

References precache_createfx_fx(), and precache_scripted_fx().

◆ precache_createfx_fx()

function precache_createfx_fx ( )

Definition at line 103 of file zm_giant_fx.gsc.

Referenced by main().

◆ precache_scripted_fx()

function precache_scripted_fx ( )

Definition at line 75 of file zm_giant_fx.gsc.

Referenced by main().

◆ run_door_fxanim()

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