Inheritance: global::ProtoBuf.IExtensible
Beispiel #1
0
 static public int get_m_RollNum(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_PublishNotice self = (GameFrameworkMessage.Msg_CL_PublishNotice)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.m_RollNum);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #2
0
 static public int constructor(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_PublishNotice o;
         o = new GameFrameworkMessage.Msg_CL_PublishNotice();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #3
0
 static public int set_m_RollNum(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_PublishNotice self = (GameFrameworkMessage.Msg_CL_PublishNotice)checkSelf(l);
         int v;
         checkType(l, 2, out v);
         self.m_RollNum = v;
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }