GetModelPath
Revision as of 11:26, 14 August 2014 by imported>Odessa (Created. source OBSE docs.)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the file path to the NIF model for the specified object. Added by NVSE 4.1.
Syntax
(Path:string) GetModelPath Object:form
Example
string_var model_path let model_path := GetModelPath Vodka ; model_path == "Clutter\Food\Vodka01.NIF"