aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-22 15:28:09 +1000
committerDavid Walter Seikel2014-03-22 15:28:09 +1000
commitb41cec51bb90a9e96b44a19a7b62d55c095b3a9d (patch)
treed0e8324a4787e3d43e511229e1b10f314950fd8a /ClientHamr/GuiLua/test.lua
parentAdd Thing inheritance, and some stubs to inherit. (diff)
downloadSledjHamr-b41cec51bb90a9e96b44a19a7b62d55c095b3a9d.zip
SledjHamr-b41cec51bb90a9e96b44a19a7b62d55c095b3a9d.tar.gz
SledjHamr-b41cec51bb90a9e96b44a19a7b62d55c095b3a9d.tar.bz2
SledjHamr-b41cec51bb90a9e96b44a19a7b62d55c095b3a9d.tar.xz
Dissolve ThingSpace, and commands & parameters.
Diffstat (limited to 'ClientHamr/GuiLua/test.lua')
-rw-r--r--ClientHamr/GuiLua/test.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/ClientHamr/GuiLua/test.lua b/ClientHamr/GuiLua/test.lua
index f17238c..0c4968d 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -47,8 +47,6 @@ 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 .. ' ->> ' .. test.action .. ' ' .. skang.ThingSpace.things.f.action) 50print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.func.help .. ' ->> ' .. test.action .. ' ' .. skang.things.f.action)
51test.func('one', 2) 51test.func('one', 2)
52skang.ThingSpace.things.func('seven', 'aight') 52skang.things.func('seven', 'aight')
53skang.ThingSpace.commands.func.func(3, 'four')
54skang.ThingSpace.commands.func('five', 'six')