diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 6145f993fd..9d255786b4 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -358,6 +358,9 @@ Returns the number of Dance Points obtained by the player. + + Returns the player's grade. + Returns the number of possible Dance Points. @@ -416,6 +419,19 @@ Set the speed (that is, the rate at which the sound plays) to fSpeed. The associated must have SupportsRateChanging = true on load. + + + Sets the target number to f. + + + + + Returns the name of the next Screen. + + + Locks input for f seconds. + + Returns true if a single has its NoteField centered. @@ -427,7 +443,21 @@ Returns the next in the current . + + + Gets the screen at the top of the screen stack. + + + Broadcasts a system message. + + + + Returns the path to the song's background image. + + + Returns the path to the song's banner. + Returns the displayed artist of the song. @@ -437,6 +467,15 @@ Returns the displayed main title of the song. + + Returns the genre of the song. + + + Returns the group name that the song is in. + + + Returns the song's directory. + Returns the transliterated artist of the song. @@ -446,12 +485,21 @@ Returns the transliterated main title of the song. + + Returns true if the song has steps for the specified difficulty in st. + 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 only has Beginner steps. + + + Returns the length of the song in seconds. +