mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-24 01:52:16 -05:00
Update MediaWiki page '317 Inventory overlay'
This commit is contained in:
parent
b91b67bb84
commit
ce529aa8e8
@ -1,11 +1,17 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Child frame|description=Attaches an interface within an interface|opcode=248|type=Fixed|length=4|revision=317}}
|
||||
{{packet|name=Inventory Overlay|description=Overlays an interface on the inventory|opcode=248|type=Fixed|length=4|revision=317}}
|
||||
== Child Frame ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
This packet attaches an interface to the chat box.
|
||||
This packet overlays an interface in the inventory area. This is used in trading and staking.
|
||||
|
||||
=== Example ===
|
||||
|
||||
<pre>sendFrame248(3323, 3321);</pre>
|
||||
|
||||
That will set the open interface to interface 3323, which is the trade interface, with the inventory overlay interface as 3321, which is an inventory type interface with offer actions.
|
||||
|
||||
=== Packet Structure ===
|
||||
{|border=2
|
||||
@ -13,9 +19,9 @@ This packet attaches an interface to the chat box.
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Standard data types|Short]] [[Data Types#Non Standard data types|Special A]]
|
||||
| The interface being attached to.
|
||||
| The interface to open.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Short]]
|
||||
| The interface being attached.
|
||||
| The interface to overlay the inventory area.
|
||||
|-
|
||||
|}
|
Loading…
Reference in New Issue
Block a user