Class TeleportAction

Applied Stereotypes:
XSDcomplexType

Specifying a target position an entity is teleported to.
This action follows the layer prioritization hierarchy defined in 7.4 Actions.

Used in:
PrivateAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  position Position 1..1 XSDelement The position the entity/entities are teleported to.
XSD 1.4 Representation


<xsd:complexType name="TeleportAction">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Annotation changed
    • New Value
      Specifying a target position an entity is teleported to. This action follows the layer prioritization hierarchy defined in 7.4 Actions.
      From 1.3.0
      Specifying a target position an entity is teleported to.
  • Property 'position'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property position
    • XSDelement

To XSD