Show / Hide Table of Contents

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 Source

Text

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 Source

AddLine(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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾