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

Description

Documentation Comment

Only takes effect if the entry is flagged as an inventory item


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

FormakForm


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
Form myForm__akForm

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