Daggerfall:DFRemake/DFELoadDungeonBlock

A UESPWiki – Sua fonte de The Elder Scrolls desde 1995

integer DFELoadDungeonBlock ( LPSTR Filename )

Inputs

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

Outputs

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

Description

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

Example

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