From 68649420098e53023c3035f3dde68416e44718cb Mon Sep 17 00:00:00 2001 From: Padre Putativo <495093+padreputativo@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:23:19 +0200 Subject: [PATCH] Create defos.script_api It resolves the issue of the warnings that appear in the linter due to not finding the extension globally, but it doesn't fix the display of the complete list of functions. --- defos/defos.script_api | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 defos/defos.script_api diff --git a/defos/defos.script_api b/defos/defos.script_api new file mode 100644 index 0000000..82e8214 --- /dev/null +++ b/defos/defos.script_api @@ -0,0 +1,10 @@ +- name: defos + type: table + desc: The Defos extension provides functions to manage windows, cursors, displays, and events in the Defold game engine. It allows for advanced control over window properties, mouse events, and display configurations. + + members: + - name: disable_maximize_button + type: function + desc: Disables the maximize button on the window. + examples: + - desc: Disables the maximize button, preventing users from maximizing the window.