Difference between revisions of "CuiIoWin::Messages::CONTROL KEY DOWN"

From SWGANH Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
{|
+
{{PageHeader|Client Packet|CuiIoWin::Messages::CONTROL KEY DOWN (AA867C55)}}
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 11: Line 7:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 38: Line 36:
 
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
 
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 45: Line 44:
 
Opperand_Count     = '''9'''
 
Opperand_Count     = '''9'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''AA867C55'''
 
----
 
----
  
* Additional Descriptions go here...
+
* This packet is used by the server to let it<br /> know the toon has moved. Its part of the <br />first lesson in the tutorial.
 
* --
 
* --
 
* ---
 
* ---
Line 58: Line 57:
 
{| align="center"
 
{| align="center"
 
|-  
 
|-  
||{{ServerPacket}}
+
||{{ClientPacket}}
 
|-
 
|-
 
||{{0%}}
 
||{{0%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 08:18, 26 August 2008





Client Packet - CuiIoWin::Messages::CONTROL KEY DOWN (AA867C55)

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


Struct


BYTE uint8
SHORT uint16
INT uint32
FLOAT uint32
LONG uint64
A_STRING ASCII String
U_STRING Unicode String
C_STRING Customization String
B_STRING Byte String
{ } LIST Component
? Uncertain Values
?? Unknown Variable Name

Variable Descriptions


Opperand_Count = 9

Opcode = AA867C55


  • This packet is used by the server to let it
    know the toon has moved. Its part of the
    first lesson in the tutorial.
  • --
  • ---
  • ----

Tags


C→S This packet originates on the client.

0% This packet has not been reversed.

Sample Packet

Insert Sample Packet Here...