DataTransform (00000071)

From SWGANH Wiki
Revision as of 12:03, 19 December 2008 by Snow (Talk | contribs) (Variable Descriptions)

Jump to: navigation, search





Object Controller - DataTransform (00000071)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


INT Counter
FLOAT OrientationX
FLOAT OrientationY
FLOAT OrientationZ
FLOAT OrientationW
FLOAT PositionX
FLOAT PositionY
FLOAT PositionZ
FLOAT Speed

Variable Descriptions


controllerID = 00000071 Flags = 0B,21,23,53

  • UpdateCounter:

Used to keep track of movement updates. Incremented by one each time, older ones get discarded.

  • Orientation:

The end orientation of the object after movement.

  • Position:

The end position of the object after movement.

  • Speed:

The speed at which the object will move at. When sent from the server this is not applied.

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.