aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-03 05:01:35 +1000
committerDavid Walter Seikel2014-04-03 05:01:35 +1000
commit2575f95c6bb41c629853240d767990255d561c14 (patch)
treeee8bacc207937e9e4287350ce793c7aa2dfc37bd /ClientHamr/GuiLua
parentTODO-- (diff)
downloadSledjHamr-2575f95c6bb41c629853240d767990255d561c14.zip
SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.gz
SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.bz2
SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.xz
TODO clean up.
Diffstat (limited to 'ClientHamr/GuiLua')
-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 9bef2a9..9de7082 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -29,7 +29,7 @@ print('code')
29-- A variable that is private to this module. 29-- A variable that is private to this module.
30local fool 30local fool
31 31
32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thing{}. 32-- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}.
33 33
34skang.thingasm{'fooble,f', 'Help text goes here', 1, widget='"edit", "The fooble:", 1, 1, 10, 50', required=true} 34skang.thingasm{'fooble,f', 'Help text goes here', 1, widget='"edit", "The fooble:", 1, 1, 10, 50', required=true}
35skang.thingasm('bar', 'Help text', "Default") 35skang.thingasm('bar', 'Help text', "Default")