Hi Silkroaders:
anybody know [pad_0000] and [unk_0010] is what mean?
i try printf , i get messy code。:confused:
thank you very much!
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。:confused:
thank you very much!