7.9. ForwardMessage

forward_message ‐ An action for internal forwarding of a received message

7.9.1. Attributes

None.

7.9.2. Description

This action is used to forward a message_event (a genuine message received from another node or from an external application) to a node of the scene graph.

7.9.3. Expected children

None.

7.9.4. Expected target

Any node in a scene graph can receive a message.

7.9.5. Example

The example below defines an action that forwards a message to all the nodes with an id prefixed by sphere.

<forward_message />
<target type="multiple_nodes" value="#sphere*" />