public void Replace(DatabaseCellUpdate input) { RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_1(swigCPtr, DatabaseCellUpdate.getCPtr(input)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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(); } }