Class RoundEndTextAppendEvent
Event raised to allow subscribers to add text to the round end summary screen.
Inheritance
System.Object
RoundEndTextAppendEvent
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class RoundEndTextAppendEvent : object
Properties
| Improve this Doc View SourceText
Text to display in the round end summary screen.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddLine(String)
Invoke this method to add text to the round end summary screen.
Declaration
public void AddLine(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |