![]() |
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 | bouncingbetty_deploying (localClientNum) |
| function | bouncingbetty_detonating (localClientNum) |
| function | bouncingbetty_state_change (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | init_shared (localClientNum) |
| function | watchForExplosionNotetracks (localClientNum, up, forward) |
| function bouncingbetty_deploying | ( | localClientNum | ) |
Definition at line 61 of file _bouncingbetty.csc.
Referenced by bouncingbetty_state_change().
| function bouncingbetty_detonating | ( | localClientNum | ) |
Definition at line 69 of file _bouncingbetty.csc.
References watchForExplosionNotetracks().
Referenced by bouncingbetty_state_change().
| function bouncingbetty_state_change | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 36 of file _bouncingbetty.csc.
References bouncingbetty_deploying(), BOUNCINGBETTY_DEPLOYING, bouncingbetty_detonating(), BOUNCINGBETTY_DETONATING, and waittill_dobj().
Referenced by init_shared().
| function init_shared | ( | localClientNum | ) |
Definition at line 20 of file _bouncingbetty.csc.
References bouncingbetty_state_change(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), and VERSION_SHIP.
Referenced by __init__().
| function watchForExplosionNotetracks | ( | localClientNum | , |
| up | , | ||
| forward | |||
| ) |
Definition at line 84 of file _bouncingbetty.csc.
References waittill_any_return().
Referenced by bouncingbetty_detonating().