API ReferenceSandbox
public class Sandbox.ConVarAttribute : System.Attribute
Console variable
Constructors
Showing 2 constructors
No results match this filter.
Properties
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
public float Sandbox.ConVarAttribute.Max { get; set; }
Maximum value for this command
public float Sandbox.ConVarAttribute.Min { get; set; }
Minimum value for this command
public string Sandbox.ConVarAttribute.Name { get; set; }
If unset the name will be set to the name of the method/property
public bool Sandbox.ConVarAttribute.Saved { get; set; }
If true this variable is saved
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.ConVarAttribute |