‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_oob.csc File Reference

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)
 

Macro Definition Documentation

◆ OOB_TIMEKEEP_MP

#define OOB_TIMEKEEP_MP   3000

Definition at line 16 of file _oob.csc.

◆ OOB_TIMELIMIT_MS_DEFAULT

#define OOB_TIMELIMIT_MS_DEFAULT   6000

Definition at line 14 of file _oob.csc.

◆ OOB_TIMELIMIT_MS_DEFAULT_MP

#define OOB_TIMELIMIT_MS_DEFAULT_MP   3000

Definition at line 15 of file _oob.csc.

Function Documentation

◆ __init__()

◆ GetOObUIModel()

function GetOObUIModel ( localClientNum  )

Definition at line 149 of file _oob.csc.

Referenced by on_localplayer_connect(), onOutOfBoundsChange(), and StopOutOfBoundsEffects().

◆ on_localplayer_connect()

function on_localplayer_connect ( localClientNum  )

Definition at line 41 of file _oob.csc.

References GetOObUIModel().

Referenced by __init__().

◆ on_localplayer_shutdown()

function on_localplayer_shutdown ( localClientNum  )

Definition at line 56 of file _oob.csc.

References StopOutOfBoundsEffects().

Referenced by __init__().

◆ on_localplayer_spawned()

function on_localplayer_spawned ( localClientNum  )

Definition at line 50 of file _oob.csc.

References disable_filter_oob(), and FILTER_INDEX_OOB.

Referenced by __init__().

◆ onOutOfBoundsChange()

function onOutOfBoundsChange ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

◆ StopOutOfBoundsEffects()

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().