Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lua
master
Liblua
Lua
CALL
Callable
Coroutine
ErrorHandlerError
FileError
Function
LuaError
MemoryError
Object
Reference
RuntimeError
Stack
StackMixin
Chunk
ClassSupport
CoroutineSupport
ErrorHandling
Registry
StandardLibraries
TableSupport
Type
Util
SyntaxError
Table
Type
TYPE
LuaCallable
LuaConvert
Generated using Crystal 1.16.3
2025-11-21 12:55:49 UTC
module
LuaCallable
Defined in:
lua/callable.cr
Class Method Summary
.__call
(state : LibLua::State) : Int32
.__gc
(state : LibLua::State) : Int32
.__index
(state : LibLua::State) : Int32
.__newindex
(state : LibLua::State) : Int32
Macro Summary
_lua_call
_lua_new_instance
Instance Method Summary
#_call
(key)
#_index
(key : String)
#_newindex
(key, val)
#to_lua
(stack : Lua::Stack)
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
]
Macro Detail
macro
_lua_call
#
[
View source
]
macro
_lua_new_instance
#
[
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
]