aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-31 21:55:50 +1000
committerDavid Walter Seikel2014-03-31 21:55:50 +1000
commit28d417968e7e93d379942b368d12a736dcf5d82e (patch)
treec57e83c6a6810c07104859ed66b40874f6d1a8a6 /ClientHamr
parentClean up that last commit. (diff)
downloadSledjHamr-28d417968e7e93d379942b368d12a736dcf5d82e.zip
SledjHamr-28d417968e7e93d379942b368d12a736dcf5d82e.tar.gz
SledjHamr-28d417968e7e93d379942b368d12a736dcf5d82e.tar.bz2
SledjHamr-28d417968e7e93d379942b368d12a736dcf5d82e.tar.xz
Notes++
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
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 -