Background for Skyrim SE
Member of the SKI_ConfigBase script
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)

Additional References

View this function on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.