diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index b01cb67487..387b554e41 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -79,6 +79,30 @@ + + Returns the current Actor's visibility. + + + Returns the current Actor's x position. + + + Returns the current Actor's y position. + + + Returns the current Actor's z position. + + + Sets Texture Filtering for an actor to b. + + + Adds xPos to the Actor's current x position. + + + Adds yPos to the Actor's current y position. + + + Adds zPos to the Actor's current z position. + 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.