ESODecoded

GetJournalQuestRepeatType

ESO Lua API function — used by 36 of the 3,030 addons we indexed (combined 16,944,504 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetJournalQuestRepeatType(luaindex journalQuestIndex)

Returns: repeatType

Real usage — from Dolgubon's Lazy Writ Crafter

		--QUEST_REPEAT_REPEATABLE
		if itemId and craftType and craftType ~=0 and GetJournalQuestRepeatType(i)==QUEST_REPEAT_DAILY and (GetJournalQuestType(i) == QUEST_TYPE_CRAFTING or GetJournalQuestType(i) == QUEST_TYPE_HOLIDAY_EVENT ) then
			

Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafterits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Dolgubon's Lazy Writ Crafter9,498,314
LibQuestData4,916,044
Ravalox' Quest Tracker1,460,568
ESO-Database.com Export AddOn272,910
LibCraftText167,985
Harven's Quest Journal118,761