![]() |
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 | addKillstreakToRule (killstreak, rule, countTowards, checkAgainst, inventoryVariant) |
function | createRule (rule, maxAllowable, maxAllowablePerTeam) |
function | displayKillstreakStartTeamMessageToAll (hardpointType) |
function | init () |
function | isKillstreakAllowed (hardpointType, team) |
function | killstreakStart (hardpointType, team, hacked, displayTeamMessage) |
function | killstreakStop (hardpointType, team, id) |
function | RecordKillstreakEnd (recordStreakIndex, totalKills) |
function | RecordKillstreakEndDirect (eventIndex, recordStreakIndex, totalKills) |
function addKillstreakToRule | ( | killstreak | , |
rule | , | ||
countTowards | , | ||
checkAgainst | , | ||
inventoryVariant | |||
) |
function createRule | ( | rule | , |
maxAllowable | , | ||
maxAllowablePerTeam | |||
) |
Definition at line 153 of file _killstreakrules.gsc.
Referenced by init().
function displayKillstreakStartTeamMessageToAll | ( | hardpointType | ) |
Definition at line 246 of file _killstreakrules.gsc.
References DisplayKillstreakTeamMessageToAll().
Referenced by ActivateCombatRobot(), killstreakStart(), and useKillstreakAITankDrop().
function init | ( | ) |
Definition at line 16 of file _killstreakrules.gsc.
References addKillstreakToRule(), and createRule().
function isKillstreakAllowed | ( | hardpointType | , |
team | |||
) |
Definition at line 352 of file _killstreakrules.gsc.
References EnemyEMPActive(), is_killstreak_start_blocked(), and play_taacom_dialog().
Referenced by ActivateCounterUAV(), ActivateDart(), ActivateDroneStrike(), ActivateMainGunner(), ActivateRapsKillstreak(), ActivateRCBomb(), ActivateSatellite(), ActivateUAV(), isSupplyDropGrenadeAllowed(), killstreakStart(), remote_mortar_killstreak(), SelectDroneStrikePath(), selectHelicopterLocation(), selectPlaneMortarLocation(), startQRDrone(), use_killstreak(), use_killstreak_death_machine(), use_killstreak_grim_reaper(), use_killstreak_mp40(), use_killstreak_tv_guided_missile(), useCarriedKillstreakWeapon(), useKillstreakDogs(), useKillstreakHelicopter(), useKillstreakPlaneMortar(), and useMissileDrone().
function killstreakStart | ( | hardpointType | , |
team | , | ||
hacked | , | ||
displayTeamMessage | |||
) |
Definition at line 184 of file _killstreakrules.gsc.
References displayKillstreakStartTeamMessageToAll(), INVALID_KILLSTREAK_ID, and isKillstreakAllowed().
Referenced by ActivateCombatRobot(), ActivateCounterUAV(), ActivateEMP(), ActivateMicrowaveTurret(), ActivateRapsKillstreak(), ActivateRCBomb(), ActivateSatellite(), ActivateSentinel(), ActivateTurret(), ActivateUAV(), DroneStrikeLocationSelected(), missileDroneWatcher(), remote_mortar_killstreak(), SpawnHeliGunner(), startQRDrone(), supplyDropWatcher(), swarm_killstreak(), tryUseheliGuardSupport(), tryUsePredatorMissile(), useCarriedKillstreakWeapon(), useKillstreakAITankDrop(), useKillstreakDogs(), useKillstreakHelicopter(), useKillstreakStrafeRun(), useKillstreakWeaponFromCrate(), usePlaneMortar(), and WatchThrow().
function killstreakStop | ( | hardpointType | , |
team | , | ||
id | |||
) |
Definition at line 293 of file _killstreakrules.gsc.
References INVALID_KILLSTREAK_ID, and RecordKillstreakEnd().
Referenced by _fire(), ActivateCombatRobot(), checkWeaponChange(), cleanupOnDeath(), cleanUpWatcherOnDeath(), crateLand(), destroyHelicopter(), dog_manager_spawn_dogs(), heliDeliverCrate(), killstreak_stop_and_assert(), killstreak_stop_think(), leave_dart(), OnDeath(), planeMortar_killstreakStop(), player_missile_end(), QRDrone_explode_on_notify(), refCountDecChopper(), remote_killstreak_end(), RemoveActiveCounterUAV(), RemoveActiveSatellite(), RemoveActiveUAV(), removeLittlebird(), spawn_helicopter(), startQRDrone(), StopEMPRule(), supplyDropGrenadeTimeout(), supplyDropWatcher(), swarm_killstreak_end(), tank_death_think(), useKillstreakAITankDrop(), WaitForVTOLShutdownThread(), WatchCombatRobotShutdown(), WatchForKillstreakEnd(), WatchKillstreakEnd(), watchKillstreakWeaponDeath(), watchKillstreakWeaponSwitch(), watchOwnerDeath(), WatchRapsKillstreakEnd(), WatchShutdown(), and WatchTurretShutdown().
function RecordKillstreakEnd | ( | recordStreakIndex | , |
totalKills | |||
) |
Definition at line 264 of file _killstreakrules.gsc.
References RecordKillstreakEndDirect().
Referenced by killstreakStop().
function RecordKillstreakEndDirect | ( | eventIndex | , |
recordStreakIndex | , | ||
totalKills | |||
) |
Definition at line 255 of file _killstreakrules.gsc.
Referenced by RecordKillstreakBeginDirect(), and RecordKillstreakEnd().