Property AuraIds
AuraIds
Gets or sets the array of aura IDs that this trigger used to depend on. This property is now obsolete and has been replaced by EvaluatorProperties.
Declaration
[Obsolete("Replaced with EvaluatorProperties")]
public string[] AuraIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Remarks
[Obsolete("Replaced with EvaluatorProperties")] Previously, this property directly listed the IDs of auras to be evaluated. It has been superseded by a more flexible evaluator-based approach.