From 9d43b7531018dc9d2aa861bc1360ce8750b6fce8 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 30 Dec 2023 15:57:46 -0800 Subject: [PATCH] Checkpoint. --- doc/storage/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/storage/api.md b/doc/storage/api.md index 93514af..0590405 100644 --- a/doc/storage/api.md +++ b/doc/storage/api.md @@ -22,12 +22,12 @@ __Usage:__ `microexpansion.int_to_pagenum(int)` Calculates the approximate number of pages from the integer provided which should represent the total number of items. -#### `move_inv(inv1, inv2)` -__Usage:__ `microexpansion.move_inv(, )` +#### `move_inv(net, inv1, inv2)` +__Usage:__ `microexpansion.move_inv(net, , )` Moves all the contents of one inventory (`inv1`) to another inventory (`inv2`). #### `cell_desc(inv, listname, stack_pos)` __Usage:__ `microexpansion.cell_desc(, , )` -Updates the description of an ME Storage Cell to show the amount of items in it vs the max amount of items. The first parameter should be a `userdata` value representing the inventory in which the list containing the cell itemstack is found. The second parameter should contain the name of the list in which the cell itemstack is found. The third (and final) parameter must be an integer telling at what position to storage cell is in the inventory list. \ No newline at end of file +Updates the description of an ME Storage Cell to show the amount of items in it vs the max amount of items. The first parameter should be a `userdata` value representing the inventory in which the list containing the cell itemstack is found. The second parameter should contain the name of the list in which the cell itemstack is found. The third (and final) parameter must be an integer telling at what position to storage cell is in the inventory list.