GE Lua Documentation

Press F to search!

onBeforeSetSaveSlot

Definition


-- @/lua/ge/extensions/career/career.lua:313

local function onBeforeSetSaveSlot(currentSavePath, currentSaveSlot)
  if isActive() then
    deactivateCareer()
  end
end

Callers