diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml
index 8e8a903292..da1d38b6f1 100644
--- a/stepmania/Docs/LuaDocumentation.xml
+++ b/stepmania/Docs/LuaDocumentation.xml
@@ -521,6 +521,32 @@
Returns the length of the song in seconds.
+
+
+ Returns an array of all the installed courses.
+
+
+ Returns an array of all the installed songs.
+
+
+ Returns the number of course groups.
+
+
+ Returns the number of courses.
+
+
+ Returns the number of song groups.
+
+
+ Returns the number of songs.
+
+
+ Returns a random course.
+
+
+ Returns a random song.
+
+
Returns the complete list of RadarValues for player pn. Use to grab a specific value.