‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_tweakables.gsc
Go to the documentation of this file.
1 #using scripts\shared\system_shared;
2 
3 #insert scripts\shared\shared.gsh;
4 
5 #namespace tweakables;
6 
7 ‪REGISTER_SYSTEM( "tweakables", &‪__init__, undefined )
8 
9 function ‪__init__() {}
10 function ‪getTweakableDVarValue( category, ‪name ) {}
11 function ‪getTweakableDVar( category, ‪name ) {}
12 function ‪getTweakableValue( category, ‪name ) {}
13 function ‪getTweakableLastValue( category, ‪name ) {}
14 function ‪setTweakableValue( category, ‪name, value ) {}
15 function ‪setTweakableLastValue( category, ‪name, value ) {}
16 function ‪registerTweakable( category, ‪name, dvar, value ) {}
17 function ‪setClientTweakable( category, ‪name ) {}
18 function ‪updateUITweakables() {}
19 function ‪updateServerDvar( dvar, value ) {}
‪setTweakableValue
‪function setTweakableValue(category, name, value)
Definition: _tweakables.gsc:14
‪getTweakableValue
‪function getTweakableValue(category, name)
Definition: _tweakables.gsc:12
‪registerTweakable
‪function registerTweakable(category, name, dvar, value)
Definition: _tweakables.gsc:16
‪getTweakableDVar
‪function getTweakableDVar(category, name)
Definition: _tweakables.gsc:11
‪updateUITweakables
‪function updateUITweakables()
Definition: _tweakables.gsc:18
‪__init__
‪function __init__()
Definition: _tweakables.gsc:9
‪getTweakableDVarValue
‪function getTweakableDVarValue(category, name)
Definition: _tweakables.gsc:10
‪REGISTER_SYSTEM
‪#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition: shared.gsh:204
‪setClientTweakable
‪function setClientTweakable(category, name)
Definition: _tweakables.gsc:17
‪getTweakableLastValue
‪function getTweakableLastValue(category, name)
Definition: _tweakables.gsc:13
‪setTweakableLastValue
‪function setTweakableLastValue(category, name, value)
Definition: _tweakables.gsc:15
‪name
‪class GroundFx name
‪updateServerDvar
‪function updateServerDvar(dvar, value)
Definition: _tweakables.gsc:19