From 5a2badff0a10b47d96a78f045bc56069a3742eaa Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 13 Aug 2007 07:19:59 +0000 Subject: [PATCH] add IsEventMode, SecondsToMSSMsMs; format IsLong and IsMarathon descriptions --- stepmania/Docs/LuaDocumentation.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 1a069c5372..964b68c88d 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -38,6 +38,9 @@ Returns the current hour. + + Returns true if Event Mode is turned on. + Returns an Actor definition for the actor at sPath. If sPath points to a Lua file, any additional arguments will be passed to that script. @@ -50,6 +53,9 @@ Returns the current second. + + Converts fSecs to Minutes:Seconds.Milliseconds format. + Alias for . @@ -192,10 +198,10 @@ Returns the transliterated main title of the song. - Returns true if the song meets the criteria for a "Long Version". + Returns true if the song meets the criteria for a "Long Version". - Returns true if the song meets the criteria for "Marathon" length. + Returns true if the song meets the criteria for "Marathon" length.