GetModelPath
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the file path to the NIF model for the specified object or calling reference.
Syntax
(Path:string) reference.GetModelPath Object:form
Example
string_var model_path let model_path := GetModelPath Vodka ; model_path == "Clutter\Food\Vodka01.NIF"