Background for Skyrim SE
Member of the SkyMessage script
stringfunctionShowArray(stringbodyText, string[]buttons, boolgetIndex=false, floatwaitInterval=0.1, floattimeoutSeconds=0.0)Global

[DEV SERVER] Loading description...


Caveats


Parameters

stringbodyText

string[]buttons

boolgetIndex=false

floatwaitInterval=0.1

floattimeoutSeconds=0.0


Examples

Auto-Generated Example

string myString__bodyText
string[] myStringArray__buttons
bool myBool__getIndex
float myFloat__waitInterval
float myFloat__timeoutSeconds

string returnedValue = SkyMessage.ShowArray(myString__bodyText, myStringArray__buttons, myBool__getIndex, myFloat__waitInterval, myFloat__timeoutSeconds)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.