GetIsUsedItemEquipType

From the Fallout3 GECK Wiki
Revision as of 14:10, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

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

Syntax

GetIsUsedItemEquipType EquipType

Examples

GetIsUsedItemEquipType Food

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

Notes

  • None at this time