![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
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 __init__ | ( | ) |
Definition at line 9 of file _tweakables.gsc.
| function getTweakableDVar | ( | category | , |
| name | |||
| ) |
Definition at line 11 of file _tweakables.gsc.
| function getTweakableDVarValue | ( | category | , |
| name | |||
| ) |
Definition at line 10 of file _tweakables.gsc.
| function getTweakableLastValue | ( | category | , |
| name | |||
| ) |
Definition at line 13 of file _tweakables.gsc.
| function getTweakableValue | ( | category | , |
| name | |||
| ) |
Definition at line 12 of file _tweakables.gsc.
Referenced by init(), set_visible_team(), and TeamKillKick().
| function registerTweakable | ( | category | , |
| name | , | ||
| dvar | , | ||
| value | |||
| ) |
Definition at line 16 of file _tweakables.gsc.
| function setClientTweakable | ( | category | , |
| name | |||
| ) |
Definition at line 17 of file _tweakables.gsc.
| function setTweakableLastValue | ( | category | , |
| name | , | ||
| value | |||
| ) |
Definition at line 15 of file _tweakables.gsc.
| function setTweakableValue | ( | category | , |
| name | , | ||
| value | |||
| ) |
Definition at line 14 of file _tweakables.gsc.
| function updateServerDvar | ( | dvar | , |
| value | |||
| ) |
Definition at line 19 of file _tweakables.gsc.
| function updateUITweakables | ( | ) |
Definition at line 18 of file _tweakables.gsc.