diff options
author | David Walter Seikel | 2014-04-02 00:16:20 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-02 00:16:20 +1000 |
commit | f7c93b1b2db1c5aaff3b1c62447fe0f09be1410c (patch) | |
tree | de0daa1768c7940cba19a2228ad221c8c4f1ddaf | |
parent | Implement getStuffed(). Knew I could get it in there. B-) (diff) | |
download | SledjHamr-f7c93b1b2db1c5aaff3b1c62447fe0f09be1410c.zip SledjHamr-f7c93b1b2db1c5aaff3b1c62447fe0f09be1410c.tar.gz SledjHamr-f7c93b1b2db1c5aaff3b1c62447fe0f09be1410c.tar.bz2 SledjHamr-f7c93b1b2db1c5aaff3b1c62447fe0f09be1410c.tar.xz |
TODO++
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index e332dbb..e83fcf9 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -452,6 +452,7 @@ TODO - | |||
452 | Should be in __values I guess. | 452 | Should be in __values I guess. |
453 | __values[key].value | 453 | __values[key].value |
454 | __values[key].parent | 454 | __values[key].parent |
455 | Weak references might help in here somewhere. | ||
455 | ]] | 456 | ]] |
456 | 457 | ||
457 | 458 | ||