QuestItemSetCompleted
- Parameters
whichQuestItem questitemThe quest item to modify.
completed booleanThe new completed state.
truefor completed,falsefor incompleted.- comment
Sets the completed state of a quest item.
- note
Quest items are incompleted on default.
- note
The quest item completed state will only be re-rendered after the quest is reselected, the quest menu is re-opened, or when an update is forced (see
ForceQuestDialogUpdate).- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native QuestItemSetCompleted takes questitem whichQuestItem, boolean completed returns nothing