Open main menu

UESPWiki β

Daggerfall Mod:DFRemake/DFELoadDungeonBlock

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

integer DFELoadDungeonBlock ( LPSTR Filename )Edit

InputsEdit

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

OutputsEdit

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

DescriptionEdit

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

ExampleEdit

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