static int GetBagItemData(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         LuaTestMediator3      obj = (LuaTestMediator3)ToLua.CheckObject(L, 1, typeof(LuaTestMediator3));
         LuaInterface.LuaTable o   = obj.GetBagItemData();
         ToLua.Push(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }