From 012b4dd32d92aa58c48e6754c73c989bc1eda48c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 17 Apr 2014 15:13:31 +1000 Subject: GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work. Plus clean ups from that. --- ClientHamr/GuiLua/test.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'ClientHamr/GuiLua/test.lua') 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') print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.get(test, 'ffunc', 'help') .. ' ->> ' .. skang.get(test, 'f', 'action')) -print(test.DEFAULT_SKANG) print('') print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help')) -- cgit v1.1