Difference between revisions of "Logout (03B65950)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Command|Logout (03B65950)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |- |''' '''|| |- |''' '''||...)
 
(Sample Packets)
Line 52: Line 52:
  
 
<pre>
 
<pre>
----
+
05 00 // Op Count
 
+
46 5E CE 80 // ObjectControllerMessage
"03B65950",7200,0,0,""
+
23 00 00 00
"03B65950",4064,0,0,""
+
16 01 00 00 // CommandQueueEnqueue
 
+
71 E2 DB D9 00 00 00 00 // Object ID
 +
00 00 00 00
 +
00 00 00 00
 +
50 59 B6 03 // logout
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 
</pre>
 
</pre>

Revision as of 13:26, 31 December 2007

Command - Logout (03B65950)

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

Struct


Variable Descriptions


Opperand_Count =

Opcode = 03B65950


Tags


C→S This packet originates on the client.

0% This packet has not been reversed.
CQE This Command is part of the CommandQueueEnqueue.

Command This is a client command.

Sample Packets

05 00 // Op Count
46 5E CE 80 // ObjectControllerMessage
23 00 00 00
16 01 00 00 // CommandQueueEnqueue
71 E2 DB D9 00 00 00 00 // Object ID
00 00 00 00 
00 00 00 00 
50 59 B6 03 // logout
00 00 00 00 
00 00 00 00 
00 00 00 00