![]() |
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 | create_player_targeting_array (owner, team) |
function | init () |
function | player_valid_target (player, team, owner) |
function | projectile_abort_think () |
function | projectile_cam (player) |
function | projectile_death_think () |
function | projectile_find_random_player (owner, team) |
function | projectile_find_target (acceptSkyExposure) |
function | projectile_find_target_killstreak (acceptSkyExposure) |
function | projectile_find_target_player (acceptExposedToSky) |
function | projectile_goal_move () |
function | projectile_spawn (owner) |
function | projectile_spawn_utility (owner, target, origin, weapon, targetname, moveGoal) |
function | projectile_target_search (acceptSkyExposure, acquireTime, allowPlayerOffset) |
function | reset_sound_blocker (target) |
function | swarm_killstreak (hardpointType) |
function | swarm_killstreak_abort (owner, killstreak_id) |
function | swarm_killstreak_end (owner, detonate, killstreak_id) |
function | swarm_killstreak_fx () |
function | swarm_killstreak_start (owner, killstreak_id) |
function | swarm_killstreak_watch_for_emp (owner, killstreak_id) |
function | swarm_think (owner, killstreak_id) |
function | target_sounds (targetent) |
function | target_stop_sounds (targetent) |
function create_player_targeting_array | ( | owner | , |
team | |||
) |
Definition at line 735 of file _missile_swarm.gsc.
References player_valid_target().
Referenced by swarm_killstreak_start().
function init | ( | ) |
Definition at line 31 of file _missile_swarm.gsc.
References register(), set_dvar_float_if_unset(), set_dvar_int_if_unset(), and VERSION_SHIP.
function player_valid_target | ( | player | , |
team | , | ||
owner | |||
) |
Definition at line 785 of file _missile_swarm.gsc.
References canTargetPlayerWithSpecialty().
Referenced by create_player_targeting_array(), projectile_find_random_player(), and projectile_find_target_player().
function projectile_abort_think | ( | ) |
Definition at line 588 of file _missile_swarm.gsc.
References waittill_any().
Referenced by doMissileDrone(), and projectile_spawn().
function projectile_cam | ( | player | ) |
Definition at line 365 of file _missile_swarm.gsc.
References spawn(), and WAIT_SERVER_FRAME.
Referenced by projectile_spawn_utility().
function projectile_death_think | ( | ) |
Definition at line 581 of file _missile_swarm.gsc.
Referenced by projectile_spawn().
function projectile_find_random_player | ( | owner | , |
team | |||
) |
Definition at line 752 of file _missile_swarm.gsc.
References player_valid_target().
Referenced by projectile_goal_move(), and projectile_spawn().
function projectile_find_target | ( | acceptSkyExposure | ) |
Definition at line 596 of file _missile_swarm.gsc.
References cointoss(), projectile_find_target_killstreak(), and projectile_find_target_player().
Referenced by projectile_target_search().
function projectile_find_target_killstreak | ( | acceptSkyExposure | ) |
Definition at line 622 of file _missile_swarm.gsc.
References cointoss(), dog_manager_get_dogs(), and end().
Referenced by projectile_find_target().
function projectile_find_target_player | ( | acceptExposedToSky | ) |
Definition at line 686 of file _missile_swarm.gsc.
References cointoss(), end(), and player_valid_target().
Referenced by projectile_find_target().
function projectile_goal_move | ( | ) |
Definition at line 388 of file _missile_swarm.gsc.
References crossesNoFlyZone(), and projectile_find_random_player().
Referenced by projectile_spawn().
function projectile_spawn | ( | owner | ) |
Definition at line 526 of file _missile_swarm.gsc.
References cointoss(), projectile_abort_think(), projectile_death_think(), projectile_find_random_player(), projectile_goal_move(), projectile_spawn_utility(), projectile_target_search(), and set().
Referenced by swarm_think().
function projectile_spawn_utility | ( | owner | , |
target | , | ||
origin | , | ||
weapon | , | ||
targetname | , | ||
moveGoal | |||
) |
Definition at line 560 of file _missile_swarm.gsc.
References ENEMY_VEHICLE_ACTIVE, IS_TRUE, projectile_cam(), set(), and spawn().
Referenced by doMissileDrone(), and projectile_spawn().
function projectile_target_search | ( | acceptSkyExposure | , |
acquireTime | , | ||
allowPlayerOffset | |||
) |
Definition at line 438 of file _missile_swarm.gsc.
References projectile_find_target(), target_sounds(), and waittill_any().
Referenced by projectile_spawn().
function reset_sound_blocker | ( | target | ) |
Definition at line 519 of file _missile_swarm.gsc.
Referenced by target_sounds().
function swarm_killstreak | ( | hardpointType | ) |
Definition at line 56 of file _missile_swarm.gsc.
References killstreakStart(), and swarm_killstreak_start().
function swarm_killstreak_abort | ( | owner | , |
killstreak_id | |||
) |
Definition at line 237 of file _missile_swarm.gsc.
References swarm_killstreak_end(), and waittill_any().
Referenced by swarm_killstreak_start().
function swarm_killstreak_end | ( | owner | , |
detonate | , | ||
killstreak_id | |||
) |
Definition at line 150 of file _missile_swarm.gsc.
References detonate(), IS_TRUE, killstreakStop(), and set().
Referenced by swarm_killstreak_abort(), swarm_killstreak_watch_for_emp(), and swarm_think().
function swarm_killstreak_fx | ( | ) |
Definition at line 256 of file _missile_swarm.gsc.
References set(), and spawn().
Referenced by swarm_killstreak_start().
function swarm_killstreak_start | ( | owner | , |
killstreak_id | |||
) |
Definition at line 110 of file _missile_swarm.gsc.
References create_player_targeting_array(), play_killstreak_start_dialog(), swarm_killstreak_abort(), swarm_killstreak_fx(), swarm_killstreak_watch_for_emp(), and swarm_think().
Referenced by swarm_killstreak().
function swarm_killstreak_watch_for_emp | ( | owner | , |
killstreak_id | |||
) |
Definition at line 245 of file _missile_swarm.gsc.
References addFlySwatterStat(), and swarm_killstreak_end().
Referenced by swarm_killstreak_start().
function swarm_think | ( | owner | , |
killstreak_id | |||
) |
Definition at line 332 of file _missile_swarm.gsc.
References projectile_spawn(), and swarm_killstreak_end().
Referenced by swarm_killstreak_start().
function target_sounds | ( | targetent | ) |
Definition at line 479 of file _missile_swarm.gsc.
References reset_sound_blocker(), target_stop_sounds(), and WAIT_SERVER_FRAME.
Referenced by projectile_target_search(), and set_drone_target().
function target_stop_sounds | ( | targetent | ) |
Definition at line 509 of file _missile_swarm.gsc.
References waittill_any().
Referenced by target_sounds().