module LuaCallable

Defined in:

lua/callable.cr

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.__call(state : LibLua::State) : Int32 #

[View source]
def self.__gc(state : LibLua::State) : Int32 #

[View source]
def self.__index(state : LibLua::State) : Int32 #

[View source]
def self.__newindex(state : LibLua::State) : Int32 #

[View source]

Instance Method Detail

def _call(key) #

[View source]
def _index(key : String) #

[View source]
def _newindex(key, val) #

[View source]
def to_lua(stack : Lua::Stack) #

[View source]

Macro Detail

macro _lua_call #

[View source]
macro _lua_new_instance #

[View source]