diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index f1f2aa9b77..e3662f7967 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -10,7 +10,6 @@ - @@ -834,11 +833,14 @@ + + + @@ -1248,6 +1250,7 @@ + @@ -1382,6 +1385,7 @@ + @@ -1404,6 +1408,7 @@ + @@ -2281,6 +2286,17 @@ + + + + + + + + + + + @@ -2310,6 +2326,6 @@ - StepMania v5.0 alpha 1 - 2012-01-12 + StepMania v5.0 alpha 1a + 2012-02-19 diff --git a/Docs/Luadoc/Lua.xsl b/Docs/Luadoc/Lua.xsl index 72271aec39..493578908d 100644 --- a/Docs/Luadoc/Lua.xsl +++ b/Docs/Luadoc/Lua.xsl @@ -233,7 +233,7 @@
Function Colors -
Available in sm-ssc and StepMania 5
+
Available in StepMania 5
Renamed or changed from StepMania 4 alphas
Defined in the _fallback theme
Defined in the default theme
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 62c548dce5..1002ae7036 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -2409,12 +2409,18 @@ save yourself some time, copy this for undocumented things: Return the number of HoldNoteScores that match hns. + + Returns the Max Combo of this high score. + Returns the modifiers used for this HighScore. Returns the name associated with the high score. + + Returns the Peak Combo Award for this high score. + Returns the percentage of dance points associated with the high score. @@ -2424,6 +2430,9 @@ save yourself some time, copy this for undocumented things: Returns the score associated with the high score. + + Retrns the Stage Award for this high score. + Returns the number of seconds survived associated with the high score. @@ -3561,8 +3570,11 @@ save yourself some time, copy this for undocumented things: See for loading a sound. + + Actually sets the value of sProperty to fVal. The supported properties depend on how the associated was loaded. + - Sets the value of sProperty to fVal. The supported properties depend on how the associated was loaded. + Attempts (and typically fails) to set the value of sProperty to fVal. The supported properties depend on how the associated was loaded. Sets the pitch to fPitch. The associated have SupportsRateChanging = true on load. @@ -3868,6 +3880,9 @@ save yourself some time, copy this for undocumented things: Gets the Song's origin. + + Returns the path to the Song's preview video, if it exists. (Returns nil otherwise.) + Gets the length of a song's sample time in seconds. @@ -3937,6 +3952,9 @@ save yourself some time, copy this for undocumented things: Returns true if the song has music. + + Returns true if the song has a preview video. + Returns true if the song has significant BPM changes or stops. @@ -4705,8 +4723,8 @@ save yourself some time, copy this for undocumented things: Returns the total number of items in the wheel. - - + + Returns the WheelItemDataType of the selected item. Returns the WheelItem at index iIndex.