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


Caveats


Parameters

ActorBaseakActorBase

stringasPlugin

stringasName

boolabIsFemale

boolabIsInventoryForm


Examples

Auto-Generated Example

ActorBase myActorBase__akActorBase
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abIsInventoryForm

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