Background for Fallout 4
Member of the Actor script
intfunctionGetEquippedItemType(intaiEquipIndex)Native

[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")
endIf

Auto-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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.