PHP Code:
class MPosition
{
public:
unsigned short RegionID; //0x0000
unsigned short unk_0010; // what is this ?
float PosX; //0x0004
float PosY; //0x0008
float PosZ; //0x000C
};
class CPosition
{
public:
char pad_0000[8]; // // what is this ?
MPosition position; //0x0004
void CopyPosition(CPosition* dest);
};
i try printf , i get messy code。
thank you very much!







