GE Lua Documentation

Press F to search!

Flow

Definition


-- @/=[C]:-1
function Flow(...)

Callers

@/lua/common/extensions/ui/flowgraph/editor_api_luaintf.lua
    if direction == nil then direction = M.FlowDirection_Forward end
    fge.Flow(linkId, direction)
  end
@/lua/ge/extensions/flowgraph/link.lua
  if flowing or self._queueFlow then
    ui_flowgraph_editor.Flow(self.id)
    self._queueFlow = nil