mains

package
v0.0.0-...-d5d086f Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: BSD-3-Clause Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main() error

Main is the entry of this package.

Types

type Lua

type Lua = *lua.LState

Lua is the alias for Lua's state type.

func Clone

func Clone(L Lua) (Lua, error)

Clone makes a copy of Lua instance.

func NewLua

func NewLua() (Lua, error)

NewLua sets up the lua instance with NYAOGS' environment.

type ToLValueT

type ToLValueT interface {
	ToLValue(Lua) lua.LValue
}

ToLValueT is the type which can get lua.LValue

Jump to

Keyboard shortcuts

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