Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadPlugins ¶
func LoadPlugins(L *lua.LState, plugins []PreloadFunc) error
func LoadPluginsFromDir ¶
Types ¶
type PreloadFunc ¶
type PreloadFunc func(L *lua.LState)
func ReadPluginDir ¶
func ReadPluginDir(dirpath string) ([]PreloadFunc, error)
Click to show internal directories.
Click to hide internal directories.