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
InformationMessage(string, Color)
public InformationMessage(string information, Color color)
Parameters
InformationMessage(string, Color, string)
public InformationMessage(string information, Color color, string category)
Parameters
Properties
Category
public string Category { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
Detail
public string Detail { get; set; }
Property Value
Information
public string Information { get; set; }
Property Value
SoundEventPath
public string SoundEventPath { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).