Show / Hide Table of Contents

Class TickerLobbyStatusEvent

Inheritance
System.Object
TickerLobbyStatusEvent
Namespace: Content.Shared.GameTicking
Assembly: Content.Shared.dll
Syntax
public sealed class TickerLobbyStatusEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

TickerLobbyStatusEvent(Boolean, Nullable<String>, Nullable<String>, Boolean, TimeSpan, TimeSpan, TimeSpan, Boolean)

Declaration
public TickerLobbyStatusEvent(bool isRoundStarted, string? lobbySong, string? lobbyBackground, bool youAreReady, TimeSpan startTime, TimeSpan preloadTime, TimeSpan roundStartTimeSpan, bool paused)
Parameters
Type Name Description
System.Boolean isRoundStarted
System.Nullable<System.String> lobbySong
System.Nullable<System.String> lobbyBackground
System.Boolean youAreReady
TimeSpan startTime
TimeSpan preloadTime
TimeSpan roundStartTimeSpan
System.Boolean paused

Properties

| Improve this Doc View Source

IsRoundStarted

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

LobbyBackground

Declaration
public string? LobbyBackground { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

LobbySong

Declaration
public string? LobbySong { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Paused

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

RoundStartTimeSpan

Declaration
public TimeSpan RoundStartTimeSpan { get; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

StartTime

Declaration
public TimeSpan StartTime { get; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

YouAreReady

Declaration
public bool YouAreReady { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾