m
Move page script moved page AddOn tutorial to WoW:AddOn tutorial without leaving a redirect
(Fixed some grammar/spelling errors, clarified a couple ambiguous statements) |
m (Move page script moved page AddOn tutorial to WoW:AddOn tutorial without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 174: | Line 174: | ||
-- We will use this variable to sum up elapsed times the function, UpdateCoordinates, has been called. | -- We will use this variable to sum up elapsed times the function, UpdateCoordinates, has been called. | ||
local function UpdateCoordinates(self, elapsed) | local function UpdateCoordinates(self, elapsed) | ||
-- Self is our current frame. Elapsed is the time since this function was last called. Coming from other languages, this syntax will seem nonsensical; it really just takes some time to get used | -- Self is our current frame. Elapsed is the time since this function was last called. Coming from other languages, this syntax will seem nonsensical; it really just takes some time to get used to. | ||
if zone ~= GetRealZoneText() then | if zone ~= GetRealZoneText() then | ||