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