QuestItemSetCompletedBJ

Parameters
whichQuestItem questitem
completed boolean
return type
nothing
Source code
function QuestItemSetCompletedBJ takes questitem whichQuestItem, boolean completed returns nothing
    call QuestItemSetCompleted(whichQuestItem, completed)
endfunction
Source
Blizzard.j
wc3modding.com
QuestItemSetCompletedBJ