‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
All Data Structures Files Functions Variables Macros
_elevator.gsc File Reference

Go to the source code of this file.

Functions

function __init__ ()
 
function define_elevator_parts ()
 
function elevator_looping_sounds (notify_play, notify_stop)
 
function get_speed (path_point, speed)
 
function move_elevator_gates (platform_name, direction)
 
function move_platform (platform_start, platform_name)
 
function setup_elevator_gates (platform_name)
 
function trigger_think (platform_name)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 113 of file _elevator.gsc.

References define_elevator_parts().

◆ define_elevator_parts()

function define_elevator_parts ( )

◆ elevator_looping_sounds()

function elevator_looping_sounds ( notify_play  ,
notify_stop   
)

Definition at line 325 of file _elevator.gsc.

References loop_in_space().

Referenced by define_elevator_parts().

◆ get_speed()

function get_speed ( path_point  ,
speed   
)

Definition at line 528 of file _elevator.gsc.

Referenced by move_platform().

◆ move_elevator_gates()

function move_elevator_gates ( platform_name  ,
direction   
)

Definition at line 352 of file _elevator.gsc.

References script_delay().

Referenced by setup_elevator_gates().

◆ move_platform()

function move_platform ( platform_start  ,
platform_name   
)

Definition at line 390 of file _elevator.gsc.

References get(), and get_speed().

Referenced by define_elevator_parts().

◆ setup_elevator_gates()

function setup_elevator_gates ( platform_name  )

Definition at line 336 of file _elevator.gsc.

References get(), and move_elevator_gates().

Referenced by define_elevator_parts().

◆ trigger_think()

function trigger_think ( platform_name  )

Definition at line 302 of file _elevator.gsc.

Referenced by define_elevator_parts().