GetIsUsedItemEquipType
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Checks if an item that matches an Equip Type is being used or activated, returning 1 if they do.
Syntax
(TypeMatches:bool) void.GetIsUsedItemEquipType EquipType:int
Example
GetIsUsedItemEquipType Food
Returns a 1 if the actor is using a Food object.