Thread Tools Display Modes
06/24/14, 03:30 PM   #1
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 58
ZO_CompassFrame Question

I'm trying to find the POI compass frame icons, quest arrows, Wayshrines, Doors etc.. so that i can scale them.... like the name that ZO has given them

ie: compass frame -->

ZO_CompassFrame:SetScale()

-->
???
ZO_CompassFramePOIIcons:SetScale()
i have no idea what its called and i cant find it in the raw dump
???

the only reference i could find was ZO_CompassPoiPinAnimationOutUpdate and i believe that is for when the icons are about to disappear off the bar

Thank You

Last edited by SkOODaT : 06/24/14 at 03:33 PM.
  Reply With Quote
06/29/14, 07:18 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by SkOODaT View Post
I'm trying to find the POI compass frame icons, quest arrows, Wayshrines, Doors etc.. so that i can scale them.... like the name that ZO has given them

ie: compass frame -->

ZO_CompassFrame:SetScale()

-->
???
ZO_CompassFramePOIIcons:SetScale()
i have no idea what its called and i cant find it in the raw dump
???

the only reference i could find was ZO_CompassPoiPinAnimationOutUpdate and i believe that is for when the icons are about to disappear off the bar

Thank You
I'm trying to find out how to scale pins as well, but all I have found is:
Lua Code:
  1. COMPASS.container:SetScaleCoefficients(pinTypeId, leadingCoefficient, coefficient, constant)
I'm not really sure how it works as there is no documantation or sample code. Default values are:
pinTypeId = http://wiki.esoui.com/Globals#MapDisplayPinType
leadingCoefficient = 0
coefficient = -22
constant = 2
  Reply With Quote
06/29/14, 11:56 AM   #3
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 58
awesome ty for info i will try this out today


** Yea I gave it a go and I have no idea either lol doesn't seem like anything does anything lol

*** found this tho it may help what is that first thing pinSize

wiki.esoui.com/UI_XML#CompassPinType

Last edited by SkOODaT : 06/29/14 at 04:39 PM.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » ZO_CompassFrame Question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off