![]() |
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 | EMP_MAX_TIME 6 |
| #define | EMP_MIN_TIME 3 |
| #define | EMP_RADIUS 425 |
Functions | |
| function | __init__ () |
| function | applyEMP (attacker, explosionpoint) |
| function | begin_other_grenade_tracking () |
| function | checkToTurnOffEmp () |
| function | empExplosionDamageEnts (owner, weapon, origin, radius, damagePlayers) |
| function | empGrenadeCleanseWaiter () |
| function | empGrenadeDeathWaiter () |
| function | empRumbleLoop (duration) |
| function | monitorEMPGrenade () |
| function | on_player_spawned () |
| function | ShutdownEmpRebootIndicatorMenu () |
| function | watchEMPExplosion (owner, weapon) |
| #define EMP_MAX_TIME 6 |
Definition at line 14 of file _empgrenade.gsc.
| #define EMP_MIN_TIME 3 |
Definition at line 13 of file _empgrenade.gsc.
| #define EMP_RADIUS 425 |
Definition at line 12 of file _empgrenade.gsc.
| function __init__ | ( | ) |
Definition at line 25 of file _empgrenade.gsc.
References on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.
| function applyEMP | ( | attacker | , |
| explosionpoint | |||
| ) |
Definition at line 112 of file _empgrenade.gsc.
References checkToTurnOffEmp(), EMP_MAX_TIME, EMP_MIN_TIME, EMP_RADIUS, empGrenadeCleanseWaiter(), empGrenadeDeathWaiter(), empRumbleLoop(), set_to_player(), and ShutdownEmpRebootIndicatorMenu().
Referenced by monitorEMPGrenade().
| function begin_other_grenade_tracking | ( | ) |
Definition at line 326 of file _empgrenade.gsc.
References isHacked(), and watchEMPExplosion().
Referenced by on_player_spawned().
| function checkToTurnOffEmp | ( | ) |
Definition at line 238 of file _empgrenade.gsc.
References EMP_IsEMPd(), set_to_player(), and ShutdownEmpRebootIndicatorMenu().
Referenced by applyEMP(), empGrenadeCleanseWaiter(), and empGrenadeDeathWaiter().
| function empExplosionDamageEnts | ( | owner | , |
| weapon | , | ||
| origin | , | ||
| radius | , | ||
| damagePlayers | |||
| ) |
Definition at line 302 of file _empgrenade.gsc.
Referenced by nineBang_DoEmpDamage(), and watchEMPExplosion().
| function empGrenadeCleanseWaiter | ( | ) |
Definition at line 219 of file _empgrenade.gsc.
References checkToTurnOffEmp().
Referenced by applyEMP().
| function empGrenadeDeathWaiter | ( | ) |
Definition at line 200 of file _empgrenade.gsc.
References checkToTurnOffEmp().
Referenced by applyEMP().
| function empRumbleLoop | ( | duration | ) |
Definition at line 270 of file _empgrenade.gsc.
References WAIT_SERVER_FRAME.
Referenced by applyEMP().
| function monitorEMPGrenade | ( | ) |
Definition at line 48 of file _empgrenade.gsc.
References applyEMP().
Referenced by on_player_spawned().
| function on_player_spawned | ( | ) |
Definition at line 36 of file _empgrenade.gsc.
References begin_other_grenade_tracking(), and monitorEMPGrenade().
Referenced by __init__().
| function ShutdownEmpRebootIndicatorMenu | ( | ) |
Definition at line 257 of file _empgrenade.gsc.
Referenced by applyEMP(), and checkToTurnOffEmp().
| function watchEMPExplosion | ( | owner | , |
| weapon | |||
| ) |
Definition at line 288 of file _empgrenade.gsc.
References EMP_RADIUS, and empExplosionDamageEnts().
Referenced by begin_other_grenade_tracking().