mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
safe_region: update comment
We need @value
This commit is contained in:
parent
3194a2c53e
commit
e916057133
@ -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 New Issue
Block a user