ObjCondition Inventory: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(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=...")
 
No edit summary
 
Line 1: Line 1:
'''Description'''
'''Description'''
----
----
Inventory conditions are used to determine if a player is carrying a specific inventory item on their pawn.
Inventory conditions are used to determine if a player is carrying a specific inventory item (Weapon, key pickup, etc.) on their pawn.  





Latest revision as of 19:51, 5 November 2013

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.