aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-30 08:59:21 +1000
committerDavid Walter Seikel2014-03-30 08:59:21 +1000
commite816473e84c150ad84b7a1fcf82b7d9e87790f46 (patch)
treec594bbcc58a9030f33d31c74ad40353bdaf7a519 /ClientHamr/GuiLua
parentOops-- (diff)
downloadSledjHamr-e816473e84c150ad84b7a1fcf82b7d9e87790f46.zip
SledjHamr-e816473e84c150ad84b7a1fcf82b7d9e87790f46.tar.gz
SledjHamr-e816473e84c150ad84b7a1fcf82b7d9e87790f46.tar.bz2
SledjHamr-e816473e84c150ad84b7a1fcf82b7d9e87790f46.tar.xz
TODO++
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 016e050..4bb92e1 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -29,6 +29,8 @@ 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{}.
33
32skang.thing('fooble,f', 'Help text goes here', 1, nil, '"edit", "The fooble:", 1, 1, 10, 50', true) 34skang.thing('fooble,f', 'Help text goes here', 1, nil, '"edit", "The fooble:", 1, 1, 10, 50', true)
33skang.thing('bar', 'Help text', "Default") 35skang.thing('bar', 'Help text', "Default")
34skang.thing('foo') 36skang.thing('foo')