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

Go to the source code of this file.

Functions

function __init__ ()
 
function getTweakableDVar (category, name)
 
function getTweakableDVarValue (category, name)
 
function getTweakableLastValue (category, name)
 
function getTweakableValue (category, name)
 
function registerTweakable (category, name, dvar, value)
 
function setClientTweakable (category, name)
 
function setTweakableLastValue (category, name, value)
 
function setTweakableValue (category, name, value)
 
function updateServerDvar (dvar, value)
 
function updateUITweakables ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 9 of file _tweakables.gsc.

◆ getTweakableDVar()

function getTweakableDVar ( category  ,
name   
)

Definition at line 11 of file _tweakables.gsc.

◆ getTweakableDVarValue()

function getTweakableDVarValue ( category  ,
name   
)

Definition at line 10 of file _tweakables.gsc.

◆ getTweakableLastValue()

function getTweakableLastValue ( category  ,
name   
)

Definition at line 13 of file _tweakables.gsc.

◆ getTweakableValue()

function getTweakableValue ( category  ,
name   
)

Definition at line 12 of file _tweakables.gsc.

Referenced by init(), set_visible_team(), and TeamKillKick().

◆ registerTweakable()

function registerTweakable ( category  ,
name  ,
dvar  ,
value   
)

Definition at line 16 of file _tweakables.gsc.

◆ setClientTweakable()

function setClientTweakable ( category  ,
name   
)

Definition at line 17 of file _tweakables.gsc.

◆ setTweakableLastValue()

function setTweakableLastValue ( category  ,
name  ,
value   
)

Definition at line 15 of file _tweakables.gsc.

◆ setTweakableValue()

function setTweakableValue ( category  ,
name  ,
value   
)

Definition at line 14 of file _tweakables.gsc.

◆ updateServerDvar()

function updateServerDvar ( dvar  ,
value   
)

Definition at line 19 of file _tweakables.gsc.

◆ updateUITweakables()

function updateUITweakables ( )

Definition at line 18 of file _tweakables.gsc.