Difference between revisions of "NifGetPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: This is a command from Category:NifSE. '''Syntax''' (string:FilePath) NifGetPath short:NifID Returns the file path (relative to the Oblivion\Data\Meshes\ folder) of the particular...)
 
imported>DragoonWraith
Line 9: Line 9:
* [[NifGetOriginalPath]]
* [[NifGetOriginalPath]]


[[Category:NifSE|NifGetPath]]
[[Category:NifSE|GetPath]]

Revision as of 20:40, 24 April 2010

This is a command from NifSE.

Syntax

(string:FilePath) NifGetPath short:NifID

Returns the file path (relative to the Oblivion\Data\Meshes\ folder) of the particular nif that the NifID refers to. Note that for writable nifs, this will differ from the file path given to NifOpen, so this function must be used in order to get that file path for use. NifGetOriginalPath will return the file path given to NifOpen, if desired.

See Also