Exemplo n.º 1
0
 public void Replace(DatabaseCellUpdate input)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_1(swigCPtr, DatabaseCellUpdate.getCPtr(input));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void Push(DatabaseCellUpdate input, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Push(swigCPtr, DatabaseCellUpdate.getCPtr(input), file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public void Replace(DatabaseCellUpdate input, DatabaseCellUpdate filler, uint position, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_0(swigCPtr, DatabaseCellUpdate.getCPtr(input), DatabaseCellUpdate.getCPtr(filler), position, file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }