diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml
index 6e4c13237a..75f4287c22 100644
--- a/stepmania/Docs/LuaDocumentation.xml
+++ b/stepmania/Docs/LuaDocumentation.xml
@@ -399,6 +399,9 @@
Returns the Actor's current height.
+
+ Returns the Actor's current Y rotation.
+
Returns the Actor's current width.
@@ -450,6 +453,12 @@
Set the Actor's rotation on the Z axis to fAlign.
+
+ Scales the Actor to cover a rectangle defined by the four float arguments.
+
+
+ Scales the Actor to fit inside a rectangle defined by the four float arguments.
+
Sets a multi-framed Actor's state to iNewState.
@@ -468,6 +477,9 @@
Skews the Actor on the x axis by fAmount.
+
+ Waits fSeconds before executing the next command.
+
Tells the Actor to spin. Can use to define different spinning behavior.
@@ -1916,7 +1928,7 @@
Returns the Steps difficulty.
- Returns the Steps filename.
+ Returns the Steps filename from the Cache.
Returns the numerical difficulty of the Steps.