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