From 83a85531ae789e2f30da2379990899f815f53ff1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 10 Feb 2019 18:16:04 -0500 Subject: Added new element, added server-specific code for networking Added a new element for client gui: iguicombobox Added a part of the engine specifically for the server so server is no longer just a stripped down client --- src/client/lua_api/gui/iguiwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/lua_api/gui/iguiwindow.cpp') diff --git a/src/client/lua_api/gui/iguiwindow.cpp b/src/client/lua_api/gui/iguiwindow.cpp index fde8cf1..236fd5d 100644 --- a/src/client/lua_api/gui/iguiwindow.cpp +++ b/src/client/lua_api/gui/iguiwindow.cpp @@ -30,6 +30,8 @@ Creates a new gui window . @tparam string title_text The text to show in the title bar of the window @tparam ?iguielement parent The parent element of the window. @treturn iguiwindow The window element + +In return to the usual gui element calls, IGUI window may call a `onClose()` callback. */ //new({{sx,sy},{ex,ey}},"title"[,{guielement=parent}]) :: {guielement} static int newiguiwindow(lua_State* L){ -- cgit v1.2.3-70-g09d2