View Single Post
05/06/14, 04:22 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by ZunaSW View Post
Hi! Sorry my english.
I wanted to know if there is a way to know the dimensions of one of the textures in the game, especially the ones of the UI. I know there is a list of the textures in the game and I thank it, it helped me a lot, but it doesn't say the dimensions of them.
Can I get the dimensions with the Zgoo addon? Or is there another way to get them?
Thank you!
Usually it is just textureControl:GetDimensions(), but if you do not know exact name, its better to use Zgoo.
Move mouse cursor over the object you want to inspect and type /zgoo mouse. It will show you all available methods for that object. Find GetDimensions() and click on ":" next to it. It will show you width and height of that object.

Last edited by Garkin : 05/06/14 at 04:25 PM.
  Reply With Quote