![]() |
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.
function canTargetEntity | ( | target | , |
weapon | |||
) |
Definition at line 672 of file _hacker_tool.gsc.
References isValidHackerToolTarget(), and isWithinHackerToolReticle().
Referenced by getBestHackerToolTarget().
function clearHackerTarget | ( | weapon | , |
successfulHack | , | ||
spawned | |||
) |
Definition at line 65 of file _hacker_tool.gsc.
References DestroyLockOnCanceledMessage(), HACKER_TOOL_INACTIVE, set_to_player(), setFriendlyFlags(), spawned(), stopHackerToolSoundLoop(), and TargetingHacking().
Referenced by hackerSoftSightTest(), hackerToolTargetLoop(), on_player_spawned(), watchForGrenadeFire(), watchHackerToolEnd(), watchHackerToolFired(), and watchHackerToolInterrupt().
function getBestHackerToolTarget | ( | weapon | ) |
Definition at line 580 of file _hacker_tool.gsc.
References canTargetEntity(), isEntityHackableCarePackage(), and isWithinHackerToolReticle().
Referenced by hackerToolTargetLoop().
function getHackerToolInnerRadius | ( | target | ) |
Definition at line 984 of file _hacker_tool.gsc.
References getWeaponObjectHackerRadius(), isEntityHackableCarePackage(), and isEntityHackableWeaponObject().
Referenced by hackingTimeScale(), and isWithinHackerToolReticle().
function getHackerToolOuterRadius | ( | target | ) |
Definition at line 1013 of file _hacker_tool.gsc.
References getWeaponObjectHackerRadius(), isEntityHackableCarePackage(), and isEntityHackableWeaponObject().
Referenced by hackingTimeScale(), and isWithinHackerToolReticle().
function getHackOuterTime | ( | target | ) |
Definition at line 1081 of file _hacker_tool.gsc.
References getWeaponObjectHackTimeMs(), isEntityHackableCarePackage(), and isEntityHackableWeaponObject().
Referenced by hackingTimeScale().
function getHackTime | ( | target | ) |
Definition at line 1042 of file _hacker_tool.gsc.
References getWeaponObjectHackTimeMs(), isEntityHackableCarePackage(), and isEntityHackableWeaponObject().
Referenced by getLockOnTime(), and hackingTimeScale().
function getLockOnTime | ( | target | , |
weapon | |||
) |
Definition at line 1121 of file _hacker_tool.gsc.
References getHackTime().
Referenced by hackerSoftSightTest(), and hackerToolTargetLoop().
function getWeaponObjectHackerRadius | ( | entity | ) |
Definition at line 780 of file _hacker_tool.gsc.
References getWeaponObjectWatcherByWeapon().
Referenced by getHackerToolInnerRadius(), and getHackerToolOuterRadius().
function getWeaponObjectHackTimeMs | ( | entity | ) |
Definition at line 801 of file _hacker_tool.gsc.
References getWeaponObjectWatcherByWeapon().
Referenced by getHackOuterTime(), and getHackTime().
function hackerSoftSightTest | ( | weapon | ) |
Definition at line 893 of file _hacker_tool.gsc.
References clearHackerTarget(), getLockOnTime(), isWithinHackerToolReticle(), and LockSightTest().
Referenced by hackerToolTargetLoop().
function hackerToolTargetLoop | ( | weapon | ) |
Definition at line 354 of file _hacker_tool.gsc.
References clearHackerTarget(), DestroyLockOnCanceledMessage(), DisplayLockOnCanceledMessage(), getBestHackerToolTarget(), getLockOnTime(), HACKER_TOOL_ACTIVE, HACKER_TOOL_FIREWALL, HACKER_TOOL_HACKING, HACKER_TOOL_INACTIVE, hackerSoftSightTest(), hackingTimeNoLineOfSightScale(), hackingTimeScale(), InitLockField(), isEntityPreviouslyHacked(), isValidHackerToolTarget(), LockSightTest(), LoopLocalLockSound(), playHackerToolSoundLoop(), set_to_player(), setFriendlyFlags(), stopHackerToolSoundLoop(), TargetingHacking(), WAIT_SERVER_FRAME, and watchTargetEntityUpdate().
Referenced by watchHackerToolUse().
function hackingTimeNoLineOfSightScale | ( | target | ) |
Definition at line 730 of file _hacker_tool.gsc.
Referenced by hackerToolTargetLoop().
function hackingTimeScale | ( | target | ) |
Definition at line 699 of file _hacker_tool.gsc.
References getHackerToolInnerRadius(), getHackerToolOuterRadius(), getHackOuterTime(), and getHackTime().
Referenced by hackerToolTargetLoop().
function init_shared | ( | ) |
Definition at line 19 of file _hacker_tool.gsc.
References on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.
Referenced by __init__().
function isEntityHackableCarePackage | ( | entity | ) |
Definition at line 822 of file _hacker_tool.gsc.
Referenced by getBestHackerToolTarget(), getHackerToolInnerRadius(), getHackerToolOuterRadius(), getHackOuterTime(), getHackTime(), and watchHackerToolFired().
function isEntityHackableWeaponObject | ( | entity | ) |
Definition at line 751 of file _hacker_tool.gsc.
References getWeaponObjectWatcherByWeapon().
Referenced by getHackerToolInnerRadius(), getHackerToolOuterRadius(), getHackOuterTime(), getHackTime(), isValidHackerToolTarget(), and watchHackerToolFired().
function isEntityPreviouslyHacked | ( | entity | ) |
Definition at line 879 of file _hacker_tool.gsc.
References IS_TRUE.
Referenced by hackerToolTargetLoop(), and isValidHackerToolTarget().
function isValidHackerToolTarget | ( | ent | , |
weapon | , | ||
allowHacked | |||
) |
Definition at line 838 of file _hacker_tool.gsc.
References isEntityHackableWeaponObject(), isEntityPreviouslyHacked(), and isUsingRemote().
Referenced by canTargetEntity(), and hackerToolTargetLoop().
function isWithinHackerToolReticle | ( | target | , |
weapon | |||
) |
Definition at line 682 of file _hacker_tool.gsc.
References getHackerToolInnerRadius(), and getHackerToolOuterRadius().
Referenced by canTargetEntity(), getBestHackerToolTarget(), and hackerSoftSightTest().
function on_player_spawned | ( | ) |
Definition at line 51 of file _hacker_tool.gsc.
References clearHackerTarget(), watchHackerToolFired(), and watchHackerToolUse().
Referenced by init_shared().
function playHackerToolSoundLoop | ( | ) |
Definition at line 336 of file _hacker_tool.gsc.
Referenced by hackerToolTargetLoop().
function registerWithHackerTool | ( | radius | , |
hackTimeMs | |||
) |
Definition at line 944 of file _hacker_tool.gsc.
References watchHackableEntityDeath().
Referenced by dropCrate(), onSpawnSensorGrenade(), onSpawnThreatDetector(), and spawnTacticalInsertion().
function stopHackerToolSoundLoop | ( | ) |
Definition at line 346 of file _hacker_tool.gsc.
Referenced by clearHackerTarget(), hackerToolTargetLoop(), and watchHackerToolEnd().
function tunables | ( | ) |
Definition at line 1141 of file _hacker_tool.gsc.
function watchForGrenadeFire | ( | weapon | ) |
Definition at line 306 of file _hacker_tool.gsc.
References clearHackerTarget().
Referenced by watchHackerToolUse().
function watchHackableEntityDeath | ( | ) |
Definition at line 974 of file _hacker_tool.gsc.
Referenced by registerWithHackerTool().
function watchHackerToolEnd | ( | weapon | ) |
Definition at line 294 of file _hacker_tool.gsc.
References clearHackerTarget(), HACKER_TOOL_INACTIVE, set_to_player(), stopHackerToolSoundLoop(), and waittill_any_return().
Referenced by watchHackerToolUse().
function watchHackerToolFired | ( | ) |
Definition at line 123 of file _hacker_tool.gsc.
References clearHackerTarget(), damage(), giveCrateCaptureMedal(), has_blind_eye_perk_purchased_and_equipped(), has_hacker_perk_purchased_and_equipped(), is_item_purchased(), isEntityHackableCarePackage(), isEntityHackableWeaponObject(), MissileTarget_PlayFlareFx(), and switch_to_last_non_killstreak_weapon().
Referenced by on_player_spawned().
function watchHackerToolInterrupt | ( | weapon | ) |
Definition at line 273 of file _hacker_tool.gsc.
References clearHackerTarget(), and WAIT_SERVER_FRAME.
Referenced by watchHackerToolUse().
function watchHackerToolUse | ( | ) |
Definition at line 245 of file _hacker_tool.gsc.
References hackerToolTargetLoop(), WAIT_SERVER_FRAME, watchForGrenadeFire(), watchHackerToolEnd(), and watchHackerToolInterrupt().
Referenced by on_player_spawned().
function watchTargetEntityUpdate | ( | bestTarget | ) |
Definition at line 563 of file _hacker_tool.gsc.
References InitLockField().
Referenced by hackerToolTargetLoop().