[DEV SERVER] Loading description...
Caveats
Parameters
intaiEquipIndex
CK Wiki Description
The equip index from the actor's race to get the type from.
Examples
; Does Bob have a bow in his first equip slot?
if (Bob.GetEquippedItemType(0) == 7) ; 7 is a bow
Debug.Trace("Bob has a bow in his first equip slot")
endIfAuto-Generated Example
int myInt__aiEquipIndex
int returnedValue = myActor__toCallFunctionOn.GetEquippedItemType(myInt__aiEquipIndex)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
