ObjCondition Inventory

From Tripwire Interactive Wiki
Revision as of 19:51, 5 November 2013 by Alex KF (talk | contribs) (Created page with "'''Description''' ---- Inventory conditions are used to determine if a player is carrying a specific inventory item on their pawn. '''Configurable Properties''' {| class=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description


Inventory conditions are used to determine if a player is carrying a specific inventory item 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.