Background for Skyrim SE
Member of the SkyMessage script
boolfunctionIsMessageResultAvailable(intmessageBoxId)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

intmessageBoxId


Examples

Auto-Generated Example

int myInt__messageBoxId

bool returnedValue = SkyMessage.IsMessageResultAvailable(myInt__messageBoxId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.