Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 687 Bytes

Action.md

File metadata and controls

13 lines (10 loc) · 687 Bytes

Tgm.Roborally.Api.Model.Action

A queued action. Actions are executed in their adding sequence which is represented by their index

Properties

Name Type Description Notes
Index int The queue index of the action [optional]
Type ActionType [optional]
Executed bool true if the action was allready executed [optional]
Requestor int The index of the player this instruction came from [optional]

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