Difference between revisions of "Packet Template"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Details)
Line 48: Line 48:
 
----
 
----
 
'''Action'''
 
'''Action'''
::Closes the trade window.
+
::Action Description goes here...
  
 
===Tags===
 
===Tags===

Revision as of 00:01, 19 December 2006


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 = FFFFFFFF

Details


Action

Action Description goes here...

Tags


S→C This packet originates on the server.

C→S This packet originates on the client.

100% This packet has been completely reversed.

75% This packet has been partially reversed.

50% This packet has been partially reversed.

25% This packet has been partially reversed.

0% This packet has not been reversed.

Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...