Exemple #1
0
 public BulletTypeSet(BulletTypeSet other) : this(bwapiPINVOKE.new_BulletTypeSet__SWIG_1(BulletTypeSet.getCPtr(other)), true)
 {
     if (bwapiPINVOKE.SWIGPendingException.Pending)
     {
         throw bwapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public BulletTypeSetEnumerator(BulletTypeSet collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <BulletType>(collection.Values);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public static BulletTypeSet allBulletTypes() {
   BulletTypeSet ret = new BulletTypeSet(bwapiPINVOKE.allBulletTypes(), false);
   return ret;
 }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BulletTypeSet obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }