DB/ManifestInterfaceTOCData: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
This table lists all addons that are stored within the CASC archives.
==6.0.1.18179==
==6.0.1.18179==
  struct ManifestInterfaceTOCDataRec {
  struct ManifestInterfaceTOCDataRec {
   uint32_t m_ID;
   uint32_t m_ID;         // fileDataID of the addon's .toc file
   stringref m_FilePath;
   {{Template:Type|stringref}} m_FilePath;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 19:15, 25 November 2017

≥ WoD

This table lists all addons that are stored within the CASC archives.

6.0.1.18179

struct ManifestInterfaceTOCDataRec {
  uint32_t m_ID;         // fileDataID of the addon's .toc file
  stringref m_FilePath;
};