diff options
author | David Walter Seikel | 2014-04-03 05:01:22 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-03 05:01:22 +1000 |
commit | e852341f12937479e00acd25b0fbf8d431e8d64d (patch) | |
tree | bd387511478280bb349297985ed4b5e84ec9c752 | |
parent | Minor proxy table clean ups. (diff) | |
download | SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.zip SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.gz SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.bz2 SledjHamr-e852341f12937479e00acd25b0fbf8d431e8d64d.tar.xz |
TODO--
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 1 |
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 | ||
341 | TODO - | 341 | TODO - |
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 |