Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Open ¶
Open loads the "package" module when executed with "lua.(*State).Call".
It would also be possible to use this with "lua.(*State).Require" (which has some side effects that are inappropriate for a core library like this) or "lua.(*State).Preload" (which makes even less sense for a core library).
The following standard Lua functions/fields are not provided:
package.config package.cpath package.loadlib package.path package.searchpath
Additionally only one searcher is added to "package.searchers" by default, it tries to load modules from "package.preloaded".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.