diff options
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
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. |