- Found in:
- IED
FormfunctionGetLastEquippedForm(ActorakActor, intaiBipedSlot, boolabTrackedActor, boolabIgnoreIfOccupied)NativeGlobal
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)