aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-20 16:21:16 +1000
committerDavid Walter Seikel2014-03-20 16:21:16 +1000
commitd7d879959b5402a8cae836b8c8285f38d9414f6e (patch)
treea276bc1c63ecbdb823051ffb1e5c874a18249d28 /ClientHamr/GuiLua/test.lua
parentRejig stubs a little. (diff)
downloadSledjHamr-d7d879959b5402a8cae836b8c8285f38d9414f6e.zip
SledjHamr-d7d879959b5402a8cae836b8c8285f38d9414f6e.tar.gz
SledjHamr-d7d879959b5402a8cae836b8c8285f38d9414f6e.tar.bz2
SledjHamr-d7d879959b5402a8cae836b8c8285f38d9414f6e.tar.xz
First hack at Thing.
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 e1e2de8..6518de8 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -51,3 +51,4 @@ local test = require 'test'
51print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help) 51print('End ' .. test.bar .. ' ' .. test.VERSION .. ' ' .. skang.ThingSpace.commands.func.help)
52test.func('one', 2) 52test.func('one', 2)
53skang.ThingSpace.commands.func.func(3, 'four') 53skang.ThingSpace.commands.func.func(3, 'four')
54skang.ThingSpace.commands.func('five', 'six')