Examples of assignFieldToCity()


Examples of civquest.map.MapData.assignFieldToCity()

    if (looseControl) {
      cityID = field.getRulingCity().getID();
      mapData.removeFieldFromCity(field, field.getRulingCity());
    } else {
      City city = mapData.getCity(cityID);
      mapData.assignFieldToCity(field, city);
    }

    notifyAfter();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.