Skip to main content

lua_getgccount

Function lua_getgccount 

Source
pub unsafe fn lua_getgccount(L: *mut lua_State) -> c_int
👎Deprecated since Lua 5.1:

replace with lua_gc(L, LUA_GCCOUNT as _, 0)

Expand description

lua_gc(L, LUA_GCCOUNT as _, 0)