Merge Bahke's Changes into the repository for him regarding mech control implementations for ProjectR3

This commit is contained in:
Robert MacGregor 2016-01-18 21:35:21 -05:00
parent 8bc2e1c574
commit ee3488fa4d
28 changed files with 189 additions and 8 deletions

View file

@ -6,6 +6,8 @@ namespace DX
name(0x00), id(*(unsigned int*)(obj + 32)),
is_jetting(*(bool*)(obj + 735)),
is_jumping(*(bool*)(obj + 734)),
headRotationZ(*(float*)(obj + 2376)),
mRotZ(*(float*)(obj + 2388)),
is_using_toggledpack(*(bool*)(obj + 1172)),
velocity(*(float*)(obj + 2392), *(float*)(obj + 2396), *(float*)(obj + 2400))
{