GetIconPath
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the file path to the DDS icon texture for the specified object or calling reference.
Syntax
(Path:string) reference.GetIconPath Object:form
Example
string_var icon_path let icon_path := GetIconPath Vodka ; icon_path == "Interface\Icons\PipboyImages\Items\items_vodka.dds"