package plugins
Variables
GamePluginRegistry
[]reflect.Type{}
Functions
RegenerateAPI
func RegenerateAPI() error
Types
LuaVM
struct
type LuaVM struct {
PluginPath string
// Has unexported fields.
}
LaunchPlugins
func LaunchPlugins(assets *assets.Database) ([]*LuaVM, error)
LuaVM.InvokeGlobalFunction
func (vm *LuaVM) InvokeGlobalFunction(name string)