diff options
author | David Walter Seikel | 2014-04-03 05:01:35 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-03 05:01:35 +1000 |
commit | 2575f95c6bb41c629853240d767990255d561c14 (patch) | |
tree | ee8bacc207937e9e4287350ce793c7aa2dfc37bd | |
parent | TODO-- (diff) | |
download | SledjHamr-2575f95c6bb41c629853240d767990255d561c14.zip SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.gz SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.bz2 SledjHamr-2575f95c6bb41c629853240d767990255d561c14.tar.xz |
TODO clean up.
-rw-r--r-- | ClientHamr/GuiLua/test.lua | 2 |
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. |
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{}. | 32 | -- TODO - Could have a table of tables, and ipair through the top level, passing the inner ones to skang.thingasm{}. |
33 | 33 | ||
34 | skang.thingasm{'fooble,f', 'Help text goes here', 1, widget='"edit", "The fooble:", 1, 1, 10, 50', required=true} | 34 | skang.thingasm{'fooble,f', 'Help text goes here', 1, widget='"edit", "The fooble:", 1, 1, 10, 50', required=true} |
35 | skang.thingasm('bar', 'Help text', "Default") | 35 | skang.thingasm('bar', 'Help text', "Default") |