diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 7d9ca41..ed1589f 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -424,7 +424,7 @@ Maybe I can rename this to thingasm? B-) | |||
424 | It is also a Stuff. | 424 | It is also a Stuff. |
425 | Should include some way of specifyings details like key name, where string, etc. | 425 | Should include some way of specifyings details like key name, where string, etc. |
426 | getmetatable(stuff).__keyName | 426 | getmetatable(stuff).__keyName |
427 | getmetatable(stuff).__where | 427 | getmetatable(stuff).__squeal.where |
428 | And a way to link this database table to others, via the key of the other, as a field in this Stuff. | 428 | And a way to link this database table to others, via the key of the other, as a field in this Stuff. |
429 | stuff:stuff('field0').__link = {module, key, index} | 429 | stuff:stuff('field0').__link = {module, key, index} |
430 | In Java we had this - | 430 | In Java we had this - |