![]() |
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.
Macros | |
#define | FILTER_DT 0.016667 |
#define | FILTER_FADE_IN_RATE MIN_FILTER_INTENSITY / FILTER_FADE_IN_TIME |
#define | FILTER_FADE_IN_TIME 0.1 |
#define | FILTER_FADE_OUT_RATE MAX_FILTER_INTENSITY / FILTER_FADE_OUT_TIME |
#define | FILTER_FADE_OUT_TIME 0.33 |
#define | MAX_FILTER_INTENSITY 1 |
#define | MIN_FILTER_INTENSITY 0.5 |
Functions | |
function | __init__ () |
function | add_vehicletype_callback (vehicletype, callback) |
function | addAnimToList (animItem, &listOn, &listOff, playWhenOff, id, maxID) |
function | addFxAndTagToLists (fx, tag, &fxList, &tagList, id, maxID) |
function | aircraft_dustkick () |
function | ambient_anim_toggle (localClientNum, groupID, isOn) |
function autoexec | build_damage_filter_list () |
function | control_lights_groups (localClientNum, on) |
function | damage_filter_disable (localClientNum) |
function | damage_filter_enable (localClientNum, materialid) |
function | damage_filter_heavy (localClientNum) |
function | damage_filter_light (localClientNum) |
function | damage_filter_off (localClientNum) |
function | delayed_fx_thread (localClientNum, name, fx, tag, delay) |
function | delete_alert_lights (localClientNum) |
function | field_death_spawn_dynents (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_do_deathfx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_do_empdeathfx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_do_standarddeathfx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_gib_spawn_dynents (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_ambient_anim_handler1 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_ambient_anim_handler2 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_ambient_anim_handler3 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_ambient_anim_handler4 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_burn (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_dnidamagefx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_emp (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_exhaustfx_handler (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lights_group_handler1 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lights_group_handler2 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lights_group_handler3 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lights_group_handler4 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lights_handler (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_lockon_handler (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_sounds (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_toggle_treadfx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_update_alert_level (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_update_damage_state (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | field_use_engine_damage_sounds (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | init_damage_filter (materialid) |
function | kill_exhaust_watcher (localClientNum) |
function | kill_treads_forever () |
function | lights_group_toggle (localClientNum, id, isOn) |
function | lights_off (localClientNum) |
function | lights_on (localClientNum, team) |
function | play_exhaust (localClientNum) |
function | rumble (localClientNum) |
function | set_static_postfxbundle (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | ShouldChangeScreenPostFx (localClientNum) |
function | spawned_callback (localClientNum) |
function | stop_exhaust (localClientNum) |
function | toggle_flir_postfxbundle (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | toggle_fx_bundle (localClientNum, name, turnOn) |
function | update_ui_fullscreen_filter_model (localClientNum, vision_set_value) |
function | wait_for_DObj (localClientNum) |
function | weapon_fired () |
#define FILTER_DT 0.016667 |
Definition at line 1427 of file vehicle_shared.csc.
#define FILTER_FADE_IN_RATE MIN_FILTER_INTENSITY / FILTER_FADE_IN_TIME |
Definition at line 1425 of file vehicle_shared.csc.
#define FILTER_FADE_IN_TIME 0.1 |
Definition at line 1423 of file vehicle_shared.csc.
#define FILTER_FADE_OUT_RATE MAX_FILTER_INTENSITY / FILTER_FADE_OUT_TIME |
Definition at line 1426 of file vehicle_shared.csc.
#define FILTER_FADE_OUT_TIME 0.33 |
Definition at line 1424 of file vehicle_shared.csc.
#define MAX_FILTER_INTENSITY 1 |
Definition at line 1422 of file vehicle_shared.csc.
#define MIN_FILTER_INTENSITY 0.5 |
Definition at line 1421 of file vehicle_shared.csc.
function __init__ | ( | ) |
Definition at line 18 of file vehicle_shared.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, field_death_spawn_dynents(), field_do_deathfx(), field_gib_spawn_dynents(), field_set_lighting_ent(), field_toggle_ambient_anim_handler1(), field_toggle_ambient_anim_handler2(), field_toggle_ambient_anim_handler3(), field_toggle_burn(), field_toggle_dnidamagefx(), field_toggle_emp(), field_toggle_exhaustfx_handler(), field_toggle_lights_group_handler1(), field_toggle_lights_group_handler2(), field_toggle_lights_group_handler3(), field_toggle_lights_group_handler4(), field_toggle_lights_handler(), field_toggle_lockon_handler(), field_toggle_sounds(), field_toggle_treadfx(), field_update_alert_level(), field_update_damage_state(), field_use_engine_damage_sounds(), field_use_lighting_ent(), register(), set_static_postfxbundle(), spawned_callback(), toggle_flir_postfxbundle(), and VERSION_SHIP.
function add_vehicletype_callback | ( | vehicletype | , |
callback | |||
) |
Definition at line 77 of file vehicle_shared.csc.
References callback().
Referenced by __init__(), and main().
function addAnimToList | ( | animItem | , |
& | listOn, | ||
& | listOff, | ||
playWhenOff | , | ||
id | , | ||
maxID | |||
) |
Definition at line 431 of file vehicle_shared.csc.
References ARRAY_ADD.
Referenced by ambient_anim_toggle().
function addFxAndTagToLists | ( | fx | , |
tag | , | ||
& | fxList, | ||
& | tagList, | ||
id | , | ||
maxID | |||
) |
Definition at line 1175 of file vehicle_shared.csc.
References ARRAY_ADD.
Referenced by field_update_damage_state(), and lights_group_toggle().
function aircraft_dustkick | ( | ) |
Definition at line 241 of file vehicle_shared.csc.
References IS_MIG, and trace().
Referenced by field_toggle_treadfx().
function ambient_anim_toggle | ( | localClientNum | , |
groupID | , | ||
isOn | |||
) |
Definition at line 446 of file vehicle_shared.csc.
References addAnimToList(), get_script_bundle(), and wait_for_DObj().
Referenced by field_toggle_ambient_anim_handler1(), field_toggle_ambient_anim_handler2(), field_toggle_ambient_anim_handler3(), and field_toggle_ambient_anim_handler4().
function autoexec build_damage_filter_list | ( | ) |
Definition at line 1430 of file vehicle_shared.csc.
function control_lights_groups | ( | localClientNum | , |
on | |||
) |
Definition at line 1099 of file vehicle_shared.csc.
References get_script_bundle(), and lights_group_toggle().
Referenced by field_toggle_lights_handler().
function damage_filter_disable | ( | localClientNum | ) |
Definition at line 1464 of file vehicle_shared.csc.
References disable_filter_vehicle_damage(), FILTER_INDEX_VEHICLE, and set_filter_vehicle_damage_amount().
function damage_filter_enable | ( | localClientNum | , |
materialid | |||
) |
Definition at line 1456 of file vehicle_shared.csc.
References enable_filter_vehicle_damage(), FILTER_INDEX_VEHICLE, and set_filter_vehicle_damage_amount().
function damage_filter_heavy | ( | localClientNum | ) |
Definition at line 1515 of file vehicle_shared.csc.
References FILTER_DT, FILTER_FADE_IN_RATE, FILTER_INDEX_VEHICLE, MAX_FILTER_INTENSITY, and set_filter_vehicle_damage_amount().
function damage_filter_light | ( | localClientNum | ) |
Definition at line 1496 of file vehicle_shared.csc.
References FILTER_DT, FILTER_FADE_IN_RATE, FILTER_INDEX_VEHICLE, MIN_FILTER_INTENSITY, and set_filter_vehicle_damage_amount().
function damage_filter_off | ( | localClientNum | ) |
Definition at line 1475 of file vehicle_shared.csc.
References FILTER_DT, FILTER_FADE_OUT_RATE, FILTER_INDEX_VEHICLE, and set_filter_vehicle_damage_amount().
Definition at line 731 of file vehicle_shared.csc.
References ARRAY_ADD, delay(), and name.
Referenced by toggle_fx_bundle().
function delete_alert_lights | ( | localClientNum | ) |
Definition at line 639 of file vehicle_shared.csc.
Referenced by field_update_alert_level(), and lights_off().
function field_death_spawn_dynents | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1267 of file vehicle_shared.csc.
References get_script_bundle(), and VAL.
Referenced by __init__().
function field_do_deathfx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 948 of file vehicle_shared.csc.
References field_do_empdeathfx(), and field_do_standarddeathfx().
Referenced by __init__().
function field_do_empdeathfx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 990 of file vehicle_shared.csc.
References field_do_standarddeathfx(), get_script_bundle(), and wait_for_DObj().
Referenced by field_do_deathfx().
function field_do_standarddeathfx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 962 of file vehicle_shared.csc.
References wait_for_DObj().
Referenced by field_do_deathfx(), and field_do_empdeathfx().
function field_gib_spawn_dynents | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1345 of file vehicle_shared.csc.
References get_script_bundle(), and VAL.
Referenced by __init__().
function field_toggle_ambient_anim_handler1 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 517 of file vehicle_shared.csc.
References ambient_anim_toggle().
Referenced by __init__().
function field_toggle_ambient_anim_handler2 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 522 of file vehicle_shared.csc.
References ambient_anim_toggle().
Referenced by __init__().
function field_toggle_ambient_anim_handler3 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 527 of file vehicle_shared.csc.
References ambient_anim_toggle().
Referenced by __init__().
function field_toggle_ambient_anim_handler4 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 532 of file vehicle_shared.csc.
References ambient_anim_toggle().
function field_toggle_burn | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 672 of file vehicle_shared.csc.
References toggle_fx_bundle().
Referenced by __init__().
function field_toggle_dnidamagefx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 776 of file vehicle_shared.csc.
Referenced by __init__().
function field_toggle_emp | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 667 of file vehicle_shared.csc.
References toggle_fx_bundle().
Referenced by __init__().
function field_toggle_exhaustfx_handler | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1074 of file vehicle_shared.csc.
References play_exhaust(), and stop_exhaust().
Referenced by __init__(), and entityspawned().
function field_toggle_lights_group_handler1 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 622 of file vehicle_shared.csc.
References lights_group_toggle().
Referenced by __init__().
function field_toggle_lights_group_handler2 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 626 of file vehicle_shared.csc.
References lights_group_toggle().
Referenced by __init__().
function field_toggle_lights_group_handler3 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 630 of file vehicle_shared.csc.
References lights_group_toggle().
Referenced by __init__().
function field_toggle_lights_group_handler4 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 634 of file vehicle_shared.csc.
References lights_group_toggle().
Referenced by __init__().
function field_toggle_lights_handler | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1131 of file vehicle_shared.csc.
References control_lights_groups(), lights_off(), and lights_on().
Referenced by __init__(), and entityspawned().
function field_toggle_lockon_handler | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1162 of file vehicle_shared.csc.
Referenced by __init__().
function field_toggle_sounds | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 750 of file vehicle_shared.csc.
References IS_HELICOPTER.
Referenced by __init__().
function field_toggle_treadfx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 865 of file vehicle_shared.csc.
References aircraft_dustkick(), IS_HELICOPTER, IS_PLANE, and kill_treads_forever().
Referenced by __init__().
function field_update_alert_level | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1032 of file vehicle_shared.csc.
References delete_alert_lights(), and get_script_bundle().
Referenced by __init__().
function field_update_damage_state | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1184 of file vehicle_shared.csc.
References addFxAndTagToLists(), ARRAY_ADD, and get_script_bundle().
Referenced by __init__().
function field_use_engine_damage_sounds | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 921 of file vehicle_shared.csc.
References IS_HELICOPTER.
Referenced by __init__().
function init_damage_filter | ( | materialid | ) |
Definition at line 1444 of file vehicle_shared.csc.
References enable_filter_vehicle_damage(), FILTER_INDEX_VEHICLE, init_filter_vehicle_damage(), set_filter_vehicle_damage_amount(), and set_filter_vehicle_sun_position().
function kill_exhaust_watcher | ( | localClientNum | ) |
Definition at line 219 of file vehicle_shared.csc.
Referenced by play_exhaust().
function kill_treads_forever | ( | ) |
Definition at line 171 of file vehicle_shared.csc.
Referenced by field_toggle_treadfx().
function lights_group_toggle | ( | localClientNum | , |
id | , | ||
isOn | |||
) |
Definition at line 537 of file vehicle_shared.csc.
References addFxAndTagToLists(), ARRAY_ADD, get_script_bundle(), and wait_for_DObj().
Referenced by control_lights_groups(), field_toggle_lights_group_handler1(), field_toggle_lights_group_handler2(), field_toggle_lights_group_handler3(), and field_toggle_lights_group_handler4().
function lights_off | ( | localClientNum | ) |
Definition at line 652 of file vehicle_shared.csc.
References delete_alert_lights().
Referenced by blink_lights_for_time(), bootup(), croc_blink_lights(), croc_death(), croc_off(), defaultstate_emped_enter(), demo_think(), deploy_turret(), escort_drone_blink_lights(), escort_drone_off(), Explode(), field_toggle_lights_handler(), flash_team_switching_lights(), flipping_shooting_death(), handle_lod_display_for_driver(), iff_override_team_switch_behavior(), leave_dart(), lights_on(), main(), metalstorm_blink_lights(), metalstorm_death(), metalstorm_freeze_blink_lights(), metalstorm_off(), quadrotor_blink_lights(), quadrotor_death(), quadrotor_off(), state_emped_enter(), state_emped_update(), timeout_beep(), TurnOffAllLightsAndLaser(), turret_gadget_deploy_off(), turret_hack_start(), and turret_hacked().
function lights_on | ( | localClientNum | , |
team | |||
) |
Definition at line 404 of file vehicle_shared.csc.
References lights_off(), and wait_for_DObj().
Referenced by blink_lights_for_time(), bootup(), croc_blink_lights(), croc_on(), defaultstate_emped_exit(), defaultstate_off_exit(), deploy_turret(), escort_drone_blink_lights(), escort_drone_on(), field_toggle_lights_handler(), flash_team_switching_lights(), init_clientfields(), metalstorm_blink_lights(), metalstorm_freeze_blink_lights(), metalstorm_on(), quadrotor_blink_lights(), quadrotor_on(), state_emped_update(), state_off_exit(), timeout_beep(), turret_gadget_deploy_on(), turret_hack_fail(), and turret_hacked().
function play_exhaust | ( | localClientNum | ) |
Definition at line 177 of file vehicle_shared.csc.
References kill_exhaust_watcher(), and wait_for_DObj().
Referenced by field_toggle_exhaustfx_handler().
function rumble | ( | localClientNum | ) |
Definition at line 108 of file vehicle_shared.csc.
References earthquake().
function set_static_postfxbundle | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 835 of file vehicle_shared.csc.
References stopPlayingPostfxBundle().
Referenced by __init__().
function ShouldChangeScreenPostFx | ( | localClientNum | ) |
Definition at line 819 of file vehicle_shared.csc.
Referenced by toggle_flir_postfxbundle().
function spawned_callback | ( | localClientNum | ) |
Definition at line 87 of file vehicle_shared.csc.
References set_vehicleriders_bundle().
Referenced by __init__().
function stop_exhaust | ( | localClientNum | ) |
Definition at line 236 of file vehicle_shared.csc.
Referenced by field_toggle_exhaustfx_handler().
function toggle_flir_postfxbundle | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 784 of file vehicle_shared.csc.
References ShouldChangeScreenPostFx(), stopPlayingPostfxBundle(), and update_ui_fullscreen_filter_model().
Referenced by __init__().
function toggle_fx_bundle | ( | localClientNum | , |
name | , | ||
turnOn | |||
) |
Definition at line 677 of file vehicle_shared.csc.
References delay(), delayed_fx_thread(), get_script_bundle(), name, and wait_for_DObj().
Referenced by field_toggle_burn(), and field_toggle_emp().
function update_ui_fullscreen_filter_model | ( | localClientNum | , |
vision_set_value | |||
) |
Definition at line 854 of file vehicle_shared.csc.
Referenced by toggle_flir_postfxbundle().
function wait_for_DObj | ( | localClientNum | ) |
Definition at line 387 of file vehicle_shared.csc.
References WAIT_CLIENT_FRAME.
Referenced by ambient_anim_toggle(), do_side_death_fx(), field_do_empdeathfx(), field_do_standarddeathfx(), heli_extra_low_health_fx(), heli_low_health_fx(), lights_group_toggle(), lights_on(), play_exhaust(), set_trophy_state(), and toggle_fx_bundle().
function weapon_fired | ( | ) |
Definition at line 341 of file vehicle_shared.csc.