GetItemTemplateQuantity

From ARK Modding Wiki
Revision as of 03:51, 15 May 2016 by Jslay (talk | contribs)
Jump to navigation Jump to search


This article or chapter is incomplete and its contents need further attention. Some information may be missing or may be wrong, spelling and grammar may have to be improved, use your judgment!

Look for (Confirmation Needed) areas on this page, and help out where you can.

NoticeIcon.png

GetItemTemplateQuantity - PrimalInventoryComponent

How to Use

Returns the amount of items in the Inventory Component, specified by class

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalInventoryComponent PrimalInventoryComponent Reference
Item Template PrimalItemClass Class for the item you want to add/remove from Inventory
Ignore Item PrimalItem Ignore a specific item by PrimalItem Reference
Ignore Blueprints Bool Ignore Blueprint items
Check Valid for Crafting Bool Checks the items to see if it can be used for crafting before adding to the returned count (Confirmation Needed)
Require Exact Class Match Bool If True, it checks to see if it is the Exact Item, ignores childs


Outputs
Pin Reference Type Description
Return Value Integer Amount of items found matching search criteria