GE Lua Documentation

Press F to search!

setOpenEditorOnStart

Definition


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

Callers

@/lua/ge/extensions/editor/main.lua
  if worldEditorCppApi.mustOpenEditorOnStart() then
    worldEditorCppApi.setOpenEditorOnStart(false) -- set it to false now, since Lua reloads will reopen again, we dont want that
    setEditorActive(true)