Difference between revisions of "WAYP06"
From SWGANH Wiki
(New page: __NOTOC__ {|align="center" |- ||{{WAYPArchitectureNAV}} |- |} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> </pre> ===Deltas Struct=== ---- ...) |
(→Variable Descriptions) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Baseline|WAYP06}} | |
− | + | ||
{|align="center" | {|align="center" | ||
|- | |- | ||
Line 6: | Line 5: | ||
|- | |- | ||
|} | |} | ||
− | + | <br> | |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 13: | Line 12: | ||
---- | ---- | ||
<pre> | <pre> | ||
− | + | SHORT: ObjOpperandCount | |
+ | INT: ServerID | ||
</pre> | </pre> | ||
Line 19: | Line 19: | ||
---- | ---- | ||
<pre> | <pre> | ||
+ | SHORT: UpdateCount | ||
+ | SHORT: UpdateType | ||
+ | { | ||
+ | 00: | ||
+ | INT: ServerID | ||
+ | } | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|valign=top| | |valign=top| | ||
Line 31: | Line 32: | ||
---- | ---- | ||
− | Obj_OperandCount = | + | Obj_OperandCount = 1 |
---- | ---- | ||
− | + | ServerID: | |
+ | A unique ID identifying what Server the object is being held in. | ||
+ | Used for locating objects across a distributed cluster system. | ||
===Tags=== | ===Tags=== | ||
Line 39: | Line 42: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{25%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
+ | ===Sample Packet=== | ||
---- | ---- | ||
+ | <pre> | ||
+ | |||
+ | </pre> |
Latest revision as of 10:04, 18 March 2009
Baseline - WAYP06
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine StructSHORT: ObjOpperandCount INT: ServerID Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: INT: ServerID } |
Variable DescriptionsObj_OperandCount = 1 ServerID: A unique ID identifying what Server the object is being held in. Used for locating objects across a distributed cluster system. Tags
|