lmodpackage

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2017 License: Zlib Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(l *lua.State) int

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL