From 3debfbef67d016acefd456a9fc83ef6c17cba392 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 17 Feb 2008 01:52:07 +0000 Subject: [PATCH] Add ActorFrame, Banner, Trail Add more functions to a number of other classes --- stepmania/Docs/LuaDocumentation.xml | 81 ++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 552e20455c..8ac649069d 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -257,6 +257,20 @@ Set the z position of the Actor to zPos. + + + Sets the field of view for the ActorFrame. + + + Returns the number of children in the ActorFrame. + + + Sets the field of view for the ActorFrame. + + + Sets the vanishing point for the ActorFrame. + + Specifies if the scroller should loop or not. @@ -287,6 +301,17 @@ Play the sound on the given player's side. You must set SupportPan = true on load. + + + Loads a Banner from a specified Course. + + + Loads a Banner from a specified Song. + + + Loads a Banner from a specified Song Group. + + Add the attribute attr to the string at position @@ -343,12 +368,18 @@ Returns the full display title of the Course. + + Returns the estimated number of stages for the Course. + Returns the Course's group name. Returns the Course's . + + Returns the total length of the Course in seconds. + Returns the full transliterated title of the Course. @@ -477,12 +508,15 @@ Return the source for the editor or nil if it does not exist. + + Returns true if a freeze/stop is active in the song. + Return the random seed for the game. Return true if the gameplay lead in is enabled. If - false, gameplay begin immediately. + false, gameplay begins immediately. Returns an array of s corresponding to Human players. @@ -496,6 +530,29 @@ Returns the number of stages left for player pn. + + Returns the display name for player pn. + + + Returns the PlayerState for player pn. + + + Returns the current Premium. + + + + Returns the current beat of the song. + + + + Returns the current visible beat of the song. + + + Returns the song's current beats per second. + + + Returns the current SortOrder. + Return the random seed for the current stage. @@ -929,6 +986,28 @@ Returns the value of Element in Class for the currently loaded language. + + + Returns an array with all the artists in the Trail. + + + Returns the Trail's difficulty. + + + Returns the Trail's difficulty rating. + + + Returns the Trail's RadarValues. + + + Returns the Trail's StepsType. + + + + + Returns the WheelItem at index iIndex. + +