mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
safe_region: update comment
We need @value
This commit is contained in:
parent
3194a2c53e
commit
e916057133
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ if minetest.global_exists("worldedit") then
|
|||
end
|
||||
|
||||
--- A table that holds at most 1 pending function call per player.
|
||||
-- @value table<string,function>
|
||||
-- @internal
|
||||
local pending_calls = {}
|
||||
|
||||
--- Captures the given function in the safe_region subsystem for later execution.
|
||||
|
|
Loading…
Reference in a new issue