Daggerfall Mod:DFRemake/Resource - Objects

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

This page describes the part of the Resource Manager dedicated to loading and caching 3d objects (arch3d.bsa).


General Design[edit]

RMObjects() List[edit]

RMObjects() is a global list containing all the currently cached objects. The list should only be accessed read only for object info (don't manually write data in the list unless you are familiar with things). Use the available functions for adding/removing objects from the cache.


Public Functions[edit]

The following are the publicly available object resource manager functions can be used.