diff options
author | David Walter Seikel | 2014-03-29 23:44:47 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-29 23:44:47 +1000 |
commit | 5b932214cc44dd53869992e328329d83a23d8b7f (patch) | |
tree | efc18b6c4e7afb86233775126b46a3376418f951 | |
parent | Rewrite skang.lua to put all the Thing stuff in metatables, plus get(), reset... (diff) | |
download | SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.zip SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.gz SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.bz2 SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.xz |
TODO++
-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) |