aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 1357b69..88bd6fb 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -977,6 +977,12 @@ set = function (stuff, key, name, value)
977 end 977 end
978end 978end
979 979
980
981-- Get our C functions installed into skang.
982-- This has to be after thingasm is defined.
983local GuiLua = require 'libGuiLua'
984
985
980thingasm('module,l', 'Load a module.', module, 'file') 986thingasm('module,l', 'Load a module.', module, 'file')
981thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name') 987thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name')
982thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name') 988thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name')