Parameter ​
A parameter for a game effect.
Kind: Class
Namespace: CrowdControl.Common
Public Constructors
Parameter(string name, string id)
Creates a new instance of the CrowdControl.Common.Parameter class.
Parameter(string name, string id, int priority)
Creates a new instance of the CrowdControl.Common.Parameter class.
Public Member Functions
virtual override
string
ToString()
Public Attributes
string
ID
The safe name of the parameter. Not displayed. Must be unique per-parameter.
string
Name
The display name of the parameter.
int
Priority
The priority of the parameter. This is used as a tiebreaker for bid wars.
