Solve #182 add table pool for events

This commit is contained in:
Insality
2022-04-05 18:57:40 +03:00
parent 2779f9cf7a
commit dff522fbaa
24 changed files with 244 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
local const = require("druid.const")
local class = require("druid.system.middleclass")
local helper = require("druid.helper")
local tablepool = require("druid.system.tablepool")
local BaseComponent = class("druid.component")
@@ -348,6 +349,11 @@ function BaseComponent.set_debug(self, is_debug)
end
--- On remove method on druid:remove or druid:final (protected)
function BaseComponent:on_internal_remove()
end
--- Return true, if input priority was changed
-- @tparam BaseComponent self @{BaseComponent}
-- @local