aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 23:29:14 +1000
committerDavid Walter Seikel2014-03-27 23:29:14 +1000
commit8533027f70680a20f8e12a35a36bf71e5c98298d (patch)
treef4a130095aa2622214fe34c6923e227e22fe32aa /ClientHamr/GuiLua/skang.lua
parentMake test_c a real Lua module, but just a test one doing it the usual way, no... (diff)
downloadSledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.zip
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.gz
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.bz2
SledjHamr-8533027f70680a20f8e12a35a36bf71e5c98298d.tar.xz
Pointers to various URLs that might be useful.
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 791f79b..565b642 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -143,6 +143,7 @@ end
143moduleEnd = function (module) 143moduleEnd = function (module)
144 -- TODO - Look for _NAME.properties, and load it into the modules Things. 144 -- TODO - Look for _NAME.properties, and load it into the modules Things.
145 -- TODO - Parse command line parameters at some point. 145 -- TODO - Parse command line parameters at some point.
146 -- http://stackoverflow.com/questions/3745047/help-locate-c-sample-code-to-read-lua-command-line-arguments
146 setfenv(2, module.savedEnvironment) 147 setfenv(2, module.savedEnvironment)
147end 148end
148 149