Method | Description | |
---|---|---|
Reset ( ) : void | ||
Update ( |
||
idInternalCvar ( |
||
idInternalCvar ( string name, string value, CvarFlags flags ) : System |
Method | Description | |
---|---|---|
Set ( string value, bool force, bool fromServer ) : void | ||
SetBoolInternal ( bool value ) : void | ||
SetFloatInternal ( float value ) : void | ||
SetIntegerInternal ( int value ) : void | ||
SetStringInternal ( string value ) : void | ||
UpdateCheat ( ) : void | ||
UpdateValue ( ) : void |
public idInternalCvar ( |
||
var | ||
return | System |
public idInternalCvar ( string name, string value, CvarFlags flags ) : System | ||
name | string | |
value | string | |
flags | CvarFlags | |
return | System |