Difference between revisions of "SuiEventNotification"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
Line 16: Line 16:
 
|{{int}}|'''Window ID'''
 
|{{int}}|'''Window ID'''
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{int}}|'''action (bool - true if cancel pressed)'''
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{int}}|'''item count'''
 
|-
 
|-
|{{int}}|{{unknown}}
+
|{{int}}|'''item count'''
 +
|-
 +
|{{u_string}}|'''return string 1'''
 
|-
 
|-
 
|{{u_string}}|'''Submitted Data'''
 
|{{u_string}}|'''Submitted Data'''
Line 26: Line 28:
 
|}
 
|}
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Revision as of 17:52, 18 January 2010

Server Packet - SuiEventNotification (092D3564)

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 op Count
INT Op Code
INT Window ID
INT action (bool - true if cancel pressed)
INT item count
INT item count
U_STRING return string 1
U_STRING Submitted Data

Variable Descriptions


Opperand_Count = 4

Opcode = 092D3564


  • Window ID = ID of the UI window the event is originating from


Tags


S→C This packet originates on the server.

C→S This packet originates on the client.

75% This packet has been partially reversed.


Sample Packet

 04 00 
 64 35 2D 09                                                            //SuiEventNotification 
 83 49 02 00                                                            //Window ID
 00 00 00 00 
 02 00 00 00 
 02 00 00 00 
 0E 00 00 00                                                           //UNICODE STRING SIZE(14)
 66 00 75 00 63 00 6B 00 73 00 6F 00 65 00 62 00 69 00 74 00 
 63 00 68 00 65 00 73 00                                               //UNICODE ('fucksoebitches')
 00 00 00 00