GE Lua Documentation

Press F to search!

onEditorEnabled

Definition


-- @/lua/ge/extensions/core/environment.lua:890

local function onEditorEnabled(enabled)
  if not enabled then
    envObjectIdCache = {}
  end
end

Callers

@/lua/ge/extensions/util/richPresence.lua
-- this was the old editor
local function onEditorEnabled(enabled)
  if enabled then