Daggerfall Mod:DFRemake/Resource - RMInitDungeon

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

integer RMInitDungeon ( )[edit]

Inputs[edit]

None

Outputs[edit]

Returns 1 on success, 0 on error.

Description[edit]

Initializes the dungeon resource manager. Call once at program startup. If the function returns failure the program should be aborted.

Example[edit]

  Local Result as integer
  Result = RMInitDungeon()
  if (not Result) then End