Difference between revisions of "DataTransformWithParent (000000F1)"
From SWGANH Wiki
(→Variable Descriptions) |
|||
| (13 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{PageHeader|Object Controller|DataTransformWithParent (000000F1)}} | |
| − | {| | + | |
| − | | | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
| Line 11: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
| − | + | {| align="center" | |
| + | |- | ||
| + | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | | | + | |{{int}}||'''Counter''' |
|- | |- | ||
| − | | | + | |{{long}}||'''CellID''' |
|- | |- | ||
| − | | | + | |{{int}}||'''OrientationX''' |
|- | |- | ||
| − | | | + | |{{int}}||'''OrientationY''' |
|- | |- | ||
| − | | | + | |{{int}}||'''OrientationZ''' |
|- | |- | ||
| − | | | + | |{{int}}||'''OrientationW''' |
|- | |- | ||
| − | | | + | |{{int}}||'''PositionX''' |
|- | |- | ||
| − | | | + | |{{int}}||'''PositionZ''' |
|- | |- | ||
| − | | | + | |{{int}}||'''PositionY''' |
| − | + | ||
| − | + | ||
|- | |- | ||
| + | |{{int}}||'''Speed''' | ||
| + | |} | ||
|} | |} | ||
| − | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
controllerID = '''000000F1''' | controllerID = '''000000F1''' | ||
| − | |||
| − | + | |valign=top| | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
| Line 53: | Line 43: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
| − | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
| + | ---- | ||
| + | |||
| + | ==Sample Packet== | ||
| + | |||
| + | <pre> | ||
| + | 05 00 | ||
| + | 46 5E CE 80 // ObjControllerMessage | ||
| + | 0B 00 00 00 | ||
| + | F1 00 00 00 // DataTransformWithParent | ||
| + | 71 E2 DB D9 00 00 00 00 // Character ID | ||
| + | 00 00 00 00 | ||
| + | 00 00 00 00 <-NGE version has 2 ints before the counter | ||
| + | 70 00 00 00 // counter | ||
| + | E3 93 86 5B 19 00 00 00 // cell ID | ||
| + | 00 00 00 00 // 0x = 0 | ||
| + | C1 5F C1 BE // 0y = -0.38 | ||
| + | 00 00 00 00 // 0z = 0 | ||
| + | 0E 0A 6D 3F // 0w = 0.93 | ||
| + | FD FF B7 BD // x = -0.09 | ||
| + | 93 EC CF C1 // y = -25.99 | ||
| + | 00 C0 89 BE // z = -0.27 | ||
| + | 00 00 00 00 // speed | ||
| + | 00 00 00 00 <-unk NGE version | ||
| + | </pre> | ||
Latest revision as of 18:06, 6 January 2008
Object Controller - DataTransformWithParent (000000F1)
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 DescriptionscontrollerID = 000000F1 |
Tags
|
Sample Packet
05 00 46 5E CE 80 // ObjControllerMessage 0B 00 00 00 F1 00 00 00 // DataTransformWithParent 71 E2 DB D9 00 00 00 00 // Character ID 00 00 00 00 00 00 00 00 <-NGE version has 2 ints before the counter 70 00 00 00 // counter E3 93 86 5B 19 00 00 00 // cell ID 00 00 00 00 // 0x = 0 C1 5F C1 BE // 0y = -0.38 00 00 00 00 // 0z = 0 0E 0A 6D 3F // 0w = 0.93 FD FF B7 BD // x = -0.09 93 EC CF C1 // y = -25.99 00 C0 89 BE // z = -0.27 00 00 00 00 // speed 00 00 00 00 <-unk NGE version