From 7d820efbb608ef17a1349fff7d268a88e8ac595e Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 20 Mar 2012 19:47:50 -0500 Subject: [PATCH] update luadocs --- Docs/Luadoc/Lua.xml | 19 ++++++++++++++++++- Docs/Luadoc/LuaDocumentation.xml | 26 +++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index e3662f7967..e8d3beeec8 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -676,15 +676,22 @@ + + + + + + + @@ -1569,6 +1576,7 @@ + @@ -2297,6 +2305,15 @@ + + + + + + + + + @@ -2327,5 +2344,5 @@ StepMania v5.0 alpha 1a - 2012-02-19 + 2012-03-20 diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 1002ae7036..c53362e4be 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -1931,12 +1931,21 @@ save yourself some time, copy this for undocumented things: + + Returns any announcer that may have been set. + Returns any Character associated with this item (or nil if there isn't one). Returns any Course that may have been set. + + Returns a course difficulty, if one is set in the GameCommand. + + + Returns a difficulty, if one is set in the GameCommand. + Returns the index of this item. @@ -1946,6 +1955,12 @@ save yourself some time, copy this for undocumented things: Returns the choice name. + + Returns the PlayMode associated with this GameCommand. + + + Returns any preferred modifiers that may have been set. + Returns any Profile ID that may have been set. @@ -1958,6 +1973,12 @@ save yourself some time, copy this for undocumented things: Returns the name of any song group that may have been set. + + Returns the sort order, if the GameCommand has set one. + + + Returns any stage modifiers that may have been set. + Returns any Steps that may have been set. @@ -4380,7 +4401,7 @@ save yourself some time, copy this for undocumented things: - Returns the number of total tracks this Style contains (e.g. 4 for dance-versus, but 8 for dance-double). + Returns the number of total tracks per player this Style contains (e.g. 4 for dance-versus, but 8 for dance-double). Returns the name of the Style. @@ -4391,6 +4412,9 @@ save yourself some time, copy this for undocumented things: Returns the StyleType for this Style. + + Returns true if this style locks the difficulty for both players. + Returns true if the Style needs to be zoomed out with two players.