![]() |
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 | BETTY_DESTROYED_DAMAGE_MAX 110 |
| #define | BETTY_DESTROYED_DAMAGE_MIN 10 |
| #define | BETTY_DESTROYED_DAMAGE_RADIUS 128 |
Functions | |
| function | bouncingBettyDestroyed () |
| function | bouncingBettyDetonate (attacker, weapon, target) |
| function | bouncingBettyJumpAndExplode () |
| function | createBouncingBettyWatcher () |
| function | doNoTrackUsedStatOnPickup () |
| function | init_shared () |
| function | killMineMover () |
| function | killMineMoverOnPickup () |
| function | mineExplode (explosionDir, explodePos) |
| function | onBouncingBettyFizzleOut () |
| function | onSpawnBouncingBetty (watcher, owner) |
| function | register () |
| function | spawnMineMover () |
| function | trackBouncingBettyAsUsed () |
| function | trackOnOwner (owner) |
| function | trackUsedOnHack () |
| function | trackUsedStatOnDeath () |
| #define BETTY_DESTROYED_DAMAGE_MAX 110 |
Definition at line 15 of file _bouncingbetty.gsc.
| #define BETTY_DESTROYED_DAMAGE_MIN 10 |
Definition at line 16 of file _bouncingbetty.gsc.
| #define BETTY_DESTROYED_DAMAGE_RADIUS 128 |
Definition at line 14 of file _bouncingbetty.gsc.
| function bouncingBettyDestroyed | ( | ) |
Definition at line 291 of file _bouncingbetty.gsc.
References BETTY_DESTROYED_DAMAGE_MAX, BETTY_DESTROYED_DAMAGE_MIN, BETTY_DESTROYED_DAMAGE_RADIUS, and killMineMover().
Referenced by bouncingBettyDetonate().
| function bouncingBettyDetonate | ( | attacker | , |
| weapon | , | ||
| target | |||
| ) |
Definition at line 256 of file _bouncingbetty.gsc.
References bouncingBettyDestroyed(), bouncingBettyJumpAndExplode(), destroyedExplosive(), IsEnemyPlayer(), and processScoreEvent().
Referenced by createBouncingBettyWatcher().
| function bouncingBettyJumpAndExplode | ( | ) |
Definition at line 312 of file _bouncingbetty.gsc.
References BOUNCINGBETTY_DETONATING, mineExplode(), and set().
Referenced by bouncingBettyDetonate().
| function createBouncingBettyWatcher | ( | ) |
Definition at line 75 of file _bouncingbetty.gsc.
References bouncingBettyDetonate(), createProximityWeaponObjectWatcher(), onBouncingBettyFizzleOut(), onSpawnBouncingBetty(), and weaponStun().
Referenced by init_shared().
| function doNoTrackUsedStatOnPickup | ( | ) |
Definition at line 145 of file _bouncingbetty.gsc.
Referenced by onSpawnBouncingBetty().
| function init_shared | ( | ) |
Definition at line 30 of file _bouncingbetty.gsc.
References add_weapon_watcher(), and createBouncingBettyWatcher().
Referenced by __init__().
| function killMineMover | ( | ) |
Definition at line 240 of file _bouncingbetty.gsc.
Referenced by bouncingBettyDestroyed(), and killMineMoverOnPickup().
| function killMineMoverOnPickup | ( | ) |
Definition at line 227 of file _bouncingbetty.gsc.
References killMineMover(), and waittill_any().
Referenced by spawnMineMover().
| function mineExplode | ( | explosionDir | , |
| explodePos | |||
| ) |
Definition at line 337 of file _bouncingbetty.gsc.
References set(), and WAIT_SERVER_FRAME.
Referenced by bouncingBettyJumpAndExplode().
| function onBouncingBettyFizzleOut | ( | ) |
Definition at line 104 of file _bouncingbetty.gsc.
Referenced by createBouncingBettyWatcher().
| function onSpawnBouncingBetty | ( | watcher | , |
| owner | |||
| ) |
Definition at line 121 of file _bouncingbetty.gsc.
References doNoTrackUsedStatOnPickup(), onSpawnProximityWeaponObject(), spawnMineMover(), trackOnOwner(), trackUsedOnHack(), and trackUsedStatOnDeath().
Referenced by createBouncingBettyWatcher().
| function register | ( | ) |
Definition at line 65 of file _bouncingbetty.gsc.
References VERSION_SHIP.
| function spawnMineMover | ( | ) |
Definition at line 192 of file _bouncingbetty.gsc.
References BOUNCINGBETTY_DEPLOYING, killMineMoverOnPickup(), set(), spawn(), and waitTillNotMoving().
Referenced by onSpawnBouncingBetty().
| function trackBouncingBettyAsUsed | ( | ) |
Definition at line 160 of file _bouncingbetty.gsc.
Referenced by trackUsedOnHack(), and trackUsedStatOnDeath().
| function trackOnOwner | ( | owner | ) |
Definition at line 168 of file _bouncingbetty.gsc.
Referenced by onSpawnBouncingBetty().
| function trackUsedOnHack | ( | ) |
Definition at line 152 of file _bouncingbetty.gsc.
References trackBouncingBettyAsUsed().
Referenced by onSpawnBouncingBetty().
| function trackUsedStatOnDeath | ( | ) |
Definition at line 132 of file _bouncingbetty.gsc.
References trackBouncingBettyAsUsed().
Referenced by onSpawnBouncingBetty().