mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update docs, updated ldoc generated files
This commit is contained in:
@@ -17,6 +17,9 @@ local component = require("druid.component")
|
||||
local M = component.create("blocker", { const.ON_INPUT_HIGH })
|
||||
|
||||
|
||||
--- Component init function
|
||||
-- @function blocker:init
|
||||
-- @tparam node node Gui node
|
||||
function M.init(self, node)
|
||||
self.node = self:get_node(node)
|
||||
|
||||
|
Reference in New Issue
Block a user