Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.07 KB

Player.md

File metadata and controls

14 lines (11 loc) · 1.07 KB

Tgm.Roborally.Api.Model.Player

A player attending in a game. #### Warning This is not permanent. It is created and removed with the game (or with you joining and leaving the game)

Properties

Name Type Description Notes
Id int This id uniquely identifys the player (in a game). Not to be confused with the `uid` which is used for authentication
ControlledEntities List<int> The list of entities controlled by this player
OnTurn bool Îf this is true rhe player is able to interact at the moment [optional] [default to false]
Active bool Defines if the player is actively playing. If this is false the player does random moves. This is only false if the player disconnects [optional] [default to true]
DisplayName string The display name of a player including rules

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