Update MediaWiki page '317 Inventory overlay'

This commit is contained in:
Supah Fly 2011-08-09 13:28:32 +00:00 committed by moparisthebest
parent b91b67bb84
commit ce529aa8e8
1 changed files with 10 additions and 4 deletions

View File

@ -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.
|-
|}