Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 902 Bytes

Checkpoint.md

File metadata and controls

15 lines (12 loc) · 902 Bytes

Tgm.Roborally.Api.Model.Checkpoint

Checkpoints are entities

Properties

Name Type Description Notes
Number int The number of the checkpoint defining the order they need to be called in [optional]
CheckedBy List<int> The entities (robots) which allready were at this point [optional]
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]