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

Go to the source code of this file.

Functions

function checkForPlayerSwitch ()
 
function cleanUpScramblerOnDelete (scramblerEnt, scramblerHandle, isLocalized, localClientNum)
 
function init_shared ()
 
function isEnemyScrambler (localClientNum)
 
function restartSound (isEnemy)
 
function scramblerUpdate (localClientNum)
 
function spawned (localClientNum, set, isLocalized)
 
function spawnedGlobalScramber (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function spawnedPerClient (localClientNum, isLocalized, scramblerHandle)
 
function spawnedScrambler (localClientNum, set)
 

Function Documentation

◆ checkForPlayerSwitch()

function checkForPlayerSwitch ( )

Definition at line 348 of file _scrambler.csc.

References blinky_light(), isEnemyScrambler(), restartSound(), and stop_blinky_light().

Referenced by init_shared().

◆ cleanUpScramblerOnDelete()

function cleanUpScramblerOnDelete ( scramblerEnt  ,
scramblerHandle  ,
isLocalized  ,
localClientNum   
)

Definition at line 303 of file _scrambler.csc.

Referenced by spawned().

◆ init_shared()

◆ isEnemyScrambler()

function isEnemyScrambler ( localClientNum  )

Definition at line 338 of file _scrambler.csc.

References friend_not_foe().

Referenced by checkForPlayerSwitch(), scramblerUpdate(), and spawnedPerClient().

◆ restartSound()

function restartSound ( isEnemy  )

Definition at line 375 of file _scrambler.csc.

Referenced by checkForPlayerSwitch(), and scramblerUpdate().

◆ scramblerUpdate()

function scramblerUpdate ( localClientNum  )

Definition at line 151 of file _scrambler.csc.

References isEnemyScrambler(), restartSound(), and waitforallclients().

Referenced by init_shared().

◆ spawned()

function spawned ( localClientNum  ,
set  ,
isLocalized   
)

◆ spawnedGlobalScramber()

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

Definition at line 54 of file _scrambler.csc.

References spawned().

◆ spawnedPerClient()

function spawnedPerClient ( localClientNum  ,
isLocalized  ,
scramblerHandle   
)

Definition at line 95 of file _scrambler.csc.

References blinky_light(), and isEnemyScrambler().

Referenced by spawned().

◆ spawnedScrambler()

function spawnedScrambler ( localClientNum  ,
set   
)

Definition at line 43 of file _scrambler.csc.

References set(), and spawned().

Referenced by init_shared().