GetIconPath
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the file path to the DDS icon texture for the specified object or calling reference. Added by NVSE 4.1.
Syntax
(Path:string) reference.GetIconPath Object:form
Example
string_var icon_path let icon_path := GetIconPath Vodka ; model_path == "Interface\Icons\PipboyImages\Items\items_vodka.dds"