Talk:Patch 6.0.2/API changes

From Warcraft Wiki
Jump to navigation Jump to search

Atlas (a first random check)

  1. seen usage of atlas in xml and lua.
  • [In xml] <(Texture|NormalTexture|PushedTexture|HighlightTexture) atlas="<string>" useAtlasSize="<bool>" />
  • [In lua] Texture:SetAtlas(<nil|string|table>[, <bool>])
tables found but not tested how they are working:
{
	border = "<atlas name(string)>",
	arrow = "<atlas name(string)>",
	icon = "<texture path(string)>",
	banner = "<atlas name(string)>",
	text = "<string>"
}
  1. found 3 files with possible connections to atlas
  • <root of casc container>\DBFilesClient\UiTextureAtlasMember.db2 (example: 2318,"!Garr_WoodFrameTile-Left",122,138,166,0,256,2 )
possible atlas namespace
  • <root of casc container>\DBFilesClient\UiTextureKit.db2 (example: 48,"Capacitance-Mining" )
possible with atlas used blp files
  • <root of casc container>\DBFilesClient\UiTextureKit.db2 (example: 147,940518,128,128 )
possible atlas image sizes for use with useAltasSize

-- Hizuro (talk) 18:32, 20 August 2014 (UTC)