mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
9 lines
151 B
Markdown
9 lines
151 B
Markdown
# Blocker Quick API reference
|
|
|
|
```lua
|
|
blocker:init(node)
|
|
blocker:is_enabled()
|
|
blocker:on_input([action_id], [action])
|
|
blocker:set_enabled([state])
|
|
```
|