GetIsUsedItem

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

GetIsUsedItem checks if an actor is using a specified item, returning 1 if they match.

Syntax[edit | edit source]

GetIsUsedItem Object

Examples[edit | edit source]

GetIsUsedItem NukaCola Returns a 1 if the actor is using a NukaCola.

Notes[edit | edit source]

  • None at this time