• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 5 as of 2015-04-23 04:42:19

    Clear message

    getAvailableTroop()

    Usage:

    city.getAvailableTroop()

    Example:

    city.getAvailableTroop()

    This function returns an object with information about the troops attached to a city. It can give the total of all troops, a specific troop, or the troop upkeep in a city. It counts marching troops as well as those idle.

    • echo "I have a total of  {city.getAvailableTroop().carriage} transports assigned to this city"

    The available properties for the object are:

    foodConsumeRate
    ballista  
    batteringRam 
    carriage  
    catapult 
    heavyCavalry 
    lightCavalry 
    militia  
    peasants  
    pikemen  
    scouter  
    swordsmen  
    archer  


    CategoryFunctions