View Single Post
01/16/20, 10:03 AM   #3
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
Originally Posted by Baertram View Post
The only possible way I could think of would be to get the name and then use zo_strformat to format the gender afterwards, via the modificators:
https://wiki.esoui.com/How_to_format...h_zo_strformat

I guess ingame it will always be the character's gender as you said.

I guess you need to test if this works.

Edit:
Or you'll overwrite GetUnitGender with your own function and return the desired gender for your test purposes!
Maybe it is used internally as well and works.
Thanks for your ideas but overriding the GetUnitGender() does not affected the GetSkillLineInfo() method. I've also tried to format the line name with zo_strformat but also without luck.

I'm currently trying to get the data from the SKILLS_DATA_MANAGER object.

Keldor
  Reply With Quote