![]() |
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 | PLACEABLE_MOVEABLE_TIMEOUT_EXTENSION 5000 |
#define | PLACEABLE_OFFSET 40 |
Functions | |
function | CancelOnGameEnd (placeable) |
function | CancelOnPlayerDisconnect (placeable) |
function | CarryPlaceable (placeable) |
function | ForceShutdown () |
function | InNoPlacementTrigger () |
function | OnDeath (attacker, weapon) |
function | OnEMP (attacker) |
function | OnTimeout () |
function | ShutdownOnCancelEvent (placeable) |
function | SpawnMoveTrigger (placeable, player) |
function | SpawnPlaceable (killstreakRef, killstreakId, onPlaceCallback, onCancelCallback, onMoveCallback, onShutdownCallback, onDeathCallback, onEmpCallback, model, validModel, invalidModel, spawnsVehicle, pickupString, timeout, health, empDamage, placeHintString, invalidLocationHintString) |
function | UpdatePlacementModels (model, validModel, invalidModel) |
function | WatchCarryCancelEvents (placeable) |
function | WatchMoveTriggerShutdown (placeable) |
function | WatchOwnerGameEvents () |
function | WatchPickup (player) |
function | WatchPlacement (placeable) |
#define PLACEABLE_MOVEABLE_TIMEOUT_EXTENSION 5000 |
Definition at line 18 of file _placeables.gsc.
#define PLACEABLE_OFFSET 40 |
Definition at line 17 of file _placeables.gsc.
function CancelOnGameEnd | ( | placeable | ) |
Definition at line 364 of file _placeables.gsc.
Referenced by SpawnPlaceable().
function CancelOnPlayerDisconnect | ( | placeable | ) |
Definition at line 350 of file _placeables.gsc.
References waittill_any().
Referenced by SpawnPlaceable().
function CarryPlaceable | ( | placeable | ) |
Definition at line 104 of file _placeables.gsc.
References _disableWeapon(), ghost_wait_show_to_others(), ghost_wait_show_to_player(), PLACEABLE_OFFSET, and WatchPlacement().
Referenced by SpawnPlaceable(), and WatchPickup().
function ForceShutdown | ( | ) |
Definition at line 455 of file _placeables.gsc.
Referenced by OnDeath(), OnTimeout(), OnTurretDeath(), OnTurretDeathPostGame(), and WatchOwnerGameEvents().
function InNoPlacementTrigger | ( | ) |
Definition at line 128 of file _placeables.gsc.
References IsTouchingAnyOOBTrigger().
Referenced by WatchPlacement().
function OnDeath | ( | attacker | , |
weapon | |||
) |
Definition at line 328 of file _placeables.gsc.
Referenced by SpawnPlaceable().
function OnEMP | ( | attacker | ) |
Definition at line 340 of file _placeables.gsc.
Referenced by SpawnPlaceable().
function OnTimeout | ( | ) |
Definition at line 315 of file _placeables.gsc.
References ForceShutdown(), IS_TRUE, PLACEABLE_MOVEABLE_TIMEOUT_EXTENSION, and WaitForTimeout().
Referenced by WatchPlacement().
function ShutdownOnCancelEvent | ( | placeable | ) |
Definition at line 479 of file _placeables.gsc.
References _enableWeapon(), isWeaponEnabled(), and waittill_any().
Referenced by SpawnPlaceable().
function SpawnMoveTrigger | ( | placeable | , |
player | |||
) |
Definition at line 373 of file _placeables.gsc.
References spawn(), WatchMoveTriggerShutdown(), and WatchPickup().
Referenced by WatchPlacement().
function SpawnPlaceable | ( | killstreakRef | , |
killstreakId | , | ||
onPlaceCallback | , | ||
onCancelCallback | , | ||
onMoveCallback | , | ||
onShutdownCallback | , | ||
onDeathCallback | , | ||
onEmpCallback | , | ||
model | , | ||
validModel | , | ||
invalidModel | , | ||
spawnsVehicle | , | ||
pickupString | , | ||
timeout | , | ||
health | , | ||
empDamage | , | ||
placeHintString | , | ||
invalidLocationHintString | |||
) |
Definition at line 20 of file _placeables.gsc.
References CancelOnGameEnd(), CancelOnPlayerDisconnect(), CarryPlaceable(), configure_team(), DEFAULT, ENEMY_VEHICLE_ACTIVE, MonitorDamage(), OnDeath(), OnEMP(), set(), ShutdownOnCancelEvent(), spawn(), switch_to_last_non_killstreak_weapon(), timeout(), and WatchOwnerGameEvents().
Referenced by ActivateEMP(), ActivateMicrowaveTurret(), and ActivateTurret().
function UpdatePlacementModels | ( | model | , |
validModel | , | ||
invalidModel | |||
) |
Definition at line 96 of file _placeables.gsc.
function WatchCarryCancelEvents | ( | placeable | ) |
Definition at line 303 of file _placeables.gsc.
References waittill_any().
Referenced by WatchPlacement().
function WatchMoveTriggerShutdown | ( | placeable | ) |
Definition at line 386 of file _placeables.gsc.
References waittill_any().
Referenced by SpawnMoveTrigger().
function WatchOwnerGameEvents | ( | ) |
Definition at line 462 of file _placeables.gsc.
References ForceShutdown(), and waittill_any().
Referenced by SpawnPlaceable().
function WatchPickup | ( | player | ) |
Definition at line 393 of file _placeables.gsc.
References CarryPlaceable(), and IS_TRUE.
Referenced by SpawnMoveTrigger().
function WatchPlacement | ( | placeable | ) |
Definition at line 162 of file _placeables.gsc.
References _enableWeapon(), InNoPlacementTrigger(), IS_TRUE, isWeaponEnabled(), OnTimeout(), PLACEABLE_MOVEABLE_TIMEOUT_EXTENSION, SpawnMoveTrigger(), WAIT_SERVER_FRAME, WaitForTimeout(), and WatchCarryCancelEvents().
Referenced by CarryPlaceable().