static int ToInit(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); UITween obj = (UITween)ToLua.CheckObject(L, 1, typeof(UITween)); obj.ToInit(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }