User Tools

Site Tools


remove_item_from_container

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
remove_item_from_container [2024/02/08 14:36] justinremove_item_from_container [2024/02/22 21:08] (current) justin
Line 2: Line 2:
 ---- ----
 (WIP) (WIP)
 +
 +Removes one or more of the specified [[item]] from an [[item container]]. 
  
 ====Signature:==== ====Signature:====
 <code python> <code python>
-remove_item_from_container()+remove_item_from_container(entity, item_id, count)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-| | | | |+|entity| |[[Entity]]|Yes| 
 +|item_id| |[[String]]|Yes| 
 +|count| |[[Number]]|No|
  
 ====Example:==== ====Example:====
 <code bauxite> <code bauxite>
-remove_item_from_container();+
 </code> </code>
 //Results:// //Results://
remove_item_from_container.1707431768.txt.gz · Last modified: 2024/02/08 14:36 by justin