• 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 "getCarryingLoad"
    Differences between revisions 2 and 3
    Revision 2 as of 2013-07-31 04:54:30
    Size: 52
    Editor: tech
    Comment:
    Revision 3 as of 2013-07-31 05:03:43
    Size: 308
    Editor: tech
    Comment:
    Deletions are marked like this. Additions are marked like this.
    Line 2: Line 2:
    Describe city here. troops = "t:100k"
    troopBean = GetTroops(troops)
    // converts troop string into troopBean object
    carryingLoad = city.getCarryingLoad(troopBean)
    // the quantity of res your specified troopBean object can carry 0 miles based on logistics tech
    ----
    CategoryScriptingLanguage

    troops = "t:100k" troopBean = GetTroops(troops) // converts troop string into troopBean object carryingLoad = city.getCarryingLoad(troopBean) // the quantity of res your specified troopBean object can carry 0 miles based on logistics tech


    CategoryScriptingLanguage

    getCarryingLoad (last edited 2014-02-10 18:28:32 by Inanna)