Class ClientGameTicker
Inheritance
System.Object
ClientGameTicker
Assembly: Content.Client.dll
Syntax
public sealed class ClientGameTicker : SharedGameTicker
Properties
|
Improve this Doc
View Source
AreWeReady
Declaration
public bool AreWeReady { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisallowedLateJoin
Declaration
public bool DisallowedLateJoin { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGameStarted
Declaration
public bool IsGameStarted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
JobsAvailable
Declaration
public IReadOnlyDictionary<NetEntity, Dictionary<string, uint?>> JobsAvailable { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<NetEntity, Dictionary<System.String, System.Nullable<System.UInt32>>> |
|
|
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
RestartSound
Declaration
public string? RestartSound { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
RoundStartTimeSpan
Declaration
public TimeSpan RoundStartTimeSpan { get; }
Property Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
ServerInfoBlob
Declaration
public string? ServerInfoBlob { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
StartTime
Declaration
public TimeSpan StartTime { get; }
Property Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
StationNames
Declaration
public IReadOnlyDictionary<NetEntity, string> StationNames { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<NetEntity, System.String> |
|
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
SetLobbySong(Nullable<String>, Boolean)
Declaration
public void SetLobbySong(string? song, bool forceUpdate = false)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
song |
|
System.Boolean |
forceUpdate |
|
Events
|
Improve this Doc
View Source
InfoBlobUpdated
Declaration
public event Action? InfoBlobUpdated
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
LobbyJobsAvailableUpdated
Declaration
public event Action<IReadOnlyDictionary<NetEntity, Dictionary<string, uint?>>>? LobbyJobsAvailableUpdated
Event Type
Type |
Description |
System.Nullable<Action<IReadOnlyDictionary<NetEntity, Dictionary<System.String, System.Nullable<System.UInt32>>>>> |
|
|
Improve this Doc
View Source
LobbyLateJoinStatusUpdated
Declaration
public event Action? LobbyLateJoinStatusUpdated
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
LobbySongUpdated
Declaration
public event Action? LobbySongUpdated
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
LobbyStatusUpdated
Declaration
public event Action? LobbyStatusUpdated
Event Type
Type |
Description |
System.Nullable<Action> |
|