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().
+
+
+