diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 387b554e41..6145f993fd 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -92,7 +92,7 @@ Returns the current Actor's z position. - Sets Texture Filtering for an actor to b. + Sets Texture Filtering for an Actor to b. Adds xPos to the Actor's current x position. @@ -103,6 +103,18 @@ Adds zPos to the Actor's current z position. + + Sets whether or not the Actor should animate. + + + Sets the Actor to use the specified blend mode. + + + Sets the Actor's cull mode to mode. + + + Set's the Actor's alpha level to f, which should be a float in the range 0..1. + 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 for the common case. @@ -321,6 +333,17 @@ Return the state for pn. + + + Pauses the MenuTimer, stopping it from counting down. + + + Sets the MenuTimer's value to fSeconds. + + + Stops the MenuTimer by setting it to 0 and pausing. + + Broadcast the message to all listeners subscribed to sMessage. The @@ -328,6 +351,20 @@ set to nil. + + + Returns true if a full combo (TNS_W3 and up) was obtained. + + + Returns the number of Dance Points obtained by the player. + + + Returns the number of possible Dance Points. + + + Returns the score. + + Return the value of the preference sPreference. @@ -339,6 +376,19 @@ Reset preference sPreference to the default value. + + + Returns the number of calories burned during the current day. + + + Returns the profile's display name. + + + + + Returns the value of rc from . + + Return the height of the display. @@ -403,6 +453,28 @@ Returns true if the song meets the criteria for "Marathon" length. + + + Returns the complete list of RadarValues for player pn. Use to grab a specific value. + + + + + Returns the number of selectable themes. + + + Returns the path of ClassName Element in the BGAnimations folder. + + + Returns the path of an element in the Fonts folder. + + + Returns the path of an element in the Graphics folder. + + + Returns the path of an element in the Sounds folder. + +