示例#1
0
    public RakNetListDatabaseCellUpdate CopyData(RakNetListDatabaseCellUpdate original_copy)
    {
        RakNetListDatabaseCellUpdate ret = new RakNetListDatabaseCellUpdate(RakNetPINVOKE.RakNetListDatabaseCellUpdate_CopyData(swigCPtr, RakNetListDatabaseCellUpdate.getCPtr(original_copy)), false);

        if (RakNetPINVOKE.SWIGPendingException.Pending)
        {
            throw RakNetPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
 private void UpdateRowHelper(string tableName, string updatePassword, RowUpdateMode updateMode, bool hasRowId, uint rowId, RakNetListDatabaseCellUpdate cellUpdates, byte numCellUpdates, SystemAddress systemAddress, bool broadcast)
 {
     RakNetPINVOKE.LightweightDatabaseClient_UpdateRowHelper(swigCPtr, tableName, updatePassword, (int)updateMode, hasRowId, rowId, RakNetListDatabaseCellUpdate.getCPtr(cellUpdates), numCellUpdates, SystemAddress.getCPtr(systemAddress), broadcast);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public RakNetListDatabaseCellUpdate(RakNetListDatabaseCellUpdate original_copy) : this(RakNetPINVOKE.new_RakNetListDatabaseCellUpdate__SWIG_1(RakNetListDatabaseCellUpdate.getCPtr(original_copy)), true)
 {
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }