Returns info about whether a quest with a given ID can be abandoned
See also Quest functions.
Signature:
CanAbandon
=
CanAbandonQuest(questID)
Arguments:
questID
- A quest's ID (number
, blizzid)
Returns:
CanAbandon
- A boolean value representing whether the quest can be abandoned or not. (boolean
)