Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
luajit
v0.4.0
Luajit
LuaAny
Type
LuaCFunction
LuaDebug
LuaError
LuaGC
LuaHook
LuaLibrary
LuaObject
LuaRef
LuaReg
LuaState
Function
ThreadStatus
LuaStatus
LuaType
Built with Crystal 1.10.0
2023-12-13 17:25:00 UTC
struct
Luajit::
LuaReg
Luajit::LuaReg
Struct
Value
Object
Defined in:
luajit/lua_reg.cr
Constructors
.new
(name : String, function : Pointer(Void) -> Int32)
Instance Method Summary
#function
: LuaCFunction
#name
: String
Constructor Detail
def self.
new
(name : String, function : Pointer(Void) -> Int32)
#
[
View source
]
Instance Method Detail
def
function
:
LuaCFunction
#
[
View source
]
def
name
: String
#
[
View source
]