Wowpedia

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

READ MORE

Wowpedia

Returns atlas info.

info = C_Texture.GetAtlasInfo(atlas)

Arguments[]

atlas
string - Name of the atlas

Returns[]

API C Texture.GetAtlasInfo

MainPet-PetFamilyFrame, part of FileID 878877

info
AtlasInfo
Field Type Description
width number
height number
leftTexCoord number
rightTexCoord number
topTexCoord number
bottomTexCoord number
tilesHorizontally boolean
tilesVertically boolean
file number? FileID of parent texture
filename string?

Patch changes[]

Battle for Azeroth Patch 8.1.0 (2018-12-11): Changed to C_Texture.GetAtlasInfo() and returns structured data.[1]
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added as GetAtlasInfo().

See also[]