![]() |
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 | applyFlash (duration, rumbleduration, attacker) |
| function | deleteEntOnOwnerDeath (owner) |
| function | flashRumbleLoop (duration) |
| function | init_shared () |
| function | monitorFlash () |
| function | monitorFlash_Internal (amount_distance, amount_angle, attacker, direct_on_player) |
| function | monitorRCBombFlash () |
| function | playFlashSound (duration) |
| function applyFlash | ( | duration | , |
| rumbleduration | , | ||
| attacker | |||
| ) |
Definition at line 184 of file _flashgrenades.gsc.
References flashRumbleLoop(), and playFlashSound().
Referenced by monitorFlash_Internal().
| function deleteEntOnOwnerDeath | ( | owner | ) |
Definition at line 243 of file _flashgrenades.gsc.
Referenced by playFlashSound().
| function flashRumbleLoop | ( | duration | ) |
Definition at line 22 of file _flashgrenades.gsc.
References WAIT_SERVER_FRAME.
Referenced by applyFlash().
| function init_shared | ( | ) |
Definition at line 13 of file _flashgrenades.gsc.
References monitorFlash(), and on_connect().
Referenced by __init__().
| function monitorFlash | ( | ) |
Definition at line 146 of file _flashgrenades.gsc.
References monitorFlash_Internal().
Referenced by init_shared().
| function monitorFlash_Internal | ( | amount_distance | , |
| amount_angle | , | ||
| attacker | , | ||
| direct_on_player | |||
| ) |
Definition at line 39 of file _flashgrenades.gsc.
References applyFlash(), and mayApplyScreenEffect().
Referenced by monitorFlash(), and monitorRCBombFlash().
| function monitorRCBombFlash | ( | ) |
Definition at line 165 of file _flashgrenades.gsc.
References monitorFlash_Internal().
| function playFlashSound | ( | duration | ) |
Definition at line 221 of file _flashgrenades.gsc.
References deleteEntOnOwnerDeath(), and spawn().
Referenced by applyFlash().