Show / Hide Table of Contents

Class GetBriefingEvent

Event raised on the mind to get its briefing. Handlers can either replace or append to the briefing, whichever is more appropriate.

Inheritance
System.Object
GetBriefingEvent
Namespace: Content.Server.Roles
Assembly: Content.Server.dll
Syntax
public sealed class GetBriefingEvent : object

Constructors

| Improve this Doc View Source

GetBriefingEvent(Nullable<String>)

Declaration
public GetBriefingEvent(string? briefing = null)
Parameters
Type Name Description
System.Nullable<System.String> briefing

Fields

| Improve this Doc View Source

Briefing

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

Methods

| Improve this Doc View Source

Append(String)

If there is no briefing, sets it to the string. If there is a briefing, adds a new line to separate it from the appended string.

Declaration
public void Append(string text)
Parameters
Type Name Description
System.String text
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾