-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreinterfaces IClientNoticeMessageFormatter
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IClientNoticeMessageFormatter[[IClientNoticeMessageFormatter]]
class SharedLibraryCore.Interfaces.IClientNoticeMessageFormatter interfaceStyle;
end
Returns | Name |
---|---|
string |
BuildFormattedMessage (IRConParserConfiguration config, EFPenalty currentPenalty, EFPenalty originalPenalty)builds a game formatted notice message |
public string BuildFormattedMessage(IRConParserConfiguration config, EFPenalty currentPenalty, EFPenalty originalPenalty)
Type | Name | Description |
---|---|---|
IRConParserConfiguration |
config | RCon parser config |
EFPenalty |
currentPenalty | current penalty the message is for |
EFPenalty |
originalPenalty | previous penalty the current penalty relates to |
builds a game formatted notice message
Generated with ModularDoc