== GetTechLevel(typeId) == ||Usage: ||city.getTechLevel(ResearchType) || ||<#F2F2F2 style="padding:0.2em;border-left-width:2px;border-style:solid;border-color:rgb(170, 170, 170); ">Example: ||city.getTechLevel(14) || This function returns the specified technology research level. For example to see what level archery you have: . {{{ echo "I have archery level {city.getTechLevel(14)}" }}} See also: ResearchTypes ---- CategoryFunctions