Difference between revisions of "BPGetItemOfTemplate"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Category:PrimalInventoryComponent Nodes]]
 
[[Category:PrimalInventoryComponent Nodes]]
 
{{Incomplete}}
 
{{Incomplete}}
{{NoMention}}
+
 
[[File:Node_BPGetItemOfTemplate.jpg|frame|BPGetItemOfTemplate - PrimalInventoryComponent]]
+
[[File:Node_{{PAGENAME}}.jpg|frame|{{PAGENAME}} - PrimalInventoryComponent]]
  
 
== How to Use ==
 
== How to Use ==
Line 9: Line 9:
  
 
=== Related Articles ===
 
=== Related Articles ===
[[Special:WhatLinksHere/BPGetItemOfTemplate|What Links Here]]<br />
+
[[Special:WhatLinksHere/{{PAGENAME}}|What Links Here]]<br />
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 52: Line 52:
 
|Only Ark Items
 
|Only Ark Items
 
|Bool
 
|Bool
|Searches for 'Ark Tribute Item' '''+'''
+
|Searches for 'Ark Tribute Item' {{NoMention}}
 
|-
 
|-
 
|Prefer Engram
 
|Prefer Engram
 
|Bool
 
|Bool
|Searches for learned Engram first '''+'''
+
|Searches for learned Engram first {{NoMention}}
 
|-
 
|-
 
|Is for Crafting Consumption
 
|Is for Crafting Consumption
 
|Bool
 
|Bool
|Searches for items that can be used for crafting '''+'''
+
|Searches for items that can be used for crafting {{NoMention}}
 
|}
 
|}
  
Line 75: Line 75:
 
|The found PrimalItem Reference
 
|The found PrimalItem Reference
 
|}
 
|}
 
=== Legend ===
 
 
'''+''' Needs Further Clarification, could be incorrect, author made a guess
 

Revision as of 02:14, 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

BPGetItemOfTemplate - PrimalInventoryComponent

How to Use

Searches for an item by class within an Inventory Component, and returns the first one found that meets the criteria specified

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalInventoryComponent PrimalInventoryComponent Reference
Item Template PrimalItemClass Class for the item you want to search for in the specified Inventory
Only Inventory Items Bool Search items only being carried or slotted, not equipped
Only Equipped Items Bool Search items only equipped
Ignore Items with Full Quantity Bool Ignore Full Stacks. This will also ignore all items that don't stack
Favor Slot Items Bool Search slotted items before those being carried in the inventory
Requires Exact Class Match Bool Search only for exact item, no childs
Ignore Slot Items Bool Ignore slotted items
Only Ark Items Bool Searches for 'Ark Tribute Item' (Confirmation Needed)
Prefer Engram Bool Searches for learned Engram first (Confirmation Needed)
Is for Crafting Consumption Bool Searches for items that can be used for crafting (Confirmation Needed)


Outputs
Pin Reference Type Description
Return Value PrimalItem The found PrimalItem Reference