From 6c9f3de6150c4642b0796dfec4eb37bed00e3e21 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 20 Apr 2008 00:05:46 +0000 Subject: [PATCH] RageFileUtil and more RageFile --- stepmania/Docs/LuaDocumentation.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index ff9a688e3a..db542538fb 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -159,6 +159,11 @@ Flushes log files to disk. + + + Creates a RageFile handle with which one can use the commands in . + + Gets the credits message for Player pn. @@ -970,9 +975,18 @@ + + These commands require a RageFile handle. You can create one using + . + Closes the file and releases it from memory. + + Opens a file at sPath (relative to the StepMania root directory).
+ iAccessType can be set to read (1), write (2), stream (4) or flush to disk on close (8).
+ These can also be combined with addition. For example, to set up read and write, set iAccessType to 3 (1+2). +