SetIconPath

From the Fallout3 GECK Wiki
Revision as of 11:38, 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

Sets the file path to the DDS icon texture for the specified object or calling reference. Added by NVSE 4.1.

Syntax

[help]
(none) reference.SetIconPath NewPath:string Object:form

Example

SetIconPath "MyCoolMod\Icons\new_icon_vodka.dds", Vodka

See Also