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.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index e83fcf9..202fdd6 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -850,11 +850,10 @@ end
850thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name') 850thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name')
851thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name') 851thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name')
852thingasm('set', 'Set the current value of an existing Thing or metadata.', set, 'thing,key,name,data') 852thingasm('set', 'Set the current value of an existing Thing or metadata.', set, 'thing,key,name,data')
853thingasm('nada', 'Do nothing.', function () --[[ This function intentionally left blank. ]] end)
853 854
854 855
855-- TODO - Some function stubs, for now. Fill them up later. 856-- TODO - Some function stubs, for now. Fill them up later.
856nada = function () end
857
858clear = function () 857clear = function ()
859end 858end
860window = function (width, height, title) 859window = function (width, height, title)
@@ -867,7 +866,6 @@ end
867quit = function () 866quit = function ()
868end 867end
869 868
870thingasm('nada', 'Do nothing.', nada)
871thingasm('clear', 'The current skin is cleared of all widgets.', clear) 869thingasm('clear', 'The current skin is cleared of all widgets.', clear)
872thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG') 870thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG')
873thingasm('module', 'Load a module.', module, 'file,acl') 871thingasm('module', 'Load a module.', module, 'file,acl')