![]() |
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 | SATELLITE_KILLSTREAK_NAME "killstreak_satellite" |
#define | SATELLITE_NAME "satellite" |
Functions | |
function | ActivateSatellite () |
function | AddActiveSatellite () |
function | ConfigureTeamPost (owner, isHacked) |
function | DestroySatellite (attacker=undefined, weapon=undefined) |
function | DestroySatelliteByEMP (attacker, arg) |
function | HackedPreFunction (hacker) |
function | HasSatellite (team_or_entnum) |
function | init () |
function | killstreakDamageModifier (damage, attacker, direction, point, sMeansOfDeath, tagName, modelName, partname, weapon, flags, inflictor, chargeLevel) |
function | OnLowHealth (attacker, weapon) |
function | OnPlayerConnect () |
function | OnPlayerSpawned (local_client_num) |
function | OnTeamChange (entNum, event) |
function | OnTimeout () |
function | RemoveActiveSatellite () |
function | ResetActiveSatellite () |
function | Rotate (duration) |
function | SatelliteTracker () |
function | UpdatePlayerSatelliteForDM (player) |
#define SATELLITE_KILLSTREAK_NAME "killstreak_satellite" |
Definition at line 35 of file _satellite.gsc.
#define SATELLITE_NAME "satellite" |
Definition at line 34 of file _satellite.gsc.
function ActivateSatellite | ( | ) |
Definition at line 93 of file _satellite.gsc.
References configure_team(), ConfigureTeamPost(), DestroySatellite(), DestroySatelliteByEMP(), enable_hacking(), ENEMY_VEHICLE_ACTIVE, GetMapCenter(), GetMaxMapWidth(), getMinimumFlyHeight(), HackedPreFunction(), isKillstreakAllowed(), killstreakDamageModifier(), killstreakStart(), MissileTarget_ProximityDetonateIncomingMissile(), MonitorDamage(), OnLowHealth(), OnTimeout(), play_killstreak_start_dialog(), player_killstreak_threat_tracking(), Rotate(), SATELLITE_DURATION_MS, SATELLITE_HEALTH, SATELLITE_LOW_HEALTH, SATELLITE_MISSILES_TO_DESTROY, SATELLITE_MODEL, SATELLITE_MODEL_SCALE, SATELLITE_NAME, SATELLITE_ROTATION_DURATION, SATELLITE_SPAWN_FROM_ANGLE_MAX, SATELLITE_SPAWN_FROM_ANGLE_MIN, SATELLITE_TRAVEL_DISTANCE_SCALE, SATELLITE_Z_OFFSET, set(), spawn(), VAL, WaitForTimeout(), and WaitTillEMP().
Referenced by init().
function AddActiveSatellite | ( | ) |
Definition at line 264 of file _satellite.gsc.
Referenced by ConfigureTeamPost().
function ConfigureTeamPost | ( | owner | , |
isHacked | |||
) |
Definition at line 171 of file _satellite.gsc.
References AddActiveSatellite(), HideToSameTeam(), isHacked(), OnTeamChange(), and WaitUntilTeamChangeSingleTon().
Referenced by ActivateSatellite().
function DestroySatellite | ( | attacker | = undefined , |
weapon | = undefined |
||
) |
Definition at line 228 of file _satellite.gsc.
References addFlySwatterStat(), destroyedAircraft(), IsEnemyPlayer(), play_destroyed_dialog_on_owner(), processScoreEvent(), RemoveActiveSatellite(), and SATELLITE_NAME.
Referenced by ActivateSatellite(), DestroySatelliteByEMP(), and OnTeamChange().
function DestroySatelliteByEMP | ( | attacker | , |
arg | |||
) |
Definition at line 223 of file _satellite.gsc.
References DestroySatellite().
Referenced by ActivateSatellite().
function HackedPreFunction | ( | hacker | ) |
Definition at line 165 of file _satellite.gsc.
References ResetActiveSatellite().
Referenced by ActivateSatellite().
function HasSatellite | ( | team_or_entnum | ) |
Definition at line 259 of file _satellite.gsc.
Referenced by AddActiveCounterUAV(), has_radar(), should_show_compass_due_to_radar(), singleRadarSweep(), and tank_has_radar().
function init | ( | ) |
Definition at line 44 of file _satellite.gsc.
References ActivateSatellite(), getTweakableValue(), on_connect(), on_spawned(), OnPlayerConnect(), OnPlayerSpawned(), register(), register_dialog(), register_strings(), SATELLITE_KILLSTREAK_NAME, SATELLITE_NAME, and SatelliteTracker().
function killstreakDamageModifier | ( | damage | , |
attacker | , | ||
direction | , | ||
point | , | ||
sMeansOfDeath | , | ||
tagName | , | ||
modelName | , | ||
partname | , | ||
weapon | , | ||
flags | , | ||
inflictor | , | ||
chargeLevel | |||
) |
Definition at line 363 of file _satellite.gsc.
References damage().
Referenced by ActivateSatellite(), and MonitorDamage().
function OnLowHealth | ( | attacker | , |
weapon | |||
) |
Definition at line 198 of file _satellite.gsc.
Referenced by ActivateSatellite().
function OnPlayerConnect | ( | ) |
Definition at line 73 of file _satellite.gsc.
Referenced by init().
function OnPlayerSpawned | ( | local_client_num | ) |
Definition at line 85 of file _satellite.gsc.
References UpdatePlayerSatelliteForDM().
Referenced by init().
function OnTeamChange | ( | entNum | , |
event | |||
) |
Definition at line 202 of file _satellite.gsc.
References DestroySatellite().
Referenced by ConfigureTeamPost().
function OnTimeout | ( | ) |
Definition at line 207 of file _satellite.gsc.
References Leave(), play_pilot_dialog_on_owner(), RemoveActiveSatellite(), SATELLITE_NAME, and UAV_EXIT_TIME.
Referenced by ActivateSatellite().
function RemoveActiveSatellite | ( | ) |
Definition at line 280 of file _satellite.gsc.
References killstreakStop(), ResetActiveSatellite(), and SATELLITE_NAME.
Referenced by DestroySatellite(), and OnTimeout().
function ResetActiveSatellite | ( | ) |
Definition at line 287 of file _satellite.gsc.
Referenced by HackedPreFunction(), and RemoveActiveSatellite().
function Rotate | ( | duration | ) |
Definition at line 187 of file _satellite.gsc.
Referenced by ActivateSatellite(), and set_pickup_rotation().
function SatelliteTracker | ( | ) |
Definition at line 317 of file _satellite.gsc.
References set_team_radar(), and UpdatePlayerSatelliteForDM().
Referenced by init().
function UpdatePlayerSatelliteForDM | ( | player | ) |
Definition at line 349 of file _satellite.gsc.
Referenced by OnPlayerSpawned(), and SatelliteTracker().