diff ObjectiveInfo.lua @ 6:589de8ea05b9

- validate tracked objects' existence by use of those handler.Info tables we made - apply collision checking to action buttons when their corresponding entry has scrolled out
author Nenue
date Fri, 01 Apr 2016 01:30:42 -0400
parents e9b61fd5f607
children 7923243ae972
line wrap: on
line diff
--- a/ObjectiveInfo.lua	Thu Mar 31 15:58:08 2016 -0400
+++ b/ObjectiveInfo.lua	Fri Apr 01 01:30:42 2016 -0400
@@ -121,6 +121,11 @@
   end
 end
 
+AutoQuest.GetInfo = function(watchIndex)
+  return Quest.GetInfo(watchIndex)
+end
+
+
 Cheevs.GetNumWatched = function(self)
   Cheevs.trackedCheevs = {GetTrackedAchievements()}
   return GetNumTrackedAchievements()