![]() |
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 | delayed_jump_pad_start (who) |
function | disconnect_failsafe_pad_poi_clean () |
function | failsafe_pad_poi_clean (ent_trig, ent_poi) |
function | jump_pad_cancel (ent_player) |
function | jump_pad_enemy_follow_or_ignore (ent_poi) |
function | jump_pad_ignore_poi_cleanup (ent_poi) |
function | jump_pad_init () |
function | jump_pad_move (vec_direction, flt_time, struct_poi, trigger) |
function | jump_pad_player_overrides (st_behavior, int_clean) |
function | jump_pad_player_variables () |
function | jump_pad_start (ent_player, endon_condition) |
function | jump_pad_think () |
function | stop_chasing_the_sky (ent_poi) |
function __init__ | ( | ) |
Definition at line 31 of file _zm_jump_pad.gsc.
References jump_pad_init().
function delayed_jump_pad_start | ( | who | ) |
Definition at line 111 of file _zm_jump_pad.gsc.
References function_thread(), jump_pad_cancel(), and jump_pad_start().
Referenced by jump_pad_think().
function disconnect_failsafe_pad_poi_clean | ( | ) |
Definition at line 526 of file _zm_jump_pad.gsc.
References deactivate_zombie_point_of_interest(), and jump_pad_ignore_poi_cleanup().
Referenced by jump_pad_move().
function failsafe_pad_poi_clean | ( | ent_trig | , |
ent_poi | |||
) |
Definition at line 545 of file _zm_jump_pad.gsc.
References deactivate_zombie_point_of_interest(), and jump_pad_ignore_poi_cleanup().
Referenced by jump_pad_move().
function jump_pad_cancel | ( | ent_player | ) |
Definition at line 371 of file _zm_jump_pad.gsc.
References IS_TRUE, jump_pad_player_overrides(), and name.
Referenced by delayed_jump_pad_start().
function jump_pad_enemy_follow_or_ignore | ( | ent_poi | ) |
Definition at line 568 of file _zm_jump_pad.gsc.
References add_poi_to_ignore_list(), is_player_valid(), IS_TRUE, and stop_chasing_the_sky().
Referenced by jump_pad_move().
function jump_pad_ignore_poi_cleanup | ( | ent_poi | ) |
Definition at line 621 of file _zm_jump_pad.gsc.
References IS_TRUE, and remove_poi_from_ignore_list().
Referenced by disconnect_failsafe_pad_poi_clean(), failsafe_pad_poi_clean(), and jump_pad_move().
function jump_pad_init | ( | ) |
Definition at line 37 of file _zm_jump_pad.gsc.
References get(), get_array(), jump_pad_player_variables(), jump_pad_think(), and on_connect().
Referenced by __init__().
function jump_pad_move | ( | vec_direction | , |
flt_time | , | ||
struct_poi | , | ||
trigger | |||
) |
Definition at line 402 of file _zm_jump_pad.gsc.
References create_and_play_dialog(), create_zombie_point_of_interest(), deactivate_zombie_point_of_interest(), disconnect_failsafe_pad_poi_clean(), failsafe_pad_poi_clean(), IS_TRUE, jump_pad_enemy_follow_or_ignore(), jump_pad_ignore_poi_cleanup(), spawn(), and WAIT_SERVER_FRAME.
Referenced by jump_pad_start().
function jump_pad_player_overrides | ( | st_behavior | , |
int_clean | |||
) |
Definition at line 683 of file _zm_jump_pad.gsc.
Referenced by jump_pad_cancel(), and jump_pad_start().
function jump_pad_player_variables | ( | ) |
Definition at line 67 of file _zm_jump_pad.gsc.
Referenced by jump_pad_init().
function jump_pad_start | ( | ent_player | , |
endon_condition | |||
) |
Definition at line 121 of file _zm_jump_pad.gsc.
References get(), IS_TRUE, jump_pad_move(), jump_pad_player_overrides(), name, and script_wait().
Referenced by delayed_jump_pad_start().
function jump_pad_think | ( | ) |
Definition at line 74 of file _zm_jump_pad.gsc.
References delayed_jump_pad_start(), init(), script_flag_wait(), and wait_till().
Referenced by jump_pad_init().
function stop_chasing_the_sky | ( | ent_poi | ) |
Definition at line 648 of file _zm_jump_pad.gsc.
References add_poi_to_ignore_list(), is_player_valid(), and IS_TRUE.
Referenced by jump_pad_enemy_follow_or_ignore().