GetItemHotkeyIconPath

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.65.

Description

Returns the item's hotkey override texture path set by SetItemHotkeyIconPath, if present. If not, will return the regular path (i.e what GetTexturePath would return).

If bOnlyReturnOverride is 1, will return the override texture path set by SetItemHotkeyIconPath, or an empty string if no override was made.

Syntax

[help]
(path:string) GetItemHotkeyIconPath item:baseForm bOnlyReturnOverride:int{0} 

See Also