module

Lua::StackMixin::Registry

Instance methods

rawgeti(ref)

Retrieves an object referred by reference.

Source
reference(pos)

Creates a reference in registry to object at pos is a stack. It copies a value to stack top, places top element to registry and removes it from the stack. Returns a reference.

Source
unref(ref)

Frees a reference and its associated object.

Source