diff --git a/stepmania/Docs/Lua.xsd b/stepmania/Docs/Lua.xsd index 412403615d..ac5f6dc424 100644 --- a/stepmania/Docs/Lua.xsd +++ b/stepmania/Docs/Lua.xsd @@ -9,6 +9,7 @@ + @@ -23,6 +24,7 @@ + @@ -43,12 +45,6 @@ - - - - - - @@ -119,6 +115,22 @@ + + + + + + + + + + + + + + @@ -129,14 +141,14 @@ - + - + @@ -170,3 +182,4 @@ + diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index 7e00d17690..2650a167ad 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -151,6 +151,7 @@ Singletons Classes + Namespaces Global Functions Enums Constants @@ -159,6 +160,7 @@ + @@ -196,6 +198,15 @@ + +
+

Namespaces

+ + + +
+
+ @@ -226,6 +237,27 @@ + + +
+ + + Namespace + + +
+
@@ -368,14 +400,19 @@ + - () + + + + + @@ -384,6 +421,7 @@ + @@ -395,11 +433,14 @@ + - : - () + + + + @@ -410,6 +451,15 @@ + + + + + . + + () + +

Enums

@@ -474,3 +524,4 @@
+ diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 74b20df361..3a10276fbc 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -32,9 +32,6 @@ Returns the current day of the year. - - Reverses an named enum to its value. Replace Enum with the actual num class. - Returns the number passed to the function followed by its suffix ("th", "nd", and so on). @@ -78,28 +75,49 @@ Converts fSecs to Minutes:Seconds.Milliseconds format. - Alias for . + Alias for . - Alias for . + Alias for . Returns the current year. - - Writes sString to log.txt. Aliased by . - - - Writes sString to info.txt and log.txt as a warning. Aliased by . - - - Flushes log files to disk. - Returns the length of the multi-byte character string sString. + + + + + Reverses an named enum to its value. Replace Enum with the actual num class. + + + + + Return the first of the corresponding to game. + + + Return the localized string representation of st. + + + + + Writes sString to log.txt. Aliased by + . + + + Writes sString to info.txt and log.txt as + a warning. Aliased by . + + + Flushes log files to disk. + + + + @@ -427,14 +445,6 @@ Returns the name of the game such as "dance" or "pump". - - - Return the first of the corresponding to game. - - - Return the localized string representation of st. - - Set the music volume to fVolume for fDuration seconds.