User Tools

Site Tools


add_item_to_container

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
add_item_to_container [2019/12/22 15:21] – created justinadd_item_to_container [2020/01/17 09:30] justin
Line 6: Line 6:
 ====Signature:==== ====Signature:====
 <code python> <code python>
-add_item_to_container(entity_id, item_id, count)+add_item_to_container(entity, item_id, count)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|entity_id|Entity ID of the container to add the item to.|[[String]]|Yes|+|entity|Container entity to which the item will be added.|[[Entity]]|Yes|
 |item_id|ID of the item (as assigned in the [[Item Editor]]).|[[String]]|Yes| |item_id|ID of the item (as assigned in the [[Item Editor]]).|[[String]]|Yes|
-|count|Number of the item to add (defaults to 1).|[[Number]]|No|+|count|Number of the item to add (defaults to 1).|[[Decimal]]|No|
  
 ====Example:==== ====Example:====
 <code python> <code python>
-add_item_to_container("wooden_chest", "ITEM_0001", 2)+add_item_to_container(self, "ITEM_0001", 1)
 </code> </code>
-//Results:// Two of ITEM_0001 are placed into the "wooden_chest" container entity.+//Results:// One of ITEM_0001 is placed into the container entity from which the script was triggered.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
Line 29: Line 29:
 <WRAP half column> <WRAP half column>
 ====Editor Node:==== ====Editor Node:====
-{{:wiki:give_item_node.png?nolink|}}+{{:wiki:add_item_to_container_node.png?nolink|}}
 </WRAP> </WRAP>
  
add_item_to_container.txt · Last modified: 2023/01/02 21:08 by justin