Toto smaže stránku "minetest.register_on_removeentity(function(self))"
. Buďte si prosím jisti.
Called when a entity is about to be removed from the map by method objectRef:remove()
Example:
minetest.register_on_removeentity(function(self)
minetest.chat_send_all(self.name.." has been removed")
end)
Toto smaže stránku "minetest.register_on_removeentity(function(self))"
. Buďte si prosím jisti.