abstract class Lua::Object

Direct Known Subclasses

Defined in:

lua/object.cr
lua/stack/class_support.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(stack : Stack, ref : Int32 | Nil) #

[View source]

Instance Method Detail

def ref : Int32? #

[View source]
def release(stack = @stack) #

Removes a reference to this Lua object. It is not be possible to retrieve the object after it is being released.


[View source]

Macro Detail

macro methods #

[View source]