Daggerfall Mod:DFRemake/DFELoadDungeonBlock

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

integer DFELoadDungeonBlock ( LPSTR Filename )[edit]

Inputs[edit]

  • Filename: The RDB file to load, ex: "N0000019.RDB". Not case sensitive.

Outputs[edit]

Returns DFERR_SUCCESS on success or the error code on any error.

Description[edit]

Attempt to load a RDB dungeon block from the blocks.bsa file.

Example[edit]

  Local ErrResult as integer
 
  ErrResult = DFELoadDungeonBlock("N0000019.RDB")
  if (ErrResult <> DFERR_SUCCESS) then End