From 6c8f1992ac084a71b1b41deebd840573590913b1 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 8 Apr 2007 10:08:31 +0000 Subject: [PATCH] Add mostly empty documentation file. It should contain enough information to figure out how to add documentation to other lua functions. --- stepmania/Docs/LuaDocumentation.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 stepmania/Docs/LuaDocumentation.xml diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml new file mode 100644 index 0000000000..ba48ee4a44 --- /dev/null +++ b/stepmania/Docs/LuaDocumentation.xml @@ -0,0 +1,29 @@ + + + + + + + + + Returns the base name of file path. + + + + + + + + Set the x position of the Actor. + + + Set the y position of the Actor. + + + Set the z position of the Actor. + + + +