Finally got around to reversing XTractorObjects, here’s the structure.
struct XTractorObjects
{
int iDunno[3];
int *pArraySpaceID;
int *pArraySpaceIDEnd;
};
Use it with something like this…
uint iNumItems = ((uint)p2.pObjArrayEnd-(uint)p2.pObjArrayStart)>>2;
for (int i=0; i