Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 364 Bytes

package.md

File metadata and controls

14 lines (11 loc) · 364 Bytes

package

The standard Lua package package is added some information about packages loaded by LuaX.

package.modpath      -- { module_name = module_path }

table containing the names of the loaded packages and their actual paths.

package.modpath contains the names of the packages loaded by require, dofile, loadfile and import.