mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-22 00:52:15 -05:00
18 lines
553 B
Plaintext
18 lines
553 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Clear Inventory|description=Used to set all of the items and item stacks in an inventory to nothing.|opcode=72|type=Fixed|length=2|revision=317}}
|
||
|
== Interface Color ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
This packet creates a loop through a given inventory interface id and sets the item ids to negative one and the item stacks to zero.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
{|border=2
|
||
|
! Data Type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Word]]]]
|
||
|
| The interface ID.
|
||
|
|-
|
||
|
|}
|