Difference between revisions of "Packet Template"
From SWGANH Wiki
Line 14: | Line 14: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{bool}}||'''bool''' (1byte) |
|- | |- | ||
− | | | + | |{{sbyte}}||'''sbyte''' (1byte, signed) |
|- | |- | ||
− | | | + | |{{byte}}||'''byte''' (1byte, unsigned) |
|- | |- | ||
− | | | + | |{{short}}||'''short''' (2bytes, signed) |
|- | |- | ||
− | | | + | |{{ushort}}||'''ushort''' (2bytes, unsigned) |
|- | |- | ||
− | | | + | |{{int}}||'''int''' (4bytes, signed) |
|- | |- | ||
− | | | + | |{{uint}}||'''uint''' (4bytes, unsigned) |
|- | |- | ||
− | | | + | |{{float}}||'''float''' (4bytes, signed) |
|- | |- | ||
− | | | + | |{{long}}||'''long''' (8bytes, signed) |
+ | |- | ||
+ | |{{ulong}}||'''ulong''' (8bytes, unsigned) | ||
+ | |- | ||
+ | |{{double}}||'''double''' (8bytes, signed) | ||
+ | |- | ||
+ | |{{a_string}}||'''ANSI/ASCII String''' (each char: 1byte) | ||
+ | |- | ||
+ | |{{u_string}}||'''Unicode String''' (each char: 2bytes) | ||
+ | |- | ||
+ | |{{c_string}}||'''Customization String''' (each char: 2bytes) | ||
+ | |- | ||
+ | |{{b_string}}||'''Byte String''' (each char: 1byte) | ||
|- | |- | ||
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component''' | |align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component''' |
Revision as of 04:57, 21 March 2007
Struct
Variable DescriptionsOpperand_Count = 9 Opcode = FFFFFFFF
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...