diff options
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 9efd03c..75df4b5 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -610,6 +610,8 @@ copy = function (module, name) | |||
610 | end | 610 | end |
611 | 611 | ||
612 | 612 | ||
613 | -- TODO - These deal with te Thing stuff, not the values, so might need to change the names. | ||
614 | -- Or have them do both? | ||
613 | get = function (stuff, key, name) | 615 | get = function (stuff, key, name) |
614 | local result | 616 | local result |
615 | local thing = getmetatable(stuff) | 617 | local thing = getmetatable(stuff) |