static int ResetToBegining(IntPtr L) { try { int count = LuaDLL.lua_gettop(L); if (count == 1) { LoopScrollView obj = (LoopScrollView)ToLua.CheckObject <LoopScrollView>(L, 1); obj.ResetToBegining(); return(0); } else if (count == 2) { LoopScrollView obj = (LoopScrollView)ToLua.CheckObject <LoopScrollView>(L, 1); bool arg0 = LuaDLL.luaL_checkboolean(L, 2); obj.ResetToBegining(arg0); return(0); } else { return(LuaDLL.luaL_throw(L, "invalid arguments to method: LoopScrollView.ResetToBegining")); } } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }