C# Class idTech4.idInternalCvar

Inheritance: idCvar
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
Update ( idCvar var ) : void
idInternalCvar ( idCvar var ) : System
idInternalCvar ( string name, string value, CvarFlags flags ) : System

Private Methods

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

Method Details

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( idCvar var ) : void
var idCvar
return void

idInternalCvar() public method

public idInternalCvar ( idCvar var ) : System
var idCvar
return System

idInternalCvar() public method

public idInternalCvar ( string name, string value, CvarFlags flags ) : System
name string
value string
flags CvarFlags
return System