ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   ZO_CompassFrame Question (https://www.esoui.com/forums/showthread.php?t=1838)

SkOODaT 06/24/14 03:30 PM

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

Garkin 06/29/14 07:18 AM

Quote:

Originally Posted by SkOODaT (Post 9648)
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

SkOODaT 06/29/14 11:56 AM

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


All times are GMT -6. The time now is 04:37 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI