From dec1773369d47c4977338f9af12209bf1f5d29ae Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 27 Sep 2012 17:09:02 +0000 Subject: [PATCH] Add missing @name LuaDoc tag for the "Speed" condition. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@575 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleCondition.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/OvaleCondition.lua b/OvaleCondition.lua index 5a0e45f..6f10d86 100644 --- a/OvaleCondition.lua +++ b/OvaleCondition.lua @@ -2049,6 +2049,7 @@ OvaleCondition.conditions= --- Get the current speed of the target. -- If the target is not moving, then this condition returns 0 (zero). -- If the target is at running speed, then this condition returns 100. +-- @name Speed -- @paramsig number or boolean -- @param operator Optional. Comparison operator: equal, less, more. -- @param number Optional. The number to compare against. -- 1.7.9.5