menu
flutter_embed_lua package
documentation
lua_bindings.dart
LuaBindings
lua_pushinteger method
lua_pushinteger method
dark_mode
light_mode
lua_pushinteger
method
void
lua_pushinteger
(
Pointer
<
lua_State
>
L
,
int
n
)
Implementation
void lua_pushinteger(ffi.Pointer<lua_State> L, int n) { return _lua_pushinteger(L, n); }
flutter_embed_lua package
documentation
lua_bindings
LuaBindings
lua_pushinteger method
LuaBindings class