From bc1cb0c0ae3d776a00cf871c0bfc3526d37b79eb Mon Sep 17 00:00:00 2001 From: sigatrev Date: Sat, 12 Jul 2014 10:32:48 -0500 Subject: [PATCH] SetGame lua docs --- Docs/Luadoc/Lua.xml | 2 ++ Docs/Luadoc/LuaDocumentation.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 27c291591a..f5033fc01f 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -723,6 +723,8 @@ + + diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 77370ffcf2..c586d9894b 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -2173,6 +2173,12 @@ save yourself some time, copy this for undocumented things: Return the localized string representation of st. + + Returns a table of all selectable games. + + + Sets the current game to Game. The second argument is optional, and if provided will determine which theme is loaded when the game changes. If Stepmania was run with a commandline argument setting the theme, that will override the second argument of this function. +