Exemple #1
0
  public boolean destroy(final ABPortal portal) {
    // See if we can remove the portal.
    if (!remove(portal)) return false;

    // Now, make it self destruct.
    portal.destroyEntities(false);
    return true;
  }