(Official) LUA Scripting Documentation
move_inventory_to
Move (transfer) the context actors inventory to a block’s inventory.
Spec:
move_inventory_to(
long x,
long y,
long z,
long item_id,
long qty)
Parameters
x
: The x component of the map point of the block.y
: The y component of the map point of the block.z
: The z component of the map point of the block.item_id
: The item_id to move. If omitted, all items will be movedqty
: The quantity of the item to move. If omitted, all of the item will be moved
Incomplete
This documentation is incomplete