Cfg:GetCountryCodeID: Difference between revisions
m moved Cfg:GetCountryCodeString to Cfg:GetCountryCodeID |
m Added link to country code list |
||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
This goes through the Country-Code table, which contains 0xBB entries. When an entry is found which contains a 2-character string, matching the input string, the u16 Country-Code ID/table-index is written to the output field. Otherwise, the output value is 0xFF. | This goes through the Country-Code table, which contains 0xBB entries. When an entry is found which contains a 2-character string, matching the input string, the u16 Country-Code ID/table-index is written to the output field. Otherwise, the output value is 0xFF. You can find a list of country codes and indices at [[Country Code List]]. |