Difference between revisions of "GetIsUsedItemEquipType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
Line 14: Line 14:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 12:27, 15 August 2009

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.