Class SkillStatsWindowProps⚓︎
A table of properties for a custom skill's Stats Window Extender integration.
| SkillStatsWindowProps.subsection | localized subsection name to group the skill under in 'Other Skills' (default: nil) |
| SkillStatsWindowProps.shortenedName | a localized shortened name used when the skill is grouped under its subsection (default: full name) |
| SkillStatsWindowProps.visible | whether the skill should be visible in the stats window (default: true) |
| SkillStatsWindowProps.onClick | called when the skill is clicked in the stats window (default: nil) |
Fields⚓︎
SkillStatsWindowProps.subsection⚓︎
localized subsection name to group the skill under in 'Other Skills' (default: nil)
SkillStatsWindowProps.shortenedName⚓︎
a localized shortened name used when the skill is grouped under its subsection (default: full name)
SkillStatsWindowProps.visible⚓︎
whether the skill should be visible in the stats window (default: true)
SkillStatsWindowProps.onClick⚓︎
called when the skill is clicked in the stats window (default: nil)