WKLib 0.0.1
A modding library for White Knuckle
Loading...
Searching...
No Matches
WKLib.API.Config.ConfigValueBase Class Referenceabstract
Inheritance diagram for WKLib.API.Config.ConfigValueBase:
WKLib.API.Config.ConfigValue< T >

Public Member Functions

object GetBoxedValue ()
 
void LoadFromJToken (JToken token)
 

Protected Member Functions

 ConfigValueBase (ConfigFile file, string key)
 

Properties

string Key [get]
 
ConfigFile File [get]
 

Constructor & Destructor Documentation

◆ ConfigValueBase()

WKLib.API.Config.ConfigValueBase.ConfigValueBase ( ConfigFile file,
string key )
protected

Member Function Documentation

◆ GetBoxedValue()

object WKLib.API.Config.ConfigValueBase.GetBoxedValue ( )
abstract

◆ LoadFromJToken()

void WKLib.API.Config.ConfigValueBase.LoadFromJToken ( JToken token)
abstract

Property Documentation

◆ File

ConfigFile WKLib.API.Config.ConfigValueBase.File
getprotected

◆ Key

string WKLib.API.Config.ConfigValueBase.Key
get

The documentation for this class was generated from the following file: