mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 23:23:52 +01:00
Checkpoint.
This commit is contained in:
parent
9235b7bad1
commit
9d43b75310
@ -22,8 +22,8 @@ __Usage:__ `microexpansion.int_to_pagenum(int)`
|
|||||||
|
|
||||||
Calculates the approximate number of pages from the integer provided which should represent the total number of items.
|
Calculates the approximate number of pages from the integer provided which should represent the total number of items.
|
||||||
|
|
||||||
#### `move_inv(inv1, inv2)`
|
#### `move_inv(net, inv1, inv2)`
|
||||||
__Usage:__ `microexpansion.move_inv(<from inventory (userdata)>, <to inventory (userdata)>)`
|
__Usage:__ `microexpansion.move_inv(net, <from inventory (userdata)>, <to inventory (userdata)>)`
|
||||||
|
|
||||||
Moves all the contents of one inventory (`inv1`) to another inventory (`inv2`).
|
Moves all the contents of one inventory (`inv1`) to another inventory (`inv2`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user