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

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 Documentation

◆ __init__()

function __init__ ( )

◆ damage_floor_watcher()

function damage_floor_watcher ( )

Definition at line 203 of file floor_collapse_shared.gsc.

References PlayFx().

Referenced by floor_collapse_init().

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

◆ precache_destruct_fx()

function precache_destruct_fx ( )

Definition at line 240 of file floor_collapse_shared.gsc.

Referenced by __init__().

◆ walk_floor_watcher()

function walk_floor_watcher ( )

Definition at line 129 of file floor_collapse_shared.gsc.

References PlayFx().

Referenced by floor_collapse_init().