From ce529aa8e81f2894b80a0eab2c1cfa3d4c5043b5 Mon Sep 17 00:00:00 2001 From: Supah Fly Date: Tue, 9 Aug 2011 13:28:32 +0000 Subject: [PATCH] Update MediaWiki page '317 Inventory overlay' --- 317-Inventory-overlay.mediawiki | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/317-Inventory-overlay.mediawiki b/317-Inventory-overlay.mediawiki index 1160152..f0d0196 100644 --- a/317-Inventory-overlay.mediawiki +++ b/317-Inventory-overlay.mediawiki @@ -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 === + +
sendFrame248(3323, 3321);
+ +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. |- |} \ No newline at end of file