Tao.Lua.Lua.lua_getgccount C# (CSharp) Method

lua_getgccount() public static method

public static lua_getgccount ( lua_State L ) : int
L lua_State
return int
        public static int lua_getgccount(lua_State L)
        {
            return lua_gc(L, LUA_GCCOUNT, 0);
        }
Lua