aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 03:10:21 +1000
committerDavid Walter Seikel2014-03-27 03:10:21 +1000
commita0866ed7369f0552712361378f80da0b1af0f7b2 (patch)
treea6a6467d8ad4e1a06228badd43c041e05e245ee3 /ClientHamr/GuiLua/test.lua
parentTODO++ (diff)
downloadSledjHamr-a0866ed7369f0552712361378f80da0b1af0f7b2.zip
SledjHamr-a0866ed7369f0552712361378f80da0b1af0f7b2.tar.gz
SledjHamr-a0866ed7369f0552712361378f80da0b1af0f7b2.tar.bz2
SledjHamr-a0866ed7369f0552712361378f80da0b1af0f7b2.tar.xz
Can't have two foo's fool.
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 f3dcb62..459eca4 100644
--- a/ClientHamr/GuiLua/test.lua
+++ b/ClientHamr/GuiLua/test.lua
@@ -27,7 +27,7 @@ this.func(1, 'two')
27print('code') 27print('code')
28 28
29-- A variable that is private to this module. 29-- A variable that is private to this module.
30local foo 30local fool
31 31
32skang.thing('fooble,f', 'Help text goes here', 1, 'number', '"edit", "The fooble:", 1, 1, 10, 50', true) 32skang.thing('fooble,f', 'Help text goes here', 1, 'number', '"edit", "The fooble:", 1, 1, 10, 50', true)
33skang.thing('bar', 'Help text', "Default") 33skang.thing('bar', 'Help text', "Default")