Difference between revisions of "ObjectMenuRequest (00000146)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 42: Line 42:
  
 
* '''C->S''' Radial Request
 
* '''C->S''' Radial Request
 +
*'''Option #:''' This is a counter... first option gets 01, second gets 02...etc
 +
*'''Parent ID:''' 0 unless this is a sub-option. Then this is the Option # of the main option
 +
*'''Option ID:''' This is the ID corresponding to the radial item list
 +
*'''Option Type:''' 1 unless the option text isn't listed in the radial item list. In this case the value should be 3
 +
*'''Unicode String Length:''' 0 unless Option Type is 3
 +
*'''Option Text:''' non existant unless Option Type is 3.. then this will be the text of the option to be displayed
  
 
|valign=top|
 
|valign=top|

Revision as of 02:19, 1 April 2007


Struct


LONG Item ID
LONG Receiver ID
INT list size

<Radial Options count=Radial Options>

BYTE Option #
BYTE Parent ID
BYTE Option ID
BYTE Option Type
INT Unicode String Length
U_STRING Option Text

<strings/>


BYTE Radial Counter

Variable Descriptions


controllerID = 00000146


  • C->S Radial Request
  • Option #: This is a counter... first option gets 01, second gets 02...etc
  • Parent ID: 0 unless this is a sub-option. Then this is the Option # of the main option
  • Option ID: This is the ID corresponding to the radial item list
  • Option Type: 1 unless the option text isn't listed in the radial item list. In this case the value should be 3
  • Unicode String Length: 0 unless Option Type is 3
  • Option Text: non existant unless Option Type is 3.. then this will be the text of the option to be displayed

Tags


OCM This header is part of the ObjControllerMessage.

C→S This packet originates on the client.

100% This packet has been completely reversed.