class ConVarAttribute
Console variable
public string Name { get; set; }
If unset the name will be set to the name of the method/property
public string Help { get; set; }
Describes why this command exists
public float Min { get; set; }
Minimum value for this command
public float Max { get; set; }
Maximum value for this command
public bool Saved { get; set; }
If true this variable is saved
public ConVarFlags Flags { get; set; }
Describes the kind of convar this is
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public ConVarAttribute( string name = null, ConVarFlags flags = None )
😔 No documentation found.
public ConVarAttribute( ConVarFlags flags )
😔 No documentation found.