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

Go to the source code of this file.

Functions

function __init__ ()
 
function on_localplayer_spawned (localClientNum)
 
function roulette_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function update_roulette (localClientNum, newVal)
 

Function Documentation

◆ __init__()

◆ on_localplayer_spawned()

function on_localplayer_spawned ( localClientNum  )

Definition at line 41 of file _gadget_roulette.csc.

References get_to_player(), update_roulette(), and VERSION_TU11.

Referenced by __init__().

◆ roulette_clientfield_cb()

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

Definition at line 23 of file _gadget_roulette.csc.

References update_roulette().

Referenced by __init__().

◆ update_roulette()

function update_roulette ( localClientNum  ,
newVal   
)

Definition at line 28 of file _gadget_roulette.csc.

Referenced by on_localplayer_spawned(), and roulette_clientfield_cb().