aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-09 13:41:38 +1000
committerDavid Walter Seikel2014-04-09 13:41:38 +1000
commite4e750b9a749899f1eaa3b666381c39e9dc4bd7b (patch)
tree53559782b479e88b697a4b2ba4691ab269428367 /ClientHamr/GuiLua/test.lua
parentMore notes! (diff)
downloadSledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.zip
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.gz
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.bz2
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.xz
Make GuiLua an actual shared library, plus some minor clean ups.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index f45aff9..d484cf2 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -46,6 +46,7 @@ print(test.DEFAULT_SKANG)
46print('') 46print('')
47 47
48print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help')) 48print('foo = ' .. test.foo .. ' ->> ' .. skang.get(test, 'foo', 'help'))
49print('fooble = ' .. test.fooble)
49print('cfooble = ' .. test_c.cfooble .. ' ->> ' .. skang.get(test_c, 'cfooble', 'help') .. '[' .. skang.get(test_c, 'cfooble', 'widget') .. ']') 50print('cfooble = ' .. test_c.cfooble .. ' ->> ' .. skang.get(test_c, 'cfooble', 'help') .. '[' .. skang.get(test_c, 'cfooble', 'widget') .. ']')
50print('cfunc ->> ' .. skang.get(test_c, 'cfunc', 'help')) 51print('cfunc ->> ' .. skang.get(test_c, 'cfunc', 'help'))
51test.ffunc('one', 2) 52test.ffunc('one', 2)