View Single Post
04/03/14, 10:47 PM   #1
tavi033
Join Date: Apr 2014
Posts: 1
Quest Filter on Map

Hello,

I am looking to add/enable a Quest filter on the map. There is a global constant MAP_FILTER_QUESTS, which makes me hopeful the filter already exist and just needs to be enabled so it can be checked/unchecked.

If not, and I need to go about adding a new custom filter, how would I do that?


Also (off topic), I was also wondering how the modding community discovers the methods that can be called on ESO userdata. For example, in the Esohead markers addon, the author has this bit of code:
Code:
WORLD_MAP_FILTERS.pvePanel:GetPinFilter(pin.."color")
How did this author discover that GetPinFilter was a method he/she could use in this instance?

Thanks!
  Reply With Quote