GetIconPath

From GECK
Jump to: navigation, search


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.

Syntax

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

See Also