DB/Location: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
   int id;
   int id;
   C3Vector pos;
   C3Vector pos;
   float rotation[3];
   C3Vector rotation;
   int next_id; // LocationRec.id
   int next_id; // LocationRec.id
  };
  };

Revision as of 23:49, 20 May 2014

struct LocationRec
{
  int id;
  C3Vector pos;
  C3Vector rotation;
  int next_id; // LocationRec.id
};