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


Parameters

  1. intclientID

  2. stringtext

  3. inteventID

  4. intactionID

  5. inttype

  6. FormrefForm

  7. int[]devices

  8. int[]keys

  9. 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.