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