NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

NiImage

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiImage
Use External byte 0 if the texture is internal to the NIF file.
File Name FilePath useExternal != 0 The filepath to the texture.
Image Data Ref<NiRawImageData> useExternal == 0 Link to the internally stored image data.
Unknown Int uint Unknown. Often seems to be 7. Perhaps m_uiMipLevels?
Unknown Float float Unknown. Perhaps fImageScale? 3.1

Parent Of