onLink
Definition
-- @/lua/common/extensions.lua:1106
self.hookProxies[k] = function(...)
for _, m in pairs(sinkList) do
m[k](m, ...)
end
end
Callers
@/lua/ge/extensions/flowgraph/nodes/debug/flowButton.lua
function C:onLink(link)
if self.data.btnName == "Push" then
@/lua/ge/extensions/flowgraph/nodes/string/stringconcat.lua
function C:onLink(link)
if not self.currentlyCleaning then
@/lua/ge/extensions/flowgraph/nodes/math/math.lua
function C:onLink(link)
if tableSize(self.pinInLocal) <= tableSize(self.pinIn) then
@/lua/ge/extensions/flowgraph/nodes/logic/booleanExpression.lua
function C:onLink(link)
if tableSize(self.pinInLocal) <= tableSize(self.pinIn) then
@/lua/ge/extensions/flowgraph/basenode.lua
function C:onLink(link)
end
function C:_onLink(link)
self:onLink(link)
end
@/lua/ge/extensions/flowgraph/nodes/debug/drawGraph.lua
function C:onLink()
self:resetGraphData()