Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.03 KB

Entity.md

File metadata and controls

13 lines (10 loc) · 1.03 KB

Tgm.Roborally.Api.Model.Entity

Describes a actor at the game board. Not to be confused with Player which is the person controlling the Entity.
this will most likely be a player controlled robot but it also can be a AI controlled Entity or robot > We did use Entity instead of the word Robot or bot because the word bot is used for the AIs controlling the robot. And also because theoretial a entity can be a not robot entity

Properties

Name Type Description Notes
Direction Direction
Name string The default rule for names in the game
Id 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]
Location Position

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