|  | 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 | OOB_TIMEKEEP_MP 3000 | 
| #define | OOB_TIMELIMIT_MS_DEFAULT 6000 | 
| #define | OOB_TIMELIMIT_MS_DEFAULT_MP 3000 | 
| Functions | |
| function | __init__ () | 
| function | GetOObUIModel (localClientNum) | 
| function | on_localplayer_connect (localClientNum) | 
| function | on_localplayer_shutdown (localClientNum) | 
| function | on_localplayer_spawned (localClientNum) | 
| function | onOutOfBoundsChange (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) | 
| function | StopOutOfBoundsEffects (localClientNum, localPlayer) | 
| function __init__ | ( | ) | 
Definition at line 18 of file _oob.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, on_localclient_connect(), on_localclient_shutdown(), on_localplayer_connect(), on_localplayer_shutdown(), on_localplayer_spawned(), onOutOfBoundsChange(), OOB_TIMEKEEP_MP, OOB_TIMELIMIT_MS_DEFAULT, OOB_TIMELIMIT_MS_DEFAULT_MP, register(), and VERSION_SHIP.
| function GetOObUIModel | ( | localClientNum | ) | 
Definition at line 149 of file _oob.csc.
Referenced by on_localplayer_connect(), onOutOfBoundsChange(), and StopOutOfBoundsEffects().
| function on_localplayer_connect | ( | localClientNum | ) | 
| function on_localplayer_shutdown | ( | localClientNum | ) | 
Definition at line 56 of file _oob.csc.
References StopOutOfBoundsEffects().
Referenced by __init__().
| function on_localplayer_spawned | ( | localClientNum | ) | 
Definition at line 50 of file _oob.csc.
References disable_filter_oob(), and FILTER_INDEX_OOB.
Referenced by __init__().
| function onOutOfBoundsChange | ( | localClientNum | , | 
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) | 
Definition at line 65 of file _oob.csc.
References enable_filter_oob(), FILTER_INDEX_OOB, GetOObUIModel(), init_filter_oob(), Spawn(), and StopOutOfBoundsEffects().
Referenced by __init__().
| function StopOutOfBoundsEffects | ( | localClientNum | , | 
| localPlayer | |||
| ) | 
Definition at line 129 of file _oob.csc.
References disable_filter_oob(), FILTER_INDEX_OOB, and GetOObUIModel().
Referenced by on_localplayer_shutdown(), and onOutOfBoundsChange().