<?xml version="1.0" encoding="utf-8"?>
<s1 title="getCarryingLoad"><p>This function will calculate the quantity of resources a specified troopBean object can carry 0 miles based upon current logistics tech. Usage: </p>
<p></p>
<source><![CDATA[city.getCarryingLoad(troopBean)]]></source><p></p>
<s2 id="Example:" title="Example:">
<p></p>
<source><![CDATA[troopBean = GetTroops("t:100k")
// converts troop string into troopBean object

echo city.getCarryingLoad(troopBean)
// outputs the quantity of res your specified troopBean object can carry 0 miles based on logistics tech]]></source><p></p>
</s2>
<s2 id="Related Functions:" title="Related Functions:">
<p><jump href="/wiki/GetTroops">GetTroops</jump>() </p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/CategoryFunctions">CategoryFunctions</jump> </p>
</s2></s1>