From 05e8e124ac09ba6e2ed6bd83a8445db39ffab6cb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 12 Aug 2007 06:09:06 +0000 Subject: [PATCH] Add Descriptions to ActorSound, RageSound, HorizAlign, and VertAlign to give examples of using Description. --- stepmania/Docs/LuaDocumentation.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index a95a452fe9..247617e313 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -54,6 +54,13 @@ + + This Actor represents a playable sound. There are two attributes that can be set on load. +
    +
  • SupportPan - Let the sound pan from side to side.
  • +
  • SupportRateChanging - Let the sound change rate and pitch.
  • +
+
Returns the RageSound that can be played by this Actor. @@ -99,6 +106,9 @@
+ + See ActorSound for loading a sound. + Set the value of sProperty to fVal. The supported properties depend on how the associated ActorSound was loaded. @@ -147,4 +157,17 @@ + + + + + Horizontal alignment. See Actor:horizalign(). + + + + + Vertical alignment. See Actor:vertalign(). + + +