QuestSetIconPath

Parameters
whichQuest quest

The quest to modify.

iconPath string

The path of the new icon.

comment

Sets the icon of a quest displayed next to the title in the quest menu.

note

This will only show if the quest is enabled (see QuestSetEnabled) and discovered (see QuestSetDiscovered).

note

When a null or empty icon path is set, the quest icon will render as a fallback full green graphic.

note

A null or empty icon path is set on default.

note

The icon path of a quest will only be re-rendered after the quest menu is re-opened or when an update is forced (see ForceQuestDialogUpdate).

patch

1.00

Source
common.j
return type
nothing
Source code
native QuestSetIconPath     takes quest whichQuest, string iconPath returns nothing