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, 3 insertions, 3 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 632074b..70d7778 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -988,8 +988,8 @@ thingasm('nada', 'Do nothing.', function () --[[ This function intentionally lef
988-- TODO - Some function stubs, for now. Fill them up later. 988-- TODO - Some function stubs, for now. Fill them up later.
989clear = function () 989clear = function ()
990end 990end
991window = function (width, height, title) 991--window = function (width, height, title)
992end 992--end
993 993
994skang = function (name) 994skang = function (name)
995end 995end
@@ -997,7 +997,7 @@ quit = function ()
997end 997end
998 998
999thingasm('clear', 'The current skin is cleared of all widgets.', clear) 999thingasm('clear', 'The current skin is cleared of all widgets.', clear)
1000thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} 1000--thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'}
1001thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') 1001thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL')
1002thingasm('quit', 'Quit, exit, remove thyself.', quit) 1002thingasm('quit', 'Quit, exit, remove thyself.', quit)
1003 1003