C# Class idTech4.idInternalCvar

Inheritance: idCvar
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( idCvar var ) : void
var idCvar
Résultat void

idInternalCvar() public méthode

public idInternalCvar ( idCvar var ) : System
var idCvar
Résultat System

idInternalCvar() public méthode

public idInternalCvar ( string name, string value, CvarFlags flags ) : System
name string
value string
flags CvarFlags
Résultat System