From b41cec51bb90a9e96b44a19a7b62d55c095b3a9d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 22 Mar 2014 15:28:09 +1000 Subject: Dissolve ThingSpace, and commands & parameters. --- ClientHamr/GuiLua/test.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ClientHamr/GuiLua/test.lua') 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 -- Test it. local skang = require 'skang' local test = require 'test' -print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help .. ' ->> ' .. test.action .. ' ' .. skang.ThingSpace.things.f.action) +print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.things.func.help .. ' ->> ' .. test.action .. ' ' .. skang.things.f.action) test.func('one', 2) -skang.ThingSpace.things.func('seven', 'aight') -skang.ThingSpace.commands.func.func(3, 'four') -skang.ThingSpace.commands.func('five', 'six') +skang.things.func('seven', 'aight') -- cgit v1.1