Gaming
 

Libram.requestRecord

From WoWWiki

This article is a part of the documentation of the Libram function library

	--[[
	--	requestRecord(questID)
	--		Returns a table containing all of the 
	--		information regarding a particular quest. 
	--
	--	args:
	--		questID - questID matching the quest id
	--			given in requestHistory()
	--
	--	returns:
	--		table - LibramRecord - the record of that quest
	--		nil - record unavailable
	--		
	--]]