Background for Skyrim SE
Member of the IED script
FormfunctionGetLastEquippedForm(ActorakActor, intaiBipedSlot, boolabTrackedActor, boolabIgnoreIfOccupied)NativeGlobal


Caveats


Parameters

ActorakActor

intaiBipedSlot

boolabTrackedActor

boolabIgnoreIfOccupied


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiBipedSlot
bool myBool__abTrackedActor
bool myBool__abIgnoreIfOccupied

Form returnedValue = IED.GetLastEquippedForm(myActor__akActor, myInt__aiBipedSlot, myBool__abTrackedActor, myBool__abIgnoreIfOccupied)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.