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
Built with Crystal 1.9.2
2023-10-08 11:21:19 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
Instance Method Summary
#_call
(key)
#_index
(key : String)
#_newindex
(key, val)
#to_lua
(stack : Lua::Stack)
Macro Summary
_lua_call
_lua_new_instance
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
]