![]() |
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.
function __init__ | ( | ) |
Definition at line 30 of file _quadrotor.gsc.
References quadrotor_think().
function can_enter_main | ( | ) |
Definition at line 122 of file _quadrotor.gsc.
function death_fire_loop_audio | ( | ) |
Definition at line 1057 of file _quadrotor.gsc.
References Spawn().
Referenced by quadrotor_collision().
function death_fx | ( | ) |
Definition at line 750 of file _quadrotor.gsc.
References do_death_fx().
Referenced by quadrotor_death().
function goal_flag_monitor | ( | ) |
Definition at line 287 of file _quadrotor.gsc.
References clear(), set(), and waittill_any().
Referenced by quadrotor_movementupdate().
function make_sure_goal_is_well_above_ground | ( | pos | ) |
Definition at line 261 of file _quadrotor.gsc.
References end(), and trace().
Referenced by quadrotor_get_closest_node(), and quadrotor_movementupdate().
function qrotor_dmg_snd | ( | ) |
Definition at line 821 of file _quadrotor.gsc.
References Spawn(), and waittill_any().
Referenced by quadrotor_crash_movement().
function quadrotor_adjust_goal_for_enemy_height | ( | goalpos | ) |
Definition at line 233 of file _quadrotor.gsc.
Referenced by quadrotor_movementupdate().
function quadrotor_blink_lights | ( | ) |
Definition at line 1095 of file _quadrotor.gsc.
References lights_off(), and lights_on().
Referenced by quadrotor_main(), quadrotor_movementupdate(), and quadrotor_set_team().
function quadrotor_check_move | ( | position | ) |
Definition at line 221 of file _quadrotor.gsc.
Referenced by quadrotor_movementupdate().
function quadrotor_cleanup_fx | ( | ) |
Definition at line 679 of file _quadrotor.gsc.
Referenced by quadrotor_death().
function quadrotor_collision | ( | ) |
Definition at line 961 of file _quadrotor.gsc.
References death_fire_loop_audio(), emped(), and quadrotor_predicted_collision().
Referenced by quadrotor_crash_movement(), quadrotor_emped(), and quadrotor_main().
function quadrotor_collision_player | ( | ) |
Definition at line 943 of file _quadrotor.gsc.
Referenced by quadrotor_scripted().
function quadrotor_crash_accel | ( | ) |
Definition at line 889 of file _quadrotor.gsc.
Referenced by quadrotor_crash_movement().
function quadrotor_crash_movement | ( | attacker | , |
hitdir | |||
) |
Definition at line 756 of file _quadrotor.gsc.
References qrotor_dmg_snd(), quadrotor_collision(), quadrotor_crash_accel(), quadrotor_fire_for_time(), sign(), and toggle_sounds().
Referenced by quadrotor_death().
function quadrotor_damage | ( | ) |
Definition at line 636 of file _quadrotor.gsc.
References damage(), and quadrotor_update_damage_fx().
Referenced by quadrotor_think().
function quadrotor_death | ( | ) |
Definition at line 692 of file _quadrotor.gsc.
References death_cleanup_level_variables(), death_fx(), death_radius_damage(), delete_on_death(), lights_off(), quadrotor_cleanup_fx(), quadrotor_crash_movement(), set_death_model(), toggle_exhaust_fx(), toggle_sounds(), and toggle_tread_fx().
Referenced by quadrotor_think().
function quadrotor_emped | ( | ) |
Definition at line 1194 of file _quadrotor.gsc.
References quadrotor_collision(), quadrotor_level_out_for_landing(), quadrotor_off(), quadrotor_on(), and Spawn().
Referenced by QuadrotorCallback_VehicleDamage().
function quadrotor_exit_vehicle | ( | ) |
Definition at line 497 of file _quadrotor.gsc.
References quadrotor_teleport_to_nearest_node().
Referenced by quadrotor_scripted().
function quadrotor_find_new_position | ( | ) |
Definition at line 477 of file _quadrotor.gsc.
Referenced by quadrotor_movementupdate().
function quadrotor_fire_for_time | ( | totalFireTime | ) |
Definition at line 833 of file _quadrotor.gsc.
References emped(), and IS_TRUE.
Referenced by quadrotor_crash_movement(), and quadrotor_fireupdate().
function quadrotor_fireupdate | ( | ) |
Definition at line 184 of file _quadrotor.gsc.
References quadrotor_fire_for_time().
Referenced by quadrotor_main().
function quadrotor_get_closest_node | ( | ) |
Definition at line 455 of file _quadrotor.gsc.
References make_sure_goal_is_well_above_ground().
Referenced by quadrotor_movementupdate(), and quadrotor_teleport_to_nearest_node().
function quadrotor_get_damage_effect | ( | health_pct | ) |
Definition at line 564 of file _quadrotor.gsc.
Referenced by quadrotor_update_damage_fx().
function quadrotor_level_out_for_landing | ( | ) |
Definition at line 1177 of file _quadrotor.gsc.
References emped(), and WAIT_SERVER_FRAME.
Referenced by quadrotor_emped().
function quadrotor_main | ( | ) |
Definition at line 176 of file _quadrotor.gsc.
References quadrotor_blink_lights(), quadrotor_collision(), quadrotor_fireupdate(), and quadrotor_movementupdate().
Referenced by quadrotor_think().
function quadrotor_movementupdate | ( | ) |
Definition at line 297 of file _quadrotor.gsc.
References exists(), goal_flag_monitor(), init(), make_sure_goal_is_well_above_ground(), quadrotor_adjust_goal_for_enemy_height(), quadrotor_blink_lights(), quadrotor_check_move(), quadrotor_find_new_position(), quadrotor_get_closest_node(), script_delay(), waittill_any(), waittill_any_timeout(), and waittill_pathing_done().
Referenced by quadrotor_main().
function quadrotor_off | ( | ) |
Definition at line 139 of file _quadrotor.gsc.
References emped(), lights_off(), set_state(), toggle_sounds(), and toggle_tread_fx().
Referenced by quadrotor_emped(), and quadrotor_think().
function quadrotor_on | ( | ) |
Definition at line 156 of file _quadrotor.gsc.
References lights_on(), quadrotor_start_ai(), toggle_sounds(), and toggle_tread_fx().
Referenced by quadrotor_emped().
function quadrotor_play_single_fx_on_tag | ( | effect | , |
tag | |||
) |
Definition at line 586 of file _quadrotor.gsc.
References Spawn().
Referenced by quadrotor_update_damage_fx().
function quadrotor_predicted_collision | ( | ) |
Definition at line 928 of file _quadrotor.gsc.
Referenced by quadrotor_collision().
function quadrotor_scripted | ( | ) |
Definition at line 519 of file _quadrotor.gsc.
References quadrotor_collision_player(), quadrotor_exit_vehicle(), quadrotor_set_team(), and vehicle_damage_filter().
Referenced by quadrotor_think().
function quadrotor_self_destruct | ( | ) |
Definition at line 1129 of file _quadrotor.gsc.
References WAIT_SERVER_FRAME.
function quadrotor_set_team | ( | team | ) |
Definition at line 1066 of file _quadrotor.gsc.
References quadrotor_blink_lights().
Referenced by quadrotor_scripted(), and quadrotor_think().
function quadrotor_start_ai | ( | ) |
Definition at line 170 of file _quadrotor.gsc.
References set_state().
Referenced by quadrotor_on(), and quadrotor_think().
function quadrotor_start_scripted | ( | ) |
Definition at line 134 of file _quadrotor.gsc.
References set_state().
function quadrotor_teleport_to_nearest_node | ( | ) |
Definition at line 492 of file _quadrotor.gsc.
References quadrotor_get_closest_node().
Referenced by quadrotor_exit_vehicle().
function quadrotor_temp_bullet_shield | ( | invulnerable_time | ) |
Definition at line 1227 of file _quadrotor.gsc.
Referenced by QuadrotorCallback_VehicleDamage().
function quadrotor_think | ( | ) |
Definition at line 49 of file _quadrotor.gsc.
References add_interrupt_connection(), add_state(), create(), main(), quadrotor_damage(), quadrotor_death(), quadrotor_main(), quadrotor_off(), quadrotor_scripted(), quadrotor_set_team(), quadrotor_start_ai(), QuadrotorCallback_VehicleDamage(), and set_state().
Referenced by __init__().
function quadrotor_update_damage_fx | ( | ) |
Definition at line 614 of file _quadrotor.gsc.
References quadrotor_get_damage_effect(), and quadrotor_play_single_fx_on_tag().
Referenced by quadrotor_damage().
function quadrotor_update_rumble | ( | ) |
Definition at line 1105 of file _quadrotor.gsc.
function QuadrotorCallback_VehicleDamage | ( | eInflictor | , |
eAttacker | , | ||
iDamage | , | ||
iDFlags | , | ||
sMeansOfDeath | , | ||
weapon | , | ||
vPoint | , | ||
vDir | , | ||
sHitLoc | , | ||
psOffsetTime | , | ||
damageFromUnderneath | , | ||
modelIndex | , | ||
partName | |||
) |
Definition at line 1247 of file _quadrotor.gsc.
References quadrotor_emped(), and quadrotor_temp_bullet_shield().
Referenced by quadrotor_think().
function waittill_pathing_done | ( | ) |
Definition at line 276 of file _quadrotor.gsc.
References wait_till().
Referenced by quadrotor_movementupdate().