Background for Skyrim SE

SkyMessage


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionDelete(intmessageBoxId)NativeGlobal

VS Code has a bug where the documentation of the first function isn't shown.
This is that function:

stringfunctionShow(stringbodyText, stringbutton1, stringbutton2="", stringbutton3="", stringbutton4="", stringbutton5="", stringbutton6="", stringbutton7="", stringbutton8="", stringbutton9="", stringbutton10="", boolgetIndex=false, floatwaitInterval=0.1, floattimeoutSeconds=0.0)Global

[DEV SERVER] Loading description...

stringfunctionShowArray(stringbodyText, string[]buttons, boolgetIndex=false, floatwaitInterval=0.1, floattimeoutSeconds=0.0)Global

[DEV SERVER] Loading description...

intfunctionShow_NonBlocking(stringbodyText, stringbutton1, stringbutton2="", stringbutton3="", stringbutton4="", stringbutton5="", stringbutton6="", stringbutton7="", stringbutton8="", stringbutton9="", stringbutton10="")NativeGlobal

[DEV SERVER] Loading description...

intfunctionShowArray_NonBlocking(stringbodyText, string[]buttons)NativeGlobal

[DEV SERVER] Loading description...

stringfunctionGetResultText(intmessageBoxId, booldeleteResultOnAccess=true)NativeGlobal

[DEV SERVER] Loading description...

intfunctionGetResultIndex(intmessageBoxId, booldeleteResultOnAccess=true)NativeGlobal

[DEV SERVER] Loading description...

boolfunctionIsMessageResultAvailable(intmessageBoxId)NativeGlobal

Returns true if a messagebox created via Show_NonBlocking() or ShowArray_NonBlocking() has had a button selected.
Returns false in all other scenarios.

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