Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 764 Bytes

TimerStartEvent.md

File metadata and controls

14 lines (11 loc) · 764 Bytes

Tgm.Roborally.Api.Model.TimerStartEvent

Called when a timer is started

Properties

Name Type Description Notes
Subject string Describes the usage of the timer
EndTime long The time in ms since epoche when the timer will ends
Duration int the duration of the timer in ms [default to 20000]
Passable bool if this is true the active player can pass the event [default to false]
RobotsActive List<int> The entites that are able to act during this timer

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