Beispiel #1
0
 public void SetRange(int index, PositionVector values)
 {
     bwapiPINVOKE.PositionVector_SetRange(swigCPtr, index, PositionVector.getCPtr(values));
     if (bwapiPINVOKE.SWIGPendingException.Pending)
     {
         throw bwapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public PositionVector(PositionVector other) : this(bwapiPINVOKE.new_PositionVector__SWIG_1(PositionVector.getCPtr(other)), true)
 {
     if (bwapiPINVOKE.SWIGPendingException.Pending)
     {
         throw bwapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }