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