Difference between revisions of "UpdateTransformWithParentMessage"
From SWGANH Wiki
(→Struct) |
|||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|UpdateTransformWithParentMessage (C867AB5A)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 58: | Line 57: | ||
* '''UpdateCounter''': | * '''UpdateCounter''': | ||
:Number of movement updates the object has done. Incremented +1 for each new movement. | :Number of movement updates the object has done. Incremented +1 for each new movement. | ||
− | |||
This is the direction for the object to face after moving. It is calculated by (Angle / 0.0625) where angle is in radians. | This is the direction for the object to face after moving. It is calculated by (Angle / 0.0625) where angle is in radians. | ||
Line 72: | Line 70: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
Revision as of 12:44, 27 September 2007
Server Packet - UpdateTransformWithParentMessage (C867AB5A)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 9 Opcode = C867AB5A
The value is transformed the following way. (Coordinate * 8) = Position (Position / 8) = Coordinate This is to bound the possible position movement in a cell.
This is the direction for the object to face after moving. It is calculated by (Angle / 0.0625) where angle is in radians. |
Tags
|
Sample Packet
Insert Sample Packet Here...