ObjCondition Inventory

From Tripwire Interactive Wiki
Jump to navigation Jump to search

Description


Inventory conditions are used to determine if a player is carrying a specific inventory item (Weapon, key pickup, etc.) on their pawn.


Configurable Properties

Variable Name Variable Type Description
DesiredItemClass class<Inventory> The type of inventory item you are searching for.
DesiredItemTag Name An optional check against the inventory item's tag value. Useful if you have multiple inventory conditions checking the same class of item and need to differentiate between them.