Skip to content

Event Emitter <eve>

This node would send an event to DBB whenever it is checked.

Attributes

<eve> node can receive the following attributes:

  • entity (required) - target entity to send event to, value is expected to be a blackboard key that holds entity reference
  • send (required) - event name to send to DBB

Example

<seq> // Play sound and animation on the control entity
  <set Self=_self>
  <eve entity=Self send=playSound>
  <eve entity=Self send=playAnimation>