Show / Hide Table of Contents

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 Source

TickerLobbyCountdownEvent(TimeSpan, Boolean)

Declaration
public TickerLobbyCountdownEvent(TimeSpan startTime, bool paused)
Parameters
Type Name Description
TimeSpan startTime
System.Boolean paused

Properties

| Improve this Doc View Source

Paused

Whether or not the countdown is paused

Declaration
public bool Paused { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

StartTime

The game time that the game will start at.

Declaration
public TimeSpan StartTime { get; }
Property Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾