C# Class AdEvade.Config.ConfigValueHelpers

Show file Open project: coman3/EloBuddy.Addons

Public Methods

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

Method Details

GetBool() public static method

public static GetBool ( this value ) : bool
value this
return bool

GetInt() public static method

public static GetInt ( this value ) : int
value this
return int

IsBool() public static method

public static IsBool ( this value ) : bool
value this
return bool

IsInt() public static method

public static IsInt ( this value ) : bool
value this
return bool

Name() public static method

public static Name ( this value ) : string
value this
return string

SetBool() public static method

public static SetBool ( this key, bool value ) : void
key this
value bool
return void

SetInt() public static method

public static SetInt ( this key, int value ) : void
key this
value int
return void

SetTo() public static method

public static SetTo ( this value, ConfigValue key ) : bool
value this
key ConfigValue
return bool

SetTo() public static method

public static SetTo ( this value, ConfigValue key ) : int
value this
key ConfigValue
return int

Value() public static method

public static Value ( this value ) : short
value this
return short