Difference between revisions of "NifGetPath"

Jump to navigation Jump to search
No change in size ,  11:30, 31 August 2010
no edit summary
imported>DragoonWraith
imported>DragoonWraith
 
Line 2: Line 2:


'''Syntax'''
'''Syntax'''
  (string:FilePath) NifGetPath short:NifID
  (string:filePath) NifGetPath short:nifID


Returns the file path (relative to the <tt>Oblivion\Data\Meshes\</tt> 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.
Returns the file path (relative to the <tt>Oblivion\Data\Meshes\</tt> 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.

Navigation menu