GE Lua Documentation

Press F to search!

restoreModulePath

Definition


-- @/lua/common/extensions.lua:896

local function restoreModulePath()
  package.path = packagePathTemp
end

Callers