Difference between revisions of "WAYP06"
From SWGANH Wiki
(→Tags) |
(→Variable Descriptions) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
SHORT: ObjOpperandCount | SHORT: ObjOpperandCount | ||
− | INT: | + | INT: ServerID |
</pre> | </pre> | ||
Line 23: | Line 23: | ||
{ | { | ||
00: | 00: | ||
− | INT: | + | INT: ServerID |
+ | } | ||
</pre> | </pre> | ||
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=== |
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
|