GetMessageIconPath

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns Message Icon (also known as "small icon") path of a Form. When passing an Armor form, optional argument must be used to specify male/female icon.

Syntax

[help]
(string_var) GetMessageIconPath form:baseform isFemale:int(0/1)

Example

string_var ssMessagePath = GetMessageIconPath SSBottleFull

See Also