|
WKLib 0.0.1
A modding library for White Knuckle
|
Public Member Functions | |
| ConfigValue (ConfigFile file, string key, T currentValue, bool loadOnCreation=true) | |
| ConfigValue (WKLibAPI API, string key, T currentValue, bool loadOnCreation=true) | |
| override object | GetBoxedValue () |
| override void | LoadFromJToken (JToken token) |
Public Member Functions inherited from WKLib.API.Config.ConfigValueBase | |
| object | GetBoxedValue () |
| void | LoadFromJToken (JToken token) |
Static Public Member Functions | |
| static implicit | operator T (ConfigValue< T > cfg) |
Properties | |
| T | Value [get, set] |
| ref T | RefValue [get] |
Properties inherited from WKLib.API.Config.ConfigValueBase | |
| string | Key [get] |
| ConfigFile | File [get] |
Additional Inherited Members | |
Protected Member Functions inherited from WKLib.API.Config.ConfigValueBase | |
| ConfigValueBase (ConfigFile file, string key) | |
| WKLib.API.Config.ConfigValue< T >.ConfigValue | ( | ConfigFile | file, |
| string | key, | ||
| T | currentValue, | ||
| bool | loadOnCreation = true ) |
| WKLib.API.Config.ConfigValue< T >.ConfigValue | ( | WKLibAPI | API, |
| string | key, | ||
| T | currentValue, | ||
| bool | loadOnCreation = true ) |
| override object WKLib.API.Config.ConfigValue< T >.GetBoxedValue | ( | ) |
| override void WKLib.API.Config.ConfigValue< T >.LoadFromJToken | ( | JToken | token | ) |
|
static |
|
get |
|
getset |