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. +