GE Lua Documentation

Press F to search!

setEditorState

Definition


-- @/lua/ge/map.lua:3583

local function setEditorState(enabled)
  isEditorEnabled = enabled
end

Callers

@/lua/ge/main.lua
  extensions.hook('onEditorEnabled', enabled)
  map.setEditorState(enabled)
end