Size: 1020
Comment:
|
← Revision 2 as of 2014-11-15 03:07:28 ⇥
Size: 1020
Comment:
|
No differences found! |
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