Daggerfall Mod:DFRemake/DFEHas3dObject

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

integer DFEHas3dObject ( )[edit]

Inputs[edit]

None

Outputs[edit]

Returns 1 if there is a valid current 3d object file loaded, and 0 otherwise.

Description[edit]

Use this function to check if there a current 3d object file loaded.

Example[edit]

if ( DFEHas3dObject() ) 
   `Do stuff
endif