== getAvailableTroop() == ||Usage: ||city.getAvailableTroop() || ||<#F2F2F2 style="padding:0.2em;border-left-width:2px;border-style:solid;border-color:rgb(170, 170, 170); ">Example: ||city.getAvailableTroop() || This function returns a troop bean containing the total count of all troops attached to a city (not just the troops in the city, includes troops marching to or returning from somewhere . {{{ echo "I have a total of {city.getAvailableTroop().carriage} transports assigned to this city" }}} ---- CategoryFunctions