GetIsUsedItemEquipType

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Checks if an item that matches an Equip Type is being used or activated, returning 1 if they do.

Syntax

[help]
(TypeMatches:bool) void.GetIsUsedItemEquipType EquipType:int

Example

GetIsUsedItemEquipType Food

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

See Also