Daggerfall Mod:DFRemake/DFEGetFirst3dTexture
< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/DFEGetFirst3dTexture)integer DFEGetFirst3dTexture ( )Edit
InputsEdit
None
OutputsEdit
Returns -1 if there are no textures to iterate through in the current object. On success it returns the combined texture and image index (see DFEGetNext3dTexture for details).
DescriptionEdit
Use this function to begin iterating through all different textures in the currently loaded 3d object.
ExampleEdit
Local TexValue as integer TexValue = DFEGetFirst3dTexture() if (TexValue = -1) then End