Daggerfall Mod:DFRemake/Resource - RMMakeDungeonBlockFilename
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/Resource - RMMakeDungeonBlockFilename)
string RMMakeDungeonBlockFilename ( DWORD BlockIndex, BYTE BlockChar )[edit]
Inputs[edit]
- BlockIndex: The dungeon block index (0-999).
- BlockChar: The dungeon block character (N/W/L/S/B/M).
Outputs[edit]
Returns the created block filename. Returns an empty string on any error.
Description[edit]
Creates a dungeon block filename (RDB) found in the Blocks.bsa file.
Example[edit]
Filename$ = RMMakeDungeonBlockFilename(19, 'N')