EMBED_ACTION Element


EMBED_ACTION (a child element of STEP) is used to insert an ACTION that has been defined in "data/xml/actions.xml" into the current STEP.

Remarks

Unlike INSERT_ACTION (a child element of ACTION), EMBED_ACTION converts all the steps in the inserted action to become part of the current step, while INSERT_ACTION makes no conversion and directly inserts all the steps into the current ACTION. You are recommended to use INSERT_ACTION instead of EMBED_ACTION, unless there are any special programmatic needs or concerns.

Supported Values

EMBED_ACTION uses the text value of the NAME element of the inserted action as value.

Examples

  • <STEP>
    • ......
    • <EMBED_ACTION>Explosion Animation</EMBED_ACTION>
    • ......
  • </STEP>