此操作将删除页面 "minetest.register_on_removeentity(function(self))"
,请三思而后行。
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)
此操作将删除页面 "minetest.register_on_removeentity(function(self))"
,请三思而后行。