Property EvaluatorProperties
EvaluatorProperties
Gets the properties of a collection of Auras linked to this Hotkey trigger.
Declaration
public AuraEvaluatorProperties EvaluatorProperties { get; set; }
Property Value
Type | Description |
---|---|
AuraEvaluatorProperties |
Remarks
This property holds a list of Auras that are associated with the Hotkey trigger. The Hotkey trigger can interact with these linked Auras, allowing it to respond to or influence their states. For instance, the Hotkey trigger can be set to activate or deactivate based on the active state of these linked Auras, creating complex trigger behaviors that are dependent on multiple Auras' conditions.