diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index fcc2d38c53..74ec47cee2 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -32,50 +32,61 @@ - Set the fractional horizontal alignment of the Actor according to fAlign which should be a float in the range 0..1. An alignment of 0 is left aligned while an alignment of 1 is right aligned. See horizalign() for the common case. + Set the fractional horizontal alignment of the Actor according to fAlign which should be a float in the range 0..1. An alignment of 0 is left aligned while an alignment of 1 is right aligned. See horizalign() for the common case. - Set the horizontal alignment of the Actor according to align which should be one of HorizAlign. See halign() for fractional alignment. + Set the horizontal alignment of the Actor according to align which should be one of HorizAlign. See halign() for fractional alignment. - Set the fractional vertical alignment of the Actor according to fAlign which should be a float in the range 0..1. An alignment of 0 is top aligned while an alignment of 1 is bottom aligned. See vertalign for the common case. + Set the fractional vertical alignment of the Actor according to fAlign which should be a float in the range 0..1. An alignment of 0 is top aligned while an alignment of 1 is bottom aligned. See vertalign for the common case. - Set the vertical alignment of the Actor according to align which should be one of VertAlign. See valign() for fractional alignment. + Set the vertical alignment of the Actor according to align which should be one of VertAlign. See valign() for fractional alignment. - Set the x position of the Actor to xPos. + Set the x position of the Actor to xPos. - Set the y position of the Actor to yPos. + Set the y position of the Actor to yPos. - Set the z position of the Actor to zPos. + Set the z position of the Actor to zPos. + + + + + Returns true if a single Player has its NoteField centered. + + + Returns the LifeMeter for the specified PlayerNumber pn. + + + Returns the next Song is the current Course. - + Returns the displayed artist of the song. - + Returns the displayed full title of the song, including subtitle. - + Returns the displayed main title of the song. - + Returns the transliterated artist of the song. - + Returns the transliterated full title of the song, including subtitle. - + 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 "Marathon" length.