Difference between revisions of "DataTransform (00000071)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Sample Packet)
Line 56: Line 56:
  
  
===Sample Packet===
 
----
 
  
<pre>
 
 
DataTransform NGE packet
 
 
05 00 #Operand
 
46 5E CE 80 #Object Contoller
 
21 00 00 00 #Flag
 
71 00 00 00 #Controller ID
 
AD A4 51 D2 4B 00 00 00 #Object ID
 
 
 
00 00 00 00
 
 
D1 F4 B9 43 06 00 00 00 00 00 00 00 BB 69 6E 3F 00 00 00 00 1D 7F
 
BA 3E B1 89 98 C5 00 00 C0 40 72 B5 81 45 9A 99 E9 40 00 00 00 00 00
 
 
 
</pre>
 
  
 
===Tags===
 
===Tags===

Revision as of 05:21, 10 September 2012





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

Variable Descriptions


  • 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.