From 8a78d6e2a4e4c17087ed7ea6d0a428d3e255f67d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 12 Oct 2007 17:40:36 +0000 Subject: [PATCH] TextBanner functions, some ActorScroller functions, more Gamestate stuff --- stepmania/Docs/LuaDocumentation.xml | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 9d255786b4..8e8a903292 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -137,6 +137,17 @@ Set the z position of the Actor to zPos. + + + Specifies if the scroller should loop or not. + + + Sets the scroller's transform function from fItemHeight. + + + Sets the scroller's transform function from fItemWidth. + + This Actor represents a playable sound. There are two attributes that can be set on load.
@@ -327,6 +338,15 @@ Returns an array of s corresponding to Human players. + + Returns the number of players enabled. + + + Returns the number of sides joined. + + + Returns the number of stages left for player pn. +
@@ -506,6 +526,14 @@ Returns the complete list of RadarValues for player pn. Use to grab a specific value. + + + Loads the TextBanner's child elements from a . + + + Loads the TextBanner's child elements from strings. + + Returns the number of selectable themes. @@ -526,6 +554,11 @@ + + + Blending modes. See . + + Horizontal alignment. See .