From 96058b0eac0512e162b6bcca8dcdf5b3ebe3f5a4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 7 Nov 2007 05:21:51 +0000 Subject: [PATCH] add some SongManager things --- stepmania/Docs/LuaDocumentation.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 8e8a903292..da1d38b6f1 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -521,6 +521,32 @@ Returns the length of the song in seconds. + + + Returns an array of all the installed courses. + + + Returns an array of all the installed songs. + + + Returns the number of course groups. + + + Returns the number of courses. + + + Returns the number of song groups. + + + Returns the number of songs. + + + Returns a random course. + + + Returns a random song. + + Returns the complete list of RadarValues for player pn. Use to grab a specific value.