Difference between revisions of "GetItemTemplateQuantity"

From ARK Modding Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
[[Category:PrimalInventoryComponent Nodes]]
 
[[Category:PrimalInventoryComponent Nodes]]
 
{{Incomplete}}
 
{{Incomplete}}
 +
{{NodeInfoBanner||||||}}
 
[[File:Node_GetItemTemplateQuantity.jpg|frame|GetItemTemplateQuantity - PrimalInventoryComponent]]
 
[[File:Node_GetItemTemplateQuantity.jpg|frame|GetItemTemplateQuantity - PrimalInventoryComponent]]
  

Latest revision as of 02:26, 16 May 2016


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

Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.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