• 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
    • Diff for "getAvailableTroop"
    Differences between revisions 5 and 6
    Revision 5 as of 2015-04-23 04:42:19
    Size: 1346
    Editor: Inanna
    Comment:
    Revision 6 as of 2015-04-23 04:43:46
    Size: 1343
    Editor: Inanna
    Comment:
    Deletions are marked like this. Additions are marked like this.
    Line 16: Line 16:
    peasants
    militia
    scouter
    pikemen
    swordsmen
    archer
    lightCavalry
    heavyCavalry
    carriage
    Line 18: Line 27:
    carriage
    Line 20: Line 28:
    heavyCavalry
    lightCavalry
    militia
    peasants
    pikemen
    scouter
    swordsmen
    archer

    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
    peasants 
    militia  
    scouter 
    pikemen  
    swordsmen  
    archer  
    lightCavalry 
    heavyCavalry 
    carriage 
    ballista  
    batteringRam 
    catapult 


    CategoryFunctions

    getAvailableTroop (last edited 2016-01-09 10:48:40 by LKD70)