From 2ef7fcac2db901dbb6c9def0f7eeb4a6ae9aa496 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 22 Mar 2014 14:38:11 +1000 Subject: Add Thing inheritance, and some stubs to inherit. --- ClientHamr/GuiLua/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/test.lua') 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 -- Test it. local skang = require 'skang' local test = require 'test' -print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help) +print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help .. ' ->> ' .. test.action .. ' ' .. skang.ThingSpace.things.f.action) test.func('one', 2) skang.ThingSpace.things.func('seven', 'aight') skang.ThingSpace.commands.func.func(3, 'four') -- cgit v1.1