View Single Post
09/25/18, 03:49 AM   #1
Gandalf
 
Gandalf's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2016
Posts: 28
Exclamation v4.1.10 zo_iconTextFormat

Since yesterdays patch v4.1.10 zo_iconTextFormat shows a strange behavior while doing localization testing:

My ESO clients native language is English. So I use /script SetCVar("language.2", xx) to test German and French.

While having /script SetCVar("language.2", "en") or /script SetCVar("language.2", "de") active
Code:
/script d(zo_iconTextFormat("EsoUI/Art/MapPins/AvA_largeKeep_Aldmeri.dds",40,40))
> returns the yellow keepicon as expected

But when /script SetCVar("language.2", "fr") is active
Code:
/script d(zo_iconTextFormat("EsoUI/Art/MapPins/AvA_largeKeep_Aldmeri.dds",40,40))
> returns an empty string!

There very similar API function zo_iconFormatInheritColor()
Code:
/script d(zo_iconFormatInheritColor("EsoUI/Art/MapPins/AvA_largeKeep_Aldmeri.dds",40,40))
> returns the correct icon

Also, the behavior on the pts is correct.

Can someone confirm this behavior? Otherwise my client must have got corrupted a very strange way.

Thanks

Oops, picked the wrong forum sorry

Last edited by Gandalf : 09/25/18 at 04:20 AM. Reason: wrong forum
  Reply With Quote