Class InfoBoxMultiInputColor
Info box writer with input and color support
Inheritance
object
InfoBoxMultiInputColor
Namespace
Syntax
public static class InfoBoxMultiInputColor
Methods
WriteInfoBoxMultiInput(InputModule[], string, params object[])
Writes the multi-input method info box
Returns
bool
Declaration
public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | InputModule[] | Input modules to represent their values. |
| text | string | Text to be written. |
| vars | object[] | Variables to format the message before it's written. |
WriteInfoBoxMultiInput(InputModule[], string, InfoBoxSettings, params object[])
Writes the multi-input method info box
Returns
bool
Declaration
public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, InfoBoxSettings settings, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | InputModule[] | Input modules to represent their values. |
| text | string | Text to be written. |
| settings | InfoBoxSettings | Infobox settings to use |
| vars | object[] | Variables to format the message before it's written. |