diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index 85cd618dd9..07bd45b814 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -775,8 +775,6 @@
-
-
@@ -856,6 +854,15 @@
+
+
+
+
+
+
+
+
+
@@ -1074,9 +1081,11 @@
-
+
+
+
-
+
@@ -1236,8 +1245,8 @@
-
+
@@ -1348,6 +1357,7 @@
+
@@ -1955,5 +1965,5 @@
sm-ssc v1.2.1
- 2011-02-10
+ 2011-02-20
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 173a5495d0..9fb419a4a8 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -2038,6 +2038,29 @@
Returns a table of noteskin names for the current gametype.
+
+
+ Returns true if the first item in the row goes down.
+
+
+ Returns an index of the choice in the row that player pn is on.
+
+
+ Returns the name of the OptionRow.
+
+
+ Returns the number of choices in this OptionRow.
+
+
+ Returns the row title string.
+
+
+ Returns true if this row is focused by player pn.
+
+
+ Returns true if this row forces one choice on all players.
+
+
Sets the PaneDisplay from the GameState.
@@ -2604,8 +2627,14 @@
Returns true if all active players are on the last options row.
-
- Returns the current row that player pn is on.
+
+ Returns true if the specified player is on an items that ends the screen.
+
+
+ Returns the current row that player pn is on. (Was previously GetCurrentRow.)
+
+
+ Returns the specified OptionRow.
@@ -3325,6 +3354,9 @@
Moves the wheel by n.
+
+ Attempts to set the open section to sSection.
+