Inheritance: global::ProtoBuf.IExtensible
示例#1
0
 static public int get_m_Exp(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmAddExp self = (GameFrameworkMessage.Msg_CL_GmAddExp)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.m_Exp);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#2
0
 static public int constructor(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmAddExp o;
         o = new GameFrameworkMessage.Msg_CL_GmAddExp();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
示例#3
0
 static public int set_m_Exp(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmAddExp self = (GameFrameworkMessage.Msg_CL_GmAddExp)checkSelf(l);
         int v;
         checkType(l, 2, out v);
         self.m_Exp = v;
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }