![]() |
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 | damage_floor_watcher () |
function | floor_collapse_init (positions) |
function | precache_destruct_fx () |
function | walk_floor_watcher () |
function __init__ | ( | ) |
Definition at line 17 of file floor_collapse_shared.gsc.
References add(), array, floor_collapse_init(), get_array(), and precache_destruct_fx().
function damage_floor_watcher | ( | ) |
Definition at line 203 of file floor_collapse_shared.gsc.
References PlayFx().
Referenced by floor_collapse_init().
function floor_collapse_init | ( | positions | ) |
Definition at line 48 of file floor_collapse_shared.gsc.
References damage_floor_watcher(), spawn(), Spawn(), and walk_floor_watcher().
Referenced by __init__().
function precache_destruct_fx | ( | ) |
Definition at line 240 of file floor_collapse_shared.gsc.
Referenced by __init__().
function walk_floor_watcher | ( | ) |
Definition at line 129 of file floor_collapse_shared.gsc.
References PlayFx().
Referenced by floor_collapse_init().