From cacbd442a0804cf07fbba4c25d03ea8f203c2c59 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 13 Aug 2007 02:31:34 +0000 Subject: [PATCH] Document a few more functions, testing out FunctionIdentifier. --- stepmania/Docs/LuaDocumentation.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 6b1d5a68a3..ba6882ddbf 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -32,6 +32,21 @@ Returns an Actor definition for the actor at sPath. If sPath points to a Lua file, any additional arguments will be passed to that script. + + Alias for . + + + Alias for . + + + Writes sString to log.txt. Aliased by . + + + Writes sString to info.txt and log.txt as a warning. Aliased by . + + + Flushes log files to disk. +