Thread: GetDimensions
View Single Post
05/02/14, 02:20 PM   #1
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
GetDimensions

Lua Code:
  1. local x,y = toolText:GetDimensions()

When I do this, x and y are both 0, but when I /script it in game, it shows the correct values.

What gives?
  Reply With Quote