luad.base

Undocumented in source.

Members

Enums

LuaType
enum LuaType

Enumerates all Lua types.

Structs

LuaObject
struct LuaObject

Represents a reference to a Lua value of any type. It contains only the bare minimum of functionality which all Lua values support. For a generic reference type with more functionality, see $(DPREF dynamic,LuaDynamic).

Nil
struct Nil
Undocumented in source.

Variables

nil
Nil nil;

Special value representing the Lua type and value nil.

Meta