Update docs, add stub for quick api reference

This commit is contained in:
Insality
2025-02-09 15:12:25 +02:00
parent 197118c229
commit 8407932236
4 changed files with 423 additions and 16 deletions

View File

@@ -5,6 +5,8 @@ local gui_get_node = gui.get_node
local gui_get = gui.get
local gui_pick_node = gui.pick_node
---The helper module contains various functions that are used in the Druid library.
---You can use these functions in your projects as well.
---@class druid.system.helper
local M = {}