GetIconPath

From the Fallout3 GECK Wiki
Revision as of 12:35, 14 August 2014 by imported>Odessa (Created. source OBSE docs + me)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
(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"

See Also