‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
tweakables_shared.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 setTweakableLastValue (category, name, value)
 
function setTweakableValue (category, name, value)
 
function updateServerDvar (dvar, value)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 9 of file tweakables_shared.gsc.

◆ getTweakableDVar()

function getTweakableDVar ( category  ,
name   
)

Definition at line 12 of file tweakables_shared.gsc.

◆ getTweakableDVarValue()

function getTweakableDVarValue ( category  ,
name   
)

Definition at line 11 of file tweakables_shared.gsc.

◆ getTweakableLastValue()

function getTweakableLastValue ( category  ,
name   
)

Definition at line 14 of file tweakables_shared.gsc.

◆ getTweakableValue()

function getTweakableValue ( category  ,
name   
)

Definition at line 13 of file tweakables_shared.gsc.

◆ registerTweakable()

function registerTweakable ( category  ,
name  ,
dvar  ,
value   
)

Definition at line 17 of file tweakables_shared.gsc.

◆ setTweakableLastValue()

function setTweakableLastValue ( category  ,
name  ,
value   
)

Definition at line 16 of file tweakables_shared.gsc.

◆ setTweakableValue()

function setTweakableValue ( category  ,
name  ,
value   
)

Definition at line 15 of file tweakables_shared.gsc.

◆ updateServerDvar()

function updateServerDvar ( dvar  ,
value   
)

Definition at line 18 of file tweakables_shared.gsc.