aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-26 20:02:47 +1000
committerDavid Walter Seikel2014-03-26 20:02:47 +1000
commit251481192dc7ac89a3b749cbf42f79592e681e74 (patch)
tree9d6c3ef75884243f68e946fdd0b4b549a5d4f1a4 /ClientHamr/GuiLua/skang.lua
parentTODO++ (diff)
downloadSledjHamr-251481192dc7ac89a3b749cbf42f79592e681e74.zip
SledjHamr-251481192dc7ac89a3b749cbf42f79592e681e74.tar.gz
SledjHamr-251481192dc7ac89a3b749cbf42f79592e681e74.tar.bz2
SledjHamr-251481192dc7ac89a3b749cbf42f79592e681e74.tar.xz
More Stuff notes.
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index cb0b84a..e81c598 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -248,6 +248,7 @@ Thing.__index = function (table, key)
248 local thing = things[key] 248 local thing = things[key]
249 -- First see if this is a Thing. 249 -- First see if this is a Thing.
250 -- TODO - Java skang called isValid() on get(). On the other hand, doesn't seem to call it on set(), but calls it on append(). 250 -- TODO - Java skang called isValid() on get(). On the other hand, doesn't seem to call it on set(), but calls it on append().
251 -- Ah, it was doing isValid() on setStufflet().
251 if thing then return thing.value or thing.default end 252 if thing then return thing.value or thing.default end
252 253
253 -- Then see if we can inherit it from Thing. 254 -- Then see if we can inherit it from Thing.