Checkpoint.

This commit is contained in:
Mike Stump
2023-12-30 15:57:46 -08:00
parent 9235b7bad1
commit 9d43b75310

View File

@ -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`).