diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index 2b789f1f1e..0474e61e99 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -60,8 +60,8 @@
-
-
+
+
@@ -853,6 +853,7 @@
+
@@ -1028,6 +1029,7 @@
+
@@ -1066,6 +1068,8 @@
+
+
@@ -1217,7 +1221,6 @@
-
@@ -1282,12 +1285,6 @@
-
-
-
-
-
-
@@ -1559,9 +1556,10 @@
-
-
-
+
+
+
+
@@ -1614,8 +1612,9 @@
-
-
+
+
+
@@ -1629,6 +1628,7 @@
+
@@ -1800,13 +1800,13 @@
-
+
-
+
-
+
@@ -1818,6 +1818,6 @@
- sm-ssc v1.0 beta 1
- 2010-03-24
+ sm-ssc v1.0 beta 2
+ 2010-04-24
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 9b0cf1ae03..4c8b52b179 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -364,6 +364,9 @@
Makes the Actor bob up and down. Can use to define different bobbing behavior.
+
+ Makes the Actor bounce, similar to bob but with one point acting as the ground. Can use to define different bouncing behavior (with effectmagnitude values relating to x, y, and z movement).
+
[02 Actor.lua]
@@ -1030,6 +1033,9 @@
Returns a table of all the Trails in the Course.
+
+ Returns the path to the Course's background.
+
Returns the path to the Course's banner.
@@ -1881,6 +1887,9 @@
Returns the number of Jumps stepped on.
+
+ Returns the number of successful Lifts.
+
Returns the number of Mines stepped on.
@@ -2289,6 +2298,9 @@
Returns true if the song has steps for the specified difficulty in st.
+
+ Returns true if the song has attacks.
+
Returns true if the song has a background.
@@ -2393,6 +2405,13 @@
Returns the song group color of sGroupName.
+
+
+ Returns a table containing all of the song group names.
+
+
+ Returns a table containing all of the songs in group sGroupName.
+
Returns the shortened group name (based on entries in Translations.xml).
@@ -2619,6 +2638,9 @@
Returns the path of an element in the Graphics folder.
+
+ returns BGAnimation ResolvedPath, MatchingMetricsGroup, MatchingElement. Used in LoadFallbackB in themes/_fallback/02 Other.lua.
+
Returns the path of an element in the Other folder.