hasTech(typeId,level)
Usage: |
city.hasTech(typeId,level) |
Example: |
city.hasTech(2,5) |
This function checks if you have the specified technology researched to at least the specified level. For example to see if you have archery at level 8 or higher:
if city.hasTech(14,8) echo "Yup, I have archery level 8+." if !city.hasTech(14,8) echo "Nope, my archery is not yet level 8."
See also: ResearchTypes