Property LinkedAuras
LinkedAuras
Gets the collection of Auras linked to this Hotkey trigger.
Declaration
IAuraListStateEvaluator LinkedAuras { get; }
Property Value
Type | Description |
---|---|
IAuraListStateEvaluator |
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.