Method | Description | |
---|---|---|
ChangeType ( object obj, |
||
Decrement ( object &o ) : bool | ||
GetConvarValue ( string name, string cat ) : string | ||
Increment ( object &o ) : bool | ||
IsNumericType ( object o ) : bool | ||
IsValidName ( string name, string otherChars = "_-+" ) : bool | ||
Qualify ( string cat, string cmdName ) : string |
Method | Description | |
---|---|---|
CacheEnum ( |
public static ChangeType ( object obj, |
||
obj | object | |
convertType | ||
return | object |
public static GetConvarValue ( string name, string cat ) : string | ||
name | string | |
cat | string | |
return | string |
public static IsNumericType ( object o ) : bool | ||
o | object | |
return | bool |
public static IsValidName ( string name, string otherChars = "_-+" ) : bool | ||
name | string | |
otherChars | string | |
return | bool |
public static Qualify ( string cat, string cmdName ) : string | ||
cat | string | |
cmdName | string | |
return | string |