mirror of
https://github.com/moparisthebest/rswiki-book
synced 2025-02-16 04:20:10 -05:00
Update MediaWiki page '317 Update item container'
This commit is contained in:
parent
dcddb32c1d
commit
da9726cf49
@ -23,7 +23,7 @@ Updates the items in a given interface component.
|
|||||||
|
|
||||||
The rest in pseudo-code:
|
The rest in pseudo-code:
|
||||||
|
|
||||||
for (int i = 0; i < amt_of_items; i++) {
|
for (i = 0; i < amt_of_items; i++) {
|
||||||
item_amount = read_u_byte(); // Item Amount: U Byte
|
item_amount = read_u_byte(); // Item Amount: U Byte
|
||||||
|
|
||||||
if (item_amount == 255)
|
if (item_amount == 255)
|
||||||
|
Loading…
Reference in New Issue
Block a user