-- @/=[C]:-1
function mustOpenEditorOnStart(...)
-- if the game has -worldEditor argument present, start editor automagically
if worldEditorCppApi.mustOpenEditorOnStart() then
worldEditorCppApi.setOpenEditorOnStart(false) -- set it to false now, since Lua reloads will reopen again, we dont want that