From ab240c3fbc3236c1d06d02cf0a911c6481a0c367 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 16 Sep 2007 22:37:08 +0000 Subject: [PATCH] add addx, addy, addz, GetX, GetY, GetZ, GetVisible, SetTextureFiltering --- stepmania/Docs/LuaDocumentation.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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.