BT Condition: Event Occurred
Inherits:
BTConditionBTCondition that checks if an Ability System event occurred recently.
Description
A Behavior Tree condition that checks if an ASEventTag occurred within a time window using the Events Historical buffer.
Returns [constant BT.SUCCESS] if event found, [constant BT.FAILURE] otherwise.
Properties
| Type | Name | Default |
|---|---|---|
NodePath | asc_node_path | NodePath("") |
StringName | event_tag | &"" |
float | time_window | 1.0 |