- Код: Выделить всё
typedef int MonstersInTowns[9][2][7];
@as239 see the definition:
- Код: Выделить всё
_H3API_ H3TownCreatureTypes& P_TownCreatureTypes(int town)
{
return (*(H3TownCreatureTypes**)(0x47AB00 + 3))[town];
}
I declared as reference so you can get a pointer through (H3TownCreatureTypes*)(0x6747B4)