aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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