DB/Location

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Mists

struct LocationRec
{
  uint32_t m_ID;
  C3Vector pos;
  C3Vector rotation;
  foreign_key<uint32_t, &LocationRec::m_ID> next_id;
};