Thread: Compass Events
View Single Post
08/02/14, 03:46 PM   #22
unLeashed3k
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 33
I keep getting more and more confused then; so this code does not work? It's been my foundation on attempting to get the pins/markers/anything off the compass.


Lua Code:
  1. for i = 1, ZO_CompassContainer:GetNumChildren() do
  2.    local control = ZO_CompassContainer:GetChild(i)
  3.    if control:GetName() == "whatever" then --I have no idea what is the name of compass pin, so...
  4.    end
  5. end
  Reply With Quote