LuaFFI class

Constructors

LuaFFI({required String dynamicLibraryPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
luaGetGlobal LuaGetGlobal
latefinal
luaLLoadString LuaLLoadString
latefinal
luaLNewState LuaNewState
map lua function
latefinal
luaLoadFile LuaLoadFile
latefinal
luaOpenLibs LuaOpenLibs
latefinal
luaPcallK LuaPcallK
latefinal
luaPushNumber LuaPushNumber
latefinal
luaPushString LuaPushString
latefinal
luaPushThread LuaPushThread
latefinal
luaRemove LuaRemove
latefinal
luaSetGlobal LuaSetGlobal
latefinal
luaSetTop LuaSetTop
latefinal
luaToBoolean LuaToBoolean
latefinal
luaToInteger LuaToInteger
latefinal
luaToNumberX LuaToNumberX
latefinal
luaToPointer LuaToPointer
latefinal
luaToString LuaToString
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited