Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 929 Bytes

MovementEvent.md

File metadata and controls

16 lines (13 loc) · 929 Bytes

Tgm.Roborally.Api.Model.MovementEvent

Describes the movement of a entity

Properties

Name Type Description Notes
Entity int The unique identification of this entity. <br> !!! This is not the id of the player<br> This value will be autogenerated by the api and is read only [optional]
Direction Direction [optional]
MovementAmmount int How far (in tiles) the movement was executed [optional]
Rotation Rotation [optional]
RotationTimes int The number of times (90°) the robot turns [optional]
From Position [optional]
To Position [optional]

[Back to Model list] [Back to API list] [Back to README]