aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-03 05:01:22 +1000
committerDavid Walter Seikel2014-04-03 05:01:22 +1000
commite852341f12937479e00acd25b0fbf8d431e8d64d (patch)
treebd387511478280bb349297985ed4b5e84ec9c752 /ClientHamr/GuiLua/skang.lua
parentMinor proxy table clean ups. (diff)
downloadSledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.zip
SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.gz
SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.bz2
SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.xz
TODO--
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 6cbec8c..d20d122 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -340,7 +340,6 @@ In this case, when a table is assigned to this Keyed Thing, via a new key, a new
340 340
341TODO - 341TODO -
342 test.foo -> test.__index(test, 'foo') -> test.__values[foo]; if that's nil, and test.stuff[foo], then return an empty table instead? 342 test.foo -> test.__index(test, 'foo') -> test.__values[foo]; if that's nil, and test.stuff[foo], then return an empty table instead?
343 stuff.s = {a='foo'} -> changes a, deletes everything else, or should.
344 Do we still need a parent pointer? 343 Do we still need a parent pointer?
345 Should be in __values I guess. 344 Should be in __values I guess.
346 __values[key].value 345 __values[key].value