aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-03 07:04:53 +1000
committerDavid Walter Seikel2014-04-03 07:04:53 +1000
commit22cf268c7419eb0477d07af0c78a558ffde845fc (patch)
tree6cab7b3ee9602a6f17da769842cc00df22321a26 /ClientHamr/GuiLua/test.lua
parentMore Widget and Squeal ramblings. (diff)
downloadSledjHamr-22cf268c7419eb0477d07af0c78a558ffde845fc.zip
SledjHamr-22cf268c7419eb0477d07af0c78a558ffde845fc.tar.gz
SledjHamr-22cf268c7419eb0477d07af0c78a558ffde845fc.tar.bz2
SledjHamr-22cf268c7419eb0477d07af0c78a558ffde845fc.tar.xz
Load any matching .properties files into a module.
Diffstat (limited to '')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 9de7082..4ddbc1d 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -27,7 +27,7 @@ this.func(1, 'two')
27print('code') 27print('code')
28 28
29-- A variable that is private to this module. 29-- A variable that is private to this module.
30local fool 30local fool = 22
31 31
32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}. 32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}.
33 33