GE Lua Documentation

Press F to search!

onFileChangedEnd

Definition


-- @/lua/ge/extensions/core/vehicles.lua:1957

local function onFileChangedEnd()
  if anyCacheFileModified then
    clearCache()
  end
end

Callers