Class TickerLobbyCountdownEvent
Inheritance
System.Object
TickerLobbyCountdownEvent
Namespace: Content.Shared.GameTicking
Assembly: Content.Shared.dll
Syntax
public sealed class TickerLobbyCountdownEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceTickerLobbyCountdownEvent(TimeSpan, Boolean)
Declaration
public TickerLobbyCountdownEvent(TimeSpan startTime, bool paused)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | startTime | |
System.Boolean | paused |
Properties
| Improve this Doc View SourcePaused
Whether or not the countdown is paused
Declaration
public bool Paused { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartTime
The game time that the game will start at.
Declaration
public TimeSpan StartTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |