From b10c04c7f34fc55aa91caf1b43dead4a5af873b4 Mon Sep 17 00:00:00 2001 From: Kyzentun Date: Sun, 4 May 2014 11:49:35 -0600 Subject: [PATCH] Added documentation for a few undocumented API functions. --- Docs/Luadoc/Lua.xml | 7 +++++++ Docs/Luadoc/LuaDocumentation.xml | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index b10019410c..681e827a2c 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -66,6 +66,7 @@ + @@ -399,6 +400,7 @@ + @@ -931,6 +933,8 @@ + + @@ -1276,6 +1280,7 @@ + @@ -1573,6 +1578,8 @@ + + diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 589d6da91b..3fd0305536 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -217,6 +217,9 @@ save yourself some time, copy this for undocumented things: Returns the current Timing difficulty. + + Returns the current time since the program was started. Includes time that was spent loading songs. + [01 alias.lua] @@ -1188,6 +1191,9 @@ save yourself some time, copy this for undocumented things: Stretches the Actor to a rectangle of a specific size. + + Translates the texture of the actor by x and y. + Determines if the Actor should use texture wrapping or not. @@ -2728,6 +2734,12 @@ save yourself some time, copy this for undocumented things: + + Returns a string from the specified element and value. + + + Returns a string from the specified element and value using NoteSkin sNoteSkin. + Returns a command from the specified element and value. @@ -3574,6 +3586,9 @@ save yourself some time, copy this for undocumented things: Returns a dummy PlayerInfo for the specified index. + + Returns the current haste rate. HasteRate * MusicRate is the current total rate the music is multiplied by. + Returns the for the specified pn. @@ -4363,6 +4378,12 @@ save yourself some time, copy this for undocumented things: Returns the StyleType for this Style. + + Returns a table containing the Track, XOffset, and Name of the column. + + + Returns the draw order of the column. + Returns true if this style locks the difficulty for both players.