DB/Location: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
  struct LocationRec
  struct LocationRec
  {
  {

Latest revision as of 03:12, 20 July 2016

≥ Mists

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