Skip to content

sharedlibrarycoreinterfaces IClientNoticeMessageFormatter

RaidMax edited this page May 21, 2023 · 1 revision

IClientNoticeMessageFormatter Public interface

Diagram

  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
Loading

Members

Methods

Public methods

Returns Name
string BuildFormattedMessage(IRConParserConfiguration config, EFPenalty currentPenalty, EFPenalty originalPenalty)
builds a game formatted notice message

Details

Methods

BuildFormattedMessage

Source code

public string BuildFormattedMessage(IRConParserConfiguration config, EFPenalty currentPenalty, EFPenalty originalPenalty)
Arguments
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
Summary

builds a game formatted notice message

Returns

Generated with ModularDoc

Clone this wiki locally