GE Lua Documentation

Press F to search!

CreateEditor

Definition


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

Callers

@/lua/ge/extensions/editor/flowgraphEditor.lua
  if not M.ectx then
    M.ectx = ui_flowgraph_editor.CreateEditor(ui_imgui.ctx)
    ui_flowgraph_editor.SetCurrentEditor(M.ectx)
@/lua/ge/extensions/editor/missionPlaybook/missionTreeViewer.lua
      if not M.previewEctx then
        M.previewEctx = ui_flowgraph_editor.CreateEditor(ui_imgui.ctx)
      end
@/lua/ge/extensions/editor/flowgraph/nodePreview.lua
    if not self.previewEctx then
      self.previewEctx = ui_flowgraph_editor.CreateEditor(ui_imgui.ctx)
    end