⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objposition.h

📁 魔兽世界的私服源程序
💻 H
字号:
#ifndef _OBJPOSITION_H_
#define _OBJPOSITION_H_

#include "../Common.h"
#include "../IDList.h"
#include "../NetCode/Packet.h"

class ObjPosition {
    public:
                    ObjPosition         (void);
        void        ObjPositionUpdate   (wowPacket *, wxUint32, wxUint32);

        wxFloat32   PosX;
        wxFloat32   PosY;
        wxFloat32   PosZ;
        wxFloat32   Angle;

        wxUint32    MovementFlags;

        wxFloat32   WalkSpeed;       // default : 2.5
        wxFloat32   RunSpeed;        // default : 7
        wxFloat32   SwimSpeed;       // default : 4.7222223
        wxFloat32   TurnRate;        // default : pi

};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -