Method | Description | |
---|---|---|
GetBool ( this value ) : bool | ||
GetInt ( this value ) : int | ||
IsBool ( this value ) : bool | ||
IsInt ( this value ) : bool | ||
Name ( this value ) : string | ||
SetBool ( this key, bool value ) : void | ||
SetInt ( this key, int value ) : void | ||
SetTo ( this value, ConfigValue key ) : bool | ||
SetTo ( this value, ConfigValue key ) : int | ||
Value ( this value ) : short |
public static SetBool ( this key, bool value ) : void | ||
key | this | |
value | bool | |
return | void |
public static SetInt ( this key, int value ) : void | ||
key | this | |
value | int | |
return | void |
public static SetTo ( this value, ConfigValue key ) : bool | ||
value | this | |
key | ConfigValue | |
return | bool |
public static SetTo ( this value, ConfigValue key ) : int | ||
value | this | |
key | ConfigValue | |
return | int |