Difference between revisions of "Packet Template"
From SWGANH Wiki
(→Details) |
(→Struct) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | {| | ||
+ | |- align="center" | ||
+ | ||{{PacketGuide}} | ||
+ | |- | ||
+ | |} | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 6: | Line 11: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{int}}||description of the int value | ||
|- | |- | ||
− | | | + | |{{ushort}}||description of the ushort value |
|- | |- | ||
− | | | + | |{{float}}||description of the float value |
|- | |- | ||
− | | | + | |{{u_string}}||description of the u_string value |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |...||... | ||
|} | |} | ||
+ | [http://wiki2.swganh.org/index.php/Category:Field_Type Look here for all available types] | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | |||
Opperand_Count = '''9''' | Opperand_Count = '''9''' | ||
Opcode = '''FFFFFFFF''' | Opcode = '''FFFFFFFF''' | ||
+ | ---- | ||
+ | |||
+ | * Additional Descriptions go here... | ||
+ | * -- | ||
+ | * --- | ||
+ | * ---- | ||
|valign=top| | |valign=top| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 75: | Line 63: | ||
==Sample Code== | ==Sample Code== | ||
− | |||
<pre> | <pre> |
Latest revision as of 06:16, 21 March 2007
Struct
Look here for all available types Variable DescriptionsOpperand_Count = 9 Opcode = FFFFFFFF
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...