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