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 SourceGetBriefingEvent(Nullable<String>)
Declaration
public GetBriefingEvent(string? briefing = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.String> | briefing |
Fields
| Improve this Doc View SourceBriefing
Declaration
public string? Briefing
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
Methods
| Improve this Doc View SourceAppend(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 |