![]() |
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 | 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 __init__ | ( | ) |
Definition at line 113 of file _elevator.gsc.
References define_elevator_parts().
function define_elevator_parts | ( | ) |
Definition at line 209 of file _elevator.gsc.
References elevator_looping_sounds(), get_array(), move_platform(), setup_elevator_gates(), and trigger_think().
Referenced by __init__().
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().
function get_speed | ( | path_point | , |
speed | |||
) |
Definition at line 528 of file _elevator.gsc.
Referenced by move_platform().
function move_elevator_gates | ( | platform_name | , |
direction | |||
) |
Definition at line 352 of file _elevator.gsc.
References script_delay().
Referenced by setup_elevator_gates().
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().
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().
function trigger_think | ( | platform_name | ) |
Definition at line 302 of file _elevator.gsc.
Referenced by define_elevator_parts().