lumars.state

Undocumented in source.

Members

Aliases

LuaCFunc
alias LuaCFunc = lua_CFunction
Undocumented in source.
LuaNumber
alias LuaNumber = lua_Number
Undocumented in source.
LuaValue
alias LuaValue = TaggedUnion!LuaValueUnion

A TaggedUnion of LuaValueUnion which is used to bridge the gap between D and Lua values.

Classes

LuaArgumentException
class LuaArgumentException
Undocumented in source.
LuaException
class LuaException
Undocumented in source.
LuaTypeException
class LuaTypeException
Undocumented in source.

Enums

LuaStatus
enum LuaStatus

An enumeration of various status codes LUA may return.

Structs

LuaNil
struct LuaNil

Used to represent LUA's nil.

LuaState
struct LuaState

A light wrapper around lua_State with some higher level functions for quality of life purposes.

Unions

LuaValueUnion
union LuaValueUnion

See LuaValue

Meta