SaveQuestHandleBJ

Parameters
whichQuest quest
key integer
missionKey integer
table hashtable
comment
patch

1.24a

Source
Blizzard.j
return type
boolean
Source code
function SaveQuestHandleBJ takes quest whichQuest, integer key, integer missionKey, hashtable table returns boolean
    return SaveQuestHandle(table, missionKey, key, whichQuest)
endfunction