Method Quest:GetType [-] [+]
Returns the Quest's type.
Below are [QuestInfo]s off of 3.3.5a
| QuestInfo | ID | Comment |
|---|---|---|
| QUEST_INFO_ELITE | 1 | |
| QUEST_INFO_LIFE | 21 | |
| QUEST_INFO_PVP | 41 | |
| QUEST_INFO_RAID | 62 | |
| QUEST_INFO_DUNGEON | 81 | |
| QUEST_INFO_WORLD_EVENT | 82 | |
| QUEST_INFO_LEGENDARY | 83 | |
| QUEST_INFO_ESCORT | 84 | |
| QUEST_INFO_HEROIC | 85 | |
| QUEST_INFO_RAID_10 | 88 | |
| QUEST_INFO_RAID_25 | 89 |
Synopsis
type = Quest:GetType()
Arguments
None.
Returns
number typeValid numbers: integers from 0 to 4,294,967,295.