Daggerfall Mod:DFRemake/DFEGetFirst3dObject

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

integer DFEGetFirst3dObject ( )[edit]

Inputs[edit]

None

Outputs[edit]

Returns 1 on success and 0 if there are no objects to iterate through.

Description[edit]

Use this function to start iterating through all 3d objects in the arch3d.bas file. The Bsa directory is read if it has not yet been input. See DFEGetNext3dObject for more information.

Example[edit]

Local ErrResult as integer
ErrResult = DFEGetFirst3dObject()