Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (→‎Patch changes: wording)
(→‎See also: GetFileIDFromPath desc)
Tag: WoW API docs
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
:: https://wow.tools/files/
 
:: https://wow.tools/files/
 
* A Lua table of interface textures is available from:
 
* A Lua table of interface textures is available from:
:: https://www.townlong-yak.com/framexml/30123/Helix/ArtTextureID.lua
+
:: https://www.townlong-yak.com/framexml/live/Helix/ArtTextureID.lua
   
 
==Patch changes==
 
==Patch changes==
Line 13: Line 13:
   
 
== See also ==
 
== See also ==
* {{api|GetFileIDFromPath}}
+
* {{api|GetFileIDFromPath}}() - Returns the FileID for a file path, only works for files under <code>Interface\<code>

Revision as of 06:02, 9 February 2020

FileDataIDs (or FileID) uniquely identify files in the Content Addressable Storage Container, and have been used as a replacement for internal file paths since Patch 7.0.3.

For example, the "Interface/Icons/Temp.blp" texture can also be referred to using its 136235 FileDataID.

  • FileDataIDs are searchable on wow.tools, a CSV file (semicolon separated) is also available there:
https://wow.tools/files/
  • A Lua table of interface textures is available from:
https://www.townlong-yak.com/framexml/live/Helix/ArtTextureID.lua

Patch changes

  • Battle for Azeroth Patch 8.2.0 (2019-06-25): Non interface\ file paths can no longer be used.
  • Legion Patch 7.0.3 (2016-07-19): FileDataIDs are now used in place of many texture and model file paths.

See also

  • GetFileIDFromPath() - Returns the FileID for a file path, only works for files under Interface\