Daggerfall Mod:DFRemake/DFEGetRegionName

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

string DFEGetRegionName ( DWORD RegionIndex )[edit]

Inputs[edit]

  • RegionIndex: The region to get the name of.

Outputs[edit]

Returns the given region name.

Description[edit]

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

Example[edit]

  RegionName$ = DFEGetRegionName(15)