|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
| InformationMessage (string information) | |
| Information's parameter structure. | |
| InformationMessage (string information, Color color) | |
| Information's parameter structure. | |
| InformationMessage (string information, Color color, string category) | |
| Information's parameter structure. | |
| InformationMessage (string information, string soundEventPath) | |
| Information's parameter structure. | |
| InformationMessage () | |
| Information's parameter structure with default empty text content. | |
Properties | |
| string | Information [get, set] |
| string | Detail [get, set] |
| Color | Color [get, set] |
| string | SoundEventPath [get, set] |
| string | Category [get, set] |
| TaleWorlds.Library.InformationMessage.InformationMessage | ( | string | information | ) |
| information | Text content of the message. Supports rich text. Shows white as default. |
| TaleWorlds.Library.InformationMessage.InformationMessage | ( | string | information, |
| Color | color | ||
| ) |
| information | Text content of the message. Supports rich text. |
| color | Color of the message. |
| TaleWorlds.Library.InformationMessage.InformationMessage | ( | string | information, |
| Color | color, | ||
| string | category | ||
| ) |
| information | Text content of the message. Supports rich text. |
| color | Color of the message. |
| category | Category of the message. |
| TaleWorlds.Library.InformationMessage.InformationMessage | ( | string | information, |
| string | soundEventPath | ||
| ) |
| information | Text content of the message. Supports rich text. |
| soundEventPath | Path of a sound file in the project. |
| TaleWorlds.Library.InformationMessage.InformationMessage | ( | ) |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |