Inline helper.is_enabled, remove unused code, documentation fixes, remove formats and druid_input files, add more tests

This commit is contained in:
Insality
2023-07-15 11:53:07 +03:00
parent c01ee189b4
commit 38c117b9d8
20 changed files with 275 additions and 134 deletions

View File

@@ -189,7 +189,7 @@ local druid__button = {}
---@return hash The action_id of the input key
function druid__button.get_key_trigger(self) end
--- @{Button} constructor
--- The @{Button} constructor
---@param self druid.button @{Button}
---@param node string|Node Node name or GUI Node itself
---@param callback function On click button callback