Open main menu

UESPWiki β

Daggerfall Mod:DFRemake/Resource - RMInitObjects

< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/Resource - RMInitObjects)

integer RMInitObjects ( )Edit

InputsEdit

None

OutputsEdit

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

DescriptionEdit

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

ExampleEdit

  Local Result as integer

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