- Found in:
- MCM Helper
- SkyUI
boolfunctionShowMessage(stringa_message, boola_withCancel=true, stringa_acceptLabel="Accept", stringa_cancelLabel="Cancel")
[DEV SERVER] Loading description...
Caveats
Parameters
stringa_message
GitHub Wiki Description (SkyUI)
The message string. Use \n for line breaks.
boola_withCancel=true
stringa_acceptLabel="Accept"
stringa_cancelLabel="Cancel"
Examples
Auto-Generated Example
string myString__a_message
bool myBool__a_withCancel
string myString__a_acceptLabel
string myString__a_cancelLabel
bool returnedValue = mySKI_ConfigBase__toCallFunctionOn.ShowMessage(myString__a_message, myBool__a_withCancel, myString__a_acceptLabel, myString__a_cancelLabel)