Daggerfall Mod:DFRemake/Resource - RMLoadDungeonBlock
< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/Resource - RMLoadDungeonBlock)integer RMLoadDungeonBlock ( Filename as String )Edit
InputsEdit
- Filename: The dungeon block RDB file to load from Blocks.bsa.
OutputsEdit
Returns 1 on success and 0 on any error.
DescriptionEdit
Loads the given dungeon block and adds it to the current dungeon.
ExampleEdit
Local Result as integer Result = RMLoadDungeonBlock("B0000002.rdb") if (not Result) then ExitFunction