Table of Contents

Class InformationMessage

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public class InformationMessage
Inheritance
InformationMessage
Inherited Members

Constructors

InformationMessage()

public InformationMessage()

InformationMessage(string)

public InformationMessage(string information)

Parameters

information string

InformationMessage(string, string)

public InformationMessage(string information, string soundEventPath)

Parameters

information string
soundEventPath string

InformationMessage(string, Color)

public InformationMessage(string information, Color color)

Parameters

information string
color Color

InformationMessage(string, Color, string)

public InformationMessage(string information, Color color, string category)

Parameters

information string
color Color
category string

Properties

Category

public string Category { get; set; }

Property Value

string

Color

public Color Color { get; set; }

Property Value

Color

Detail

public string Detail { get; set; }

Property Value

string

Information

public string Information { get; set; }

Property Value

string

SoundEventPath

public string SoundEventPath { get; set; }

Property Value

string

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