GE Lua Documentation

Press F to search!

clearLevelLogs

Definition


-- @/lua/common/utils.lua:161

function clearLevelLogs()
  Engine.Debug.clearLevelLogs()
end

Callers

@/lua/common/utils.lua
function clearLevelLogs()
  Engine.Debug.clearLevelLogs()
end
@/lua/ge/server/server.lua
  if clearLevelLogs then
    clearLevelLogs()
    if p then p:add("endMission.clearLogs") end