Difference between revisions of "UpdateTransformMessage"
From SWGANH Wiki
(→Variable Descriptions) |
(→Variable Descriptions) |
||
Line 60: | Line 60: | ||
The byte before direction corresponds to: | The byte before direction corresponds to: | ||
{| align="center" | {| align="center" | ||
− | + | ||
− | + | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |||
|- | |- | ||
− | | | + | ||'''Name'''||'''ID''' |
|- | |- | ||
− | | | + | ||Invalid||-1 |
|- | |- | ||
− | | | + | ||Standing||0 |
|- | |- | ||
− | | | + | ||Sneaking||1 |
|- | |- | ||
− | | | + | ||Walking||2 |
|- | |- | ||
− | | | + | ||Running||3 |
|- | |- | ||
− | |6|| | + | ||Kneeling||4 |
+ | |- | ||
+ | ||CrouchSneaking||5 | ||
+ | |- | ||
+ | ||CrouchWalking||6 | ||
+ | |- | ||
+ | ||Prone||7 | ||
+ | |- | ||
+ | ||Crawling||8 | ||
+ | |- | ||
+ | ||ClimbingStationary||9 | ||
+ | |- | ||
+ | ||Climbing||10 | ||
+ | |- | ||
+ | ||Hovering||11 | ||
+ | |- | ||
+ | ||Flying||12 | ||
+ | |- | ||
+ | ||LyingDown||13 | ||
+ | |- | ||
+ | ||Sitting||14 | ||
+ | |- | ||
+ | ||SkillAnimating||15 | ||
+ | |- | ||
+ | ||DrivingVehicle||16 | ||
+ | |- | ||
+ | ||RidingCreature||17 | ||
+ | |- | ||
+ | ||KnockedDown||18 | ||
+ | |- | ||
+ | ||Incapacitated||19 | ||
+ | |- | ||
+ | ||Dead||20 | ||
+ | |- | ||
+ | ||Blocking||21 | ||
|- | |- | ||
− | |||
− | |||
|} | |} | ||
+ | |||
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 11:37, 31 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 PacketInsert Sample Packet Here... |