diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index 4f921c8a65..634915d001 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -42,10 +42,10 @@
+
-
@@ -177,11 +177,11 @@
-
+
@@ -672,6 +672,7 @@
+
@@ -801,6 +802,10 @@
+
+
+
+
@@ -826,6 +831,9 @@
+
+
+
@@ -856,9 +864,11 @@
+
+
@@ -876,6 +886,9 @@
+
+
+
@@ -917,6 +930,7 @@
+
@@ -1100,6 +1114,7 @@
+
@@ -1245,6 +1260,7 @@
+
@@ -1353,6 +1369,8 @@
+
+
@@ -1583,6 +1601,10 @@
+
+
+
+
@@ -1696,9 +1718,10 @@
-
-
-
+
+
+
+
@@ -1752,6 +1775,7 @@
+
@@ -1779,6 +1803,11 @@
+
+
+
+
+
@@ -1963,6 +1992,6 @@
- sm-ssc v1.2.2
- 2011-02-21
+ sm-ssc v1.2.3
+ 2011-03-15
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 9fb419a4a8..7f33265edb 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -1526,6 +1526,9 @@
Returns true if enough credits have been inserted to join.
+
+ fishpolk.mid; See also: Rise of the Triad
+
Returns the environment table. See .
@@ -1898,6 +1901,14 @@
Loads the HoldJudgment for the specified MultiPlayer.
+
+
+ Returns the X position of the mouse.
+
+
+ Returns the Y position of the mouse.
+
+
Returns the amount of life left in the LifeMeter as a float in the range 0..1.
@@ -1964,7 +1975,7 @@
-
+ Sets the width of the MeterDisplay to fWidth.
@@ -2045,6 +2056,9 @@
Returns an index of the choice in the row that player pn is on.
+
+ Returns the OptionRow's layout type.
+
Returns the name of the OptionRow.
@@ -2054,6 +2068,9 @@
Returns the row title string.
+
+ Returns the OptionRow's select type.
+
Returns true if this row is focused by player pn.
@@ -2080,6 +2097,11 @@
+
+
+ Returns the current NoteSkin set in the PlayerOptions.
+
+
Returns true if a full combo (TNS_W3 and up) was obtained.
@@ -2208,8 +2230,11 @@
Returns the player number for this PlayerState.
-
- Returns a string of player options for the specified ModsLevel.
+
+ Returns a PlayerOptions object for the specified ModsLevel.
+
+
+ Returns a string of player options for the specified ModsLevel. (was GetPlayerOptions in v1.2.2 and prior)
Returns a table of strings, containing the player options for the specified ModsLevel.
@@ -2667,6 +2692,9 @@
Returns true if the player is going to the options screen.
+
+ Returns the MusicWheel used on this screen.
+
[02 StageMods.lua] Sets up modifiers for course modes.
@@ -3059,12 +3087,15 @@
-
- Returns the Steps description.
-
Returns the author that made that particular Steps pattern.
+
+ Returns the Chart Style for this Steps.
+
+
+ Returns the Steps description.
+
Returns the Steps difficulty.
@@ -3342,6 +3373,12 @@
+
+ Returns the wheel's current index.
+
+
+ Returns the total number of items in the wheel.
+
Returns the WheelItem at index iIndex.