Abrir menu principal

UESPWiki β

Alterações

Daggerfall:DFRemake/DFEGetRegionName

375 bytes adicionados, 22h12min de 25 de abril de 2010
m
Reverted edits by 85.114.133.43 (Talk) to last version by Timenn
{{Trail|DFRemake}}
== string DFEGetRegionName ( DWORD RegionIndex ) ==

=== Inputs ===
*'''RegionIndex''': The region to get the name of.

=== Outputs ===
Returns the given region name.

=== Description ===
Use this function to access the name of a region. If available, the appropriate language will be used.

=== Example ===
RegionName$ = DFEGetRegionName(15)

__NOTOC__