Class InfoBoxModalColor
Info box writer with color support
Inheritance
object
InfoBoxModalColor
Namespace
Syntax
public static class InfoBoxModalColor
Methods
WriteInfoBoxModal(string, params object[])
Writes the info box that appears and waits for user input
Declaration
public static void WriteInfoBoxModal(string text, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | Text to be written. |
| vars | object[] | Variables to format the message before it's written. |
WriteInfoBoxModal(string, InfoBoxSettings, params object[])
Writes the info box that appears and waits for user input
Declaration
public static void WriteInfoBoxModal(string text, InfoBoxSettings settings, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | Text to be written. |
| settings | InfoBoxSettings | Infobox settings to use |
| vars | object[] | Variables to format the message before it's written. |