示例#1
0
 static public int get_m_Items(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_LC_SyncItemList self = (GameFrameworkMessage.Msg_LC_SyncItemList)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.m_Items);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#2
0
 static public int constructor(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_LC_SyncItemList o;
         o = new GameFrameworkMessage.Msg_LC_SyncItemList();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }