Initial commit
This commit is contained in:
9
api/GetPOITextureCoords.lua
Normal file
9
api/GetPOITextureCoords.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param textureIndex number
|
||||
---@return number x1
|
||||
---@return number x2
|
||||
---@return number y1
|
||||
---@return number y2
|
||||
---Return texture coordinates of POI icon. Coordinates usable with Interface\Minimap\POIIcons texture.
|
||||
function GetPOITextureCoords(textureIndex) end
|
||||
Reference in New Issue
Block a user