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

Description

Documentation Comment

Marks this as an inventory item, 3D won't load unless the actor carries it


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

boolabIsInventoryForm


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abIsInventoryForm

bool returnedValue = IED.SetItemInventoryActor(myActor__akActor, 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.