View Single Post
12-15-13, 05:57 PM   #4
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Just for fun:

Code:
local IAm = {}

function IAm:Still()
  return GetUnitSpeed("player") == 0
end

If IAm:Still() then ... end
If you want to keep your functions in a table, then this might be the proper way to go!
__________________
Profile: Curse | Wowhead
  Reply With Quote