Esempio n. 1
0
        public float getZPos()
        {
            MemoryLoc cur_zaxis = new MemoryLoc(eqproc, pPlocation.GetInt32() + 0x78);

            return cur_zaxis.GetFloat();
        }
Esempio n. 2
0
        public float getHeading()
        {
            MemoryLoc heading = new MemoryLoc(eqproc, pPlocation.GetInt32() + 0x8);

            return heading.GetFloat();
        }