Background for Skyrim SE
Member of the IED script
boolfunctionCreateItemNPC(ActorBaseakActorBase, stringasPlugin, stringasName, boolabIsFemale, FormakForm, boolabIsInventoryForm, stringasNode)NativeGlobal


Parameters

  1. ActorBaseakActorBase

  2. stringasPlugin

  3. stringasName

  4. boolabIsFemale

  5. FormakForm

  6. boolabIsInventoryForm

  7. stringasNode


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
Form myForm__akForm
bool myBool__abIsInventoryForm
string myString__asNode

bool returnedValue = IED.CreateItemNPC(myActorBase__akActorBase, myString__asPlugin, myString__asName, myBool__abIsFemale, myForm__akForm, myBool__abIsInventoryForm, myString__asNode)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.