Open main menu

UESPWiki β

Daggerfall Mod:DFRemake/DFEGetFirst3dObject

< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/DFEGetFirst3dObject)

integer DFEGetFirst3dObject ( )Edit

InputsEdit

None

OutputsEdit

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

DescriptionEdit

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.

ExampleEdit

Local ErrResult as integer
ErrResult = DFEGetFirst3dObject()