DB/Location: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page Location.db2 to DB/Location)
mNo edit summary
Line 2: Line 2:
  {
  {
   int id;
   int id;
   C3Vector pos;
   {{Template:Type|C3Vector}} pos;
   C3Vector rotation;
   {{Template:Type|C3Vector}} rotation;
   int next_id; // LocationRec.id
   int next_id; // LocationRec.id
  };
  };

Revision as of 21:28, 23 February 2016

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