Difference between revisions of "UpdateTransformMessage"
From SWGANH Wiki
(→Variable Descriptions) |
|||
Line 59: | Line 59: | ||
* '''Posture''': | * '''Posture''': | ||
The byte before direction corresponds to: | The byte before direction corresponds to: | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|value||'''State''' | |value||'''State''' | ||
Line 77: | Line 80: | ||
|- | |- | ||
|etc||'''etc...''' | |etc||'''etc...''' | ||
+ | |} | ||
|} | |} | ||
Haven't seen it out side the range of 0..5 yet | Haven't seen it out side the range of 0..5 yet |
Revision as of 19:41, 27 December 2007
This article or section needs additional data. Please add a sample packet! |
Server Packet - UpdateTransformMessage (1B24F808)
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 = 8 Opcode = 1B24F808
n = X / 4; if n > 8192 n = n - 16384; effective map range is -8192..8192 to convert the a float to position n = uint16(x * 4.0f + 0.5f);
The byte before direction corresponds to:
Haven't seen it out side the range of 0..5 yet
:OLD--DATA--Found this to be the posture byte
- |
Tags
|
Sample Packet
Insert Sample Packet Here...