Table of Contents

Class MessageManagerBase

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
public abstract class MessageManagerBase : DotNetObject
Inheritance
MessageManagerBase
Inherited Members

Constructors

MessageManagerBase()

protected MessageManagerBase()

Methods

PostMessageLine(string, uint)

[EngineCallback]
protected abstract void PostMessageLine(string text, uint color)

Parameters

text string
color uint

PostMessageLineFormatted(string, uint)

[EngineCallback]
protected abstract void PostMessageLineFormatted(string text, uint color)

Parameters

text string
color uint

PostSuccessLine(string)

[EngineCallback]
protected abstract void PostSuccessLine(string text)

Parameters

text string

PostWarningLine(string)

[EngineCallback]
protected abstract void PostWarningLine(string text)

Parameters

text string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).