API ReferenceSandbox
ConVarAttributeclass
Console variable
Constructors2
Showing 2 constructors
No results match this filter.
Properties6
Showing 6 properties
public Sandbox.ConVarFlags Sandbox.ConVarAttribute.Flags { get; set; }
Describes the kind of convar this is
public string Sandbox.ConVarAttribute.Help { get; set; }
Describes why this command exists
Returns:
string—public float Sandbox.ConVarAttribute.Max { get; set; }
Maximum value for this command
Returns:
float—public float Sandbox.ConVarAttribute.Min { get; set; }
Minimum value for this command
Returns:
float—public string Sandbox.ConVarAttribute.Name { get; set; }
If unset the name will be set to the name of the method/property
Returns:
string—public bool Sandbox.ConVarAttribute.Saved { get; set; }
If true this variable is saved
Returns:
bool—No results match this filter.