aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-22 14:38:11 +1000
committerDavid Walter Seikel2014-03-22 14:38:11 +1000
commit2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496 (patch)
tree7311d54cf62e91a98c13054372e4f2220c7bf4f9 /ClientHamr/GuiLua/test.lua
parentMuch saner way to deal with aliases. B-) (diff)
downloadSledjHamr-2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496.zip
SledjHamr-2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496.tar.gz
SledjHamr-2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496.tar.bz2
SledjHamr-2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496.tar.xz
Add Thing inheritance, and some stubs to inherit.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index 525e66b..f17238c 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -47,7 +47,7 @@ end
47-- Test it. 47-- Test it.
48local skang = require 'skang' 48local skang = require 'skang'
49local test = require 'test' 49local test = require 'test'
50print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help) 50print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help .. ' ->> ' .. test.action .. ' ' .. skang.ThingSpace.things.f.action)
51test.func('one', 2) 51test.func('one', 2)
52skang.ThingSpace.things.func('seven', 'aight') 52skang.ThingSpace.things.func('seven', 'aight')
53skang.ThingSpace.commands.func.func(3, 'four') 53skang.ThingSpace.commands.func.func(3, 'four')