diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index bbb1e57e54..247ac6c8f7 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -12,7 +12,6 @@
-
@@ -33,6 +32,7 @@
+
@@ -42,6 +42,7 @@
+
@@ -94,6 +95,7 @@
+
@@ -126,6 +128,7 @@
+
@@ -159,6 +162,9 @@
+
+
+
@@ -178,11 +184,15 @@
+
+
+
+
@@ -579,8 +589,8 @@
-
+
@@ -598,6 +608,7 @@
+
@@ -615,6 +626,8 @@
+
+
@@ -707,6 +720,7 @@
+
@@ -931,6 +945,7 @@
+
@@ -1286,6 +1301,7 @@
+
@@ -1386,6 +1402,8 @@
+
+
@@ -1397,6 +1415,10 @@
+
+
+
+
@@ -1436,6 +1458,7 @@
+
@@ -1455,6 +1478,7 @@
+
@@ -1463,13 +1487,17 @@
+
+
+
+
@@ -1485,6 +1513,7 @@
+
@@ -1636,6 +1665,11 @@
+
+
+
+
+
@@ -2044,8 +2078,7 @@
-
-
+
@@ -2137,6 +2170,6 @@
- StepMania 5 v5.0 Preview 2
- 2011-07-04
+ StepMania v5.0 Preview 3
+ 2011-08-20
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 7de1cc82a3..4a265d532f 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -1582,6 +1582,9 @@
Returns the Course's . (Returns CourseType in sm-ssc; integer in SM4)
+
+ Returns the description for this Course.
+
Returns the full display title of the Course.
@@ -1633,6 +1636,12 @@
Returns true if the Course is Oni.
+
+ Returns true if the Course is playable in StepsType st.
+
+
+ Returns true if the Course is a ranking course.
+
@@ -1784,7 +1793,7 @@
+ to the right. -->
Return the sound balance for pn.
@@ -1892,6 +1901,9 @@
Return the source for the editor or nil
if it does not exist.
+
+ Returns the name of the currently expanded section.
+
Return the random seed for the game.
@@ -3437,7 +3449,10 @@
Returns the length of the song in seconds.
- Returns true if the song is normally displayed.
+ Returns true if the song is normally displayed.
+
+
+ Returns true if the song is shown in Demonstration and Ranking.
@@ -3713,6 +3728,12 @@
Returns the Steps difficulty.
+
+ Returns a table with the minimum and maximum values from the DisplayBPM.
+
+
+ Returns the DisplayBPM type.
+
Returns the Steps filename from the Cache.
@@ -3725,9 +3746,9 @@
Returns true if the Steps has any attacks.
-
- Returns true if the Steps pattern has significant timing changes.
-
+
+ Returns true if the Steps pattern has significant timing changes.
+
Returns the complete list of RadarValues for player pn. Use to grab a specific value.
@@ -3746,6 +3767,18 @@
Returns true if the steps were automatically generated.
+
+ Returns true if the DisplayBPM is constant.
+
+
+ Returns true if the DisplayBPM is random.
+
+
+ Returns true if the DisplayBPM is secret.
+
+
+ Returns the predicted meter for this Step.
+
Returns true if the Steps use different TimingData from the Song.
@@ -3841,6 +3874,9 @@
Reloads the current theme's metrics.
+
+
+
@@ -3894,6 +3930,9 @@
Returns true if the TimingData contains BPM changes.
+
+ Returns true if the TimingData contains delays.
+
Returns true if the TimingData contains any BPM changes with a negative BPM.
@@ -3903,9 +3942,9 @@
Returns true if the TimingData contains warps.
-
- returns true if the TimingData contains fake segments.
-
+
+ returns true if the TimingData contains fake segments.
+
Returns true if the TimingData contains speed scrolling changes.
@@ -3914,12 +3953,18 @@
+
+ Returns true if song s is in the Trail.
+
Returns an array with all the artists in the Trail.
Returns the Trail's difficulty.
+
+ Returns the length of this Trail in seconds.
+
Returns a table of TrailEntry items.
@@ -3932,9 +3977,15 @@
Returns the Trail's StepsType.
+
+ Returns the Trail's total meter
+
Returns the TrailEntry at index iEntry.
+
+ Returns true if any of the Trail entries are secret.
+