C_InterfaceFileManifest.GetInterfaceArtFiles

From Warcraft Wiki
Jump to navigation Jump to search

Obtains a list of all interface art file names.

images = C_InterfaceFileManifest.GetInterfaceArtFiles()

Returns

images
string[]? - A list of file names.

Details

  • This function always returns nil inside the FrameXML environment. It only returns a table while on Glue screens such as character selection, where addon code cannot run.

Patch changes

Dragonflight Patch 10.1.7 (2023-09-05): Added.