aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-17 15:13:31 +1000
committerDavid Walter Seikel2014-04-17 15:13:31 +1000
commit012b4dd32d92aa58c48e6754c73c989bc1eda48c (patch)
tree878b3f3655e44e3a0f115b99ac91dd367c18cec7 /ClientHamr/GuiLua/test.lua
parentMove skang.window() to widget.window(), and make it work. (diff)
downloadSledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.zip
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.gz
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.bz2
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.xz
GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work. Plus clean ups from that.
Diffstat (limited to '')
-rw-r--r--ClientHamr/GuiLua/test.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index d484cf2..fc5de1b 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -42,7 +42,6 @@ local copy = skang.copy(test, 'copy')
42 42
43print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.get(test, 'ffunc', 'help') .. ' ->> ' .. skang.get(test, 'f', 'action')) 43print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.get(test, 'ffunc', 'help') .. ' ->> ' .. skang.get(test, 'f', 'action'))
44 44
45print(test.DEFAULT_SKANG)
46print('') 45print('')
47 46
48print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help')) 47print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help'))