Cfg:GetCountryCodeString: Difference between revisions

Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00090080] |- | 1 | u16 Country-Code ID (table index) |- | 2 | 2-character Countr..."
 
Subv (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
|-
|-
| 0
| 0
| Header code [0x00090080]
| Header code [0x00090040]
|-
|-
| 1
| 1
| u16 Country-Code ID (table index)
| u16 Country-Code ID (table index)
|-
| 2
| 2-character Country-Code string
|}
|}


Line 26: Line 23:
| 1
| 1
| Result code
| Result code
|-
| 2
| 2-character Country-Code string
|}
|}


=Description=
=Description=
This writes the specified string into the entry[inputindex], for the Country-Code table. The input index must be <0xBB.
This returns the Country-Code string for the specified Country-Code ID(table-index). The input index must be < 0xBB. If the input index is >= 0xBB or is of an invalid country, the result code will be 0xD90103FA. You can find a list of country codes and indices at [[Country Code List]].