Ez ki fogja törölni a(z) "minetest.register_on_removeentity(function(self))"
oldalt. Jól gondold meg.
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)
Ez ki fogja törölni a(z) "minetest.register_on_removeentity(function(self))"
oldalt. Jól gondold meg.