aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-29 23:44:47 +1000
committerDavid Walter Seikel2014-03-29 23:44:47 +1000
commit5b932214cc44dd53869992e328329d83a23d8b7f (patch)
treeefc18b6c4e7afb86233775126b46a3376418f951 /ClientHamr
parentRewrite skang.lua to put all the Thing stuff in metatables, plus get(), reset... (diff)
downloadSledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.zip
SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.gz
SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.bz2
SledjHamr-5b932214cc44dd53869992e328329d83a23d8b7f.tar.xz
TODO++
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
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)
610end 610end
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?
613get = function (stuff, key, name) 615get = function (stuff, key, name)
614 local result 616 local result
615 local thing = getmetatable(stuff) 617 local thing = getmetatable(stuff)