GetIsUsedItemEquipType

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

GetIsUsedItemEquipType checks if an actor is using an object that matches an EquipType, returning 1 if they do.

Syntax[edit | edit source]

GetIsUsedItemEquipType EquipType

Examples[edit | edit source]

GetIsUsedItemEquipType Food

Returns a 1 if the actor is using a Food object.