Daggerfall Mod:DFRemake/Resource - RMLoadDungeonBlock

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

integer RMLoadDungeonBlock ( Filename as String )[edit]

Inputs[edit]

  • Filename: The dungeon block RDB file to load from Blocks.bsa.

Outputs[edit]

Returns 1 on success and 0 on any error.

Description[edit]

Loads the given dungeon block and adds it to the current dungeon.

Example[edit]

  Local Result as integer
  Result = RMLoadDungeonBlock("B0000002.rdb")
  if (not Result) then ExitFunction