Open main menu

UESPWiki β

Daggerfall Mod:DFRemake/DFEGetRegionName

< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/DFEGetRegionName)

string DFEGetRegionName ( DWORD RegionIndex )Edit

InputsEdit

  • RegionIndex: The region to get the name of.

OutputsEdit

Returns the given region name.

DescriptionEdit

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

ExampleEdit

  RegionName$ = DFEGetRegionName(15)