Show / Hide Table of Contents

Class RoundEndMessageEvent

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

Constructors

| Improve this Doc View Source

RoundEndMessageEvent(String, String, TimeSpan, Int32, Int32, RoundEndMessageEvent.RoundEndPlayerInfo[], Nullable<String>, Nullable<String>)

Declaration
public RoundEndMessageEvent(string gamemodeTitle, string roundEndText, TimeSpan roundDuration, int roundId, int playerCount, RoundEndMessageEvent.RoundEndPlayerInfo[] allPlayersEndInfo, string? lobbySong, string? restartSound)
Parameters
Type Name Description
System.String gamemodeTitle
System.String roundEndText
TimeSpan roundDuration
System.Int32 roundId
System.Int32 playerCount
RoundEndMessageEvent.RoundEndPlayerInfo[] allPlayersEndInfo
System.Nullable<System.String> lobbySong
System.Nullable<System.String> restartSound

Fields

| Improve this Doc View Source

LobbySong

Declaration
public string? LobbySong
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

RestartSound

Declaration
public string? RestartSound
Field Value
Type Description
System.Nullable<System.String>

Properties

| Improve this Doc View Source

AllPlayersEndInfo

Declaration
public RoundEndMessageEvent.RoundEndPlayerInfo[] AllPlayersEndInfo { get; }
Property Value
Type Description
RoundEndMessageEvent.RoundEndPlayerInfo[]
| Improve this Doc View Source

GamemodeTitle

Declaration
public string GamemodeTitle { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PlayerCount

Declaration
public int PlayerCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

RoundDuration

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

RoundEndText

Declaration
public string RoundEndText { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RoundId

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