BT Action: Dispatch Event
Inherits:
BTActionBTAction that dispatches an Ability System event.
Description
A Behavior Tree action that dispatches an ASEventTag via [method ASComponent.dispatch_event]. Uses the native AS Event system (Split Registry Pattern).
Returns [constant BT.SUCCESS] immediately after dispatch.
Properties
| Type | Name | Default |
|---|---|---|
NodePath | asc_node_path | NodePath("") |
Dictionary | custom_payload | {} |
StringName | event_tag | &"" |
float | magnitude | 1.0 |