s&box docs

public class Sandbox.ConVarAttribute : System.Attribute

Console variable

Constructors

Showing 2 constructors

Properties

Showing 6 properties

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.ConVarAttribute

On this page