GE Lua Documentation

Press F to search!

loadModule

Definition


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

-- backward compatibility things below
M.loadModule = function(extName)
  log("W", logTag, "loadModule(extName) is deprecated. Please switch to load(extName)")
  loadExt(extName)
end

Callers

@/lua/common/extensions.lua
M.loadModule = function(extName)
  log("W", logTag, "loadModule(extName) is deprecated. Please switch to load(extName)")
  loadExt(extName)