diff options
-rw-r--r-- | ClientHamr/GuiLua/test.lua | 2 |
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. |
30 | local fool | 30 | local 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 | |||
32 | skang.thing('fooble,f', 'Help text goes here', 1, nil, '"edit", "The fooble:", 1, 1, 10, 50', true) | 34 | skang.thing('fooble,f', 'Help text goes here', 1, nil, '"edit", "The fooble:", 1, 1, 10, 50', true) |
33 | skang.thing('bar', 'Help text', "Default") | 35 | skang.thing('bar', 'Help text', "Default") |
34 | skang.thing('foo') | 36 | skang.thing('foo') |