Difference between revisions of "ObjectMenuSelectMessage::MESSAGE TYPE"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Sample Packet)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Client Packet|ObjectMenuSelectMessage::MESSAGE TYPE (7CA18726)}}
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 18: Line 20:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 46: Line 48:
 
===Additional Info===
 
===Additional Info===
 
----
 
----
Used with menus... Possibly Radial or SUI ones. Do Test.  
+
Used by the client to select a radial option.
 
|}
 
|}
  
Line 54: Line 56:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
03 00  //'ACCOUNTUPDATE
 +
26 87 A1 7C  //'ObjectMenuSelectMessage::MESSAGE_TYPE
 +
CE A9 03 E3 1E 00 00 00 //Item ID
 +
00 //Message Type
 +
 
 
</pre>
 
</pre>

Latest revision as of 03:03, 3 October 2012

Client Packet - ObjectMenuSelectMessage::MESSAGE TYPE (7CA18726)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Struct


SHORT Operand_Count
INT Opcode
LONG ObjectID
BYTE MessageType

Variable Descriptions


Opperand_Count = 3

Opcode = 7CA18726


  • ObjectID:
The ID of the Object whos menu is being selected.
  • MessageType:
The ID number of the menu selection from the Object's Menu.

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.

Additional Info


Used by the client to select a radial option.


Sample Packet

 03 00   //'ACCOUNTUPDATE
 26 87 A1 7C   //'ObjectMenuSelectMessage::MESSAGE_TYPE
 CE A9 03 E3 1E 00 00 00 //Item ID
 00 //Message Type