Daggerfall Mod:DFRemake/Resource - RMInitObjects

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

integer RMInitObjects ( )[edit]

Inputs[edit]

None

Outputs[edit]

Returns 1 on success and 0 on failure. On failure the program should be aborted.

Description[edit]

Call this program once at startup to initialize the object resource manager.

Example[edit]

  Local Result as integer

  Result = RMInitObjects()
  if (not Result) then End