public UnitTypeIntMap(UnitTypeIntMap other) : this(bwapiPINVOKE.new_UnitTypeIntMap__SWIG_1(UnitTypeIntMap.getCPtr(other)), true) { if (bwapiPINVOKE.SWIGPendingException.Pending) { throw bwapiPINVOKE.SWIGPendingException.Retrieve(); } }
public UnitTypeIntMapEnumerator(UnitTypeIntMap collection) { collectionRef = collection; keyCollection = new global::System.Collections.Generic.List <UnitType>(collection.Keys); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public UnitTypeIntMap requiredUnits() { UnitTypeIntMap ret = new UnitTypeIntMap(bwapiPINVOKE.UnitType_requiredUnits(swigCPtr), false); return ret; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UnitTypeIntMap obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public UnitTypeIntMap requiredUnits() { UnitTypeIntMap ret = new UnitTypeIntMap(bwapiPINVOKE.UnitType_requiredUnits(swigCPtr), false); return(ret); }