aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-22 11:09:16 +1000
committerDavid Walter Seikel2014-03-22 11:09:16 +1000
commit0ffa4b5e224491cd8b1463ac45d5d84605a13e79 (patch)
treefdf9c15f5633611c09bd219b039bd3c52cc51ee6 /ClientHamr/GuiLua/skang.lua
parentMerge newCommand and newParam into "thing". (diff)
downloadSledjHamr-0ffa4b5e224491cd8b1463ac45d5d84605a13e79.zip
SledjHamr-0ffa4b5e224491cd8b1463ac45d5d84605a13e79.tar.gz
SledjHamr-0ffa4b5e224491cd8b1463ac45d5d84605a13e79.tar.bz2
SledjHamr-0ffa4b5e224491cd8b1463ac45d5d84605a13e79.tar.xz
And correct the comment to match.
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index d652d8d..ee508cb 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -259,7 +259,7 @@ end
259]] 259]]
260 260
261 261
262-- skang.newThing stashes the default value into _M['bar'], and the details into ThingSpace.things['bar']. 262-- skang.thing stashes the default value into _M['bar'], and the details into ThingSpace.things['bar'].
263-- TODO - If it's not required, and there's no default, then skip setting _M['bar']. 263-- TODO - If it's not required, and there's no default, then skip setting _M['bar'].
264-- TODO - Could even use __index to skip setting it if it's not required and there is a default. 264-- TODO - Could even use __index to skip setting it if it's not required and there is a default.
265-- TODO - if default is a function, or a pre existing module[name] is a function, then set the Thing .func to that function. 265-- TODO - if default is a function, or a pre existing module[name] is a function, then set the Thing .func to that function.