![]() |
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 | DestroyActiveVehicles (attacker, team, weapon) |
| function | DestroyEntities (entities, attacker, team, weapon) |
| function | DestroyEquipment (attacker, team, weapon) |
| function | DestroyNeutralGameplayVehicles (attacker, weapon) |
| function | DestroyOtherTeamsActiveVehicles (attacker, weapon) |
| function | DestroyOtherTeamsEquipment (attacker, weapon) |
| function | DestroyTacticalInsertions (attacker, victimTeam) |
| function | EMP_IsEMPd () |
| function | get_killstreak_weapon (killstreak) |
| function | HasSatellite (team_or_entnum) |
| function | HasUav (team_or_entnum) |
| function | is_killstreak_weapon (weapon) |
| function | is_weapon_associated_with_killstreak (weapon) |
| function | isHeldInventoryKillstreakWeapon (killstreakWeapon) |
| function | switch_to_last_non_killstreak_weapon (immediate, awayfromBall) |
| function | WaitForTimecheck (duration, callback, endCondition1, endCondition2, endCondition3) |
| function | WaitTillEMP (onEmpdCallback, arg) |
| function DestroyActiveVehicles | ( | attacker | , |
| team | , | ||
| weapon | |||
| ) |
Definition at line 303 of file killstreaks_shared.gsc.
References DestroyEntities(), detonate(), IS_TRUE, IsEnemyPlayer(), and processScoreEvent().
Referenced by DestroyOtherTeamsActiveVehicles().
| function DestroyEntities | ( | entities | , |
| attacker | , | ||
| team | , | ||
| weapon | |||
| ) |
Definition at line 439 of file killstreaks_shared.gsc.
References damage().
Referenced by DestroyActiveVehicles().
| function DestroyEquipment | ( | attacker | , |
| team | , | ||
| weapon | |||
| ) |
Definition at line 197 of file killstreaks_shared.gsc.
References IS_TRUE, and waitAndDetonate().
Referenced by DestroyOtherTeamsEquipment().
| function DestroyNeutralGameplayVehicles | ( | attacker | , |
| weapon | |||
| ) |
Definition at line 280 of file killstreaks_shared.gsc.
References IS_TRUE.
Referenced by DestroyOtherTeamsActiveVehicles().
| function DestroyOtherTeamsActiveVehicles | ( | attacker | , |
| weapon | |||
| ) |
Definition at line 263 of file killstreaks_shared.gsc.
References DestroyActiveVehicles(), and DestroyNeutralGameplayVehicles().
Referenced by EMP_JamEnemies().
| function DestroyOtherTeamsEquipment | ( | attacker | , |
| weapon | |||
| ) |
Definition at line 180 of file killstreaks_shared.gsc.
References DestroyEquipment(), and DestroyTacticalInsertions().
Referenced by EMP_JamEnemies().
| function DestroyTacticalInsertions | ( | attacker | , |
| victimTeam | |||
| ) |
Definition at line 238 of file killstreaks_shared.gsc.
References fizzle().
Referenced by DestroyOtherTeamsEquipment().
| function EMP_IsEMPd | ( | ) |
Definition at line 147 of file killstreaks_shared.gsc.
Referenced by checkToTurnOffEmp().
| function get_killstreak_weapon | ( | killstreak | ) |
Definition at line 106 of file killstreaks_shared.gsc.
Referenced by _givePlayerKillstreakInternal(), announceHelicopterInbound(), give_internal(), giveKillstreaks(), killstreak_waiter(), registerCrateType(), remove_oldest(), remove_used_killstreak(), remove_when_done(), should_delay_killstreak(), take(), update_timings(), useCarriedKillstreakWeapon(), useKillstreakWeaponFromCrate(), and watchKillstreakRemoval().
| function HasSatellite | ( | team_or_entnum | ) |
Definition at line 175 of file killstreaks_shared.gsc.
| function HasUav | ( | team_or_entnum | ) |
Definition at line 170 of file killstreaks_shared.gsc.
| function is_killstreak_weapon | ( | weapon | ) |
Definition at line 16 of file killstreaks_shared.gsc.
References is_weapon_associated_with_killstreak().
Referenced by allowedAssistWeapon(), Callback_PlayerKilled(), checkIfSwitchableWeapon(), damage_feedback_get_dead(), default_getTeamKillPenalty(), freezePlayerForRoundEnd(), give_weapon(), giveKillStats(), givePlayerScore(), handleThiefKill(), init(), isHeadShot(), isValidNonShieldWeapon(), killstreak_waiter(), may_drop(), player_damage_riotshield_hit(), player_is_spawn_protected_from_explosive(), PlayerKilled_Killstreaks(), PlayerKilled_Obituary(), playKillBattleChatter(), processKillstreakAssists(), processScoreEvent(), scavenger_think(), watchKillstreakWeaponDelay(), and watchKillstreakWeaponSwitch().
| function is_weapon_associated_with_killstreak | ( | weapon | ) |
Definition at line 31 of file killstreaks_shared.gsc.
Referenced by is_killstreak_weapon(), and should_give_killstreak().
| function isHeldInventoryKillstreakWeapon | ( | killstreakWeapon | ) |
Definition at line 118 of file killstreaks_shared.gsc.
Referenced by give_weapon().
| function switch_to_last_non_killstreak_weapon | ( | immediate | , |
| awayfromBall | |||
| ) |
Definition at line 36 of file killstreaks_shared.gsc.
References gadget_is_in_use(), and IS_TRUE.
Referenced by checkForEmp(), clear_using_remote(), isSupplyDropGrenadeAllowed(), killstreak_waiter(), missileDroneWatcher(), QRDrone_endride(), remove_when_done(), SpawnPlaceable(), supplyDropWatcher(), take(), take_carry_weapon(), use_hold_think(), watch_for_remove_remote_weapon(), and watchHackerToolFired().
| function WaitForTimecheck | ( | duration | , |
| callback | , | ||
| endCondition1 | , | ||
| endCondition2 | , | ||
| endCondition3 | |||
| ) |
Definition at line 130 of file killstreaks_shared.gsc.
References callback(), and MigrationAwareWait().
Referenced by ActivateCounterUAV(), and ActivateUAV().
| function WaitTillEMP | ( | onEmpdCallback | , |
| arg | |||
| ) |
Definition at line 157 of file killstreaks_shared.gsc.
Referenced by ActivateCounterUAV(), and ActivateSatellite().