diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 4ab1a0c3e4..522408fc9b 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -177,22 +177,45 @@ Returns true if so has a StepsType matching st. + + + Returns the number of songs in a Trail. + + + Returns the Trail's total length in seconds. + + + + Returns the Actor's parent, or nil if it doesn't have one. + - Returns the current Actor's visibility. + Returns the Actor's visibility. - Returns the current Actor's x position. + Returns the Actor's x position. - Returns the current Actor's y position. + Returns the Actor's y position. - Returns the current Actor's z position. + Returns the Actor's z position. + + + Returns the Actor's zoom. + + + Returns the Actor's X zoom. + + + Returns the Actor's Y zoom. + + + Returns the Actor's Z zoom. Sets Texture Filtering for an Actor to b. @@ -222,6 +245,21 @@ Sets the Actor's base alpha to fAlpha, where fAlpha is in the range 0..1. + + Sets the Actor's base X rotation to rot. + + + Sets the Actor's base Y rotation to rot. + + + Sets the Actor's base Z rotation to rot. + + + Sets the Actor's base X zoom to zoom. + + + Sets the Actor's base Y zoom to zoom. + Sets the Actor to use the specified blend mode. @@ -247,13 +285,37 @@ Set the Actor's diffuse color to c. - Set's the Actor's alpha level to fAlpha, where fAlpha is in the range 0..1. + Sets the Actor's alpha level to fAlpha, where fAlpha is in the range 0..1. + + + Sets the Actor's bottom edge color to c. Set the Actor's diffuse color to c, ignoring any alpha value in c. + + Sets the Actor's left edge color to c. + + + Sets the Actor's lower left corner color to c. + + + Sets the Actor's lower right corner color to c. + + + Sets the Actor's right edge color to c. + + + Sets the Actor's top edge color to c. + + + Sets the Actor's upper left corner color to c. + + + Sets the Actor's upper right corner color to c. + - Set's the Actor's draworder to iOrder, where larger values display first. + Sets the Actor's draworder to iOrder, where larger values display first. Set the Actor's effect clock to s. @@ -310,6 +372,9 @@ Returns the Actor's current width. + + Sets the Actor's glow color. + 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. @@ -325,6 +390,9 @@ Plays the commands that follow at a normal rate, where fRate is in seconds. + + Sets the Actor's name to sName. + Plays a command named sCommandName. @@ -370,6 +438,9 @@ Stops any effect the Actor has. + + Stretches the Actor to a rectangle of a specific size. + 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 for the common case. @@ -391,6 +462,27 @@ Set the z position of the Actor to zPos. + + Zooms the Actor to zoom scale. + + + Zooms the Actor to zoom scale. + + + Zooms the Actor to zoom height. See also: . + + + Zooms the Actor to zoom width. See also: . + + + Zooms the Actor to zoom scale on the X axis. + + + Zooms the Actor to zoom scale on the Y axis. + + + Zooms the Actor to zoom scale on the Z axis. +