Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LuaDebugStack ¶
func LuaDebugStack(state *lua.State)
LuaDebugStack outputs the top of the stack and the contents of every location in the stack. This is purely a debugging tool.
func NewLuaEnvironment ¶
func NewLuaEnvironment() *lua.State
NewLuaEnvironment creates a new lua.State with all standard libraries available, in addition to the wad library.
func WadLumpsOpen ¶
WadLumpsOpen adds all lump-related functions to the table located at the top of the stack of the pased lua state.
Types ¶
type Wad ¶
Wad is a stucture that contains all the data necessary to marshall a WAD file.
Click to show internal directories.
Click to hide internal directories.