Background for Skyrim SE
Member of the SkyPrompt script
boolfunctionSendPrompt(intclientID, stringtext, inteventID, intactionID, inttype, FormrefForm, int[]devices, int[]keys, floatprogress)NativeGlobal


Caveats


Parameters

intclientID

stringtext

inteventID

intactionID

inttype

FormrefForm

int[]devices

int[]keys

floatprogress


Examples

Auto-Generated Example

int myInt__clientID
string myString__text
int myInt__eventID
int myInt__actionID
int myInt__type
Form myForm__refForm
int[] myIntArray__devices
int[] myIntArray__keys
float myFloat__progress

bool returnedValue = SkyPrompt.SendPrompt(myInt__clientID, myString__text, myInt__eventID, myInt__actionID, myInt__type, myForm__refForm, myIntArray__devices, myIntArray__keys, myFloat__progress)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.