Skip to content

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.subsection : (StatsWindowSubsection|string)?

SkillStatsWindowProps.shortenedName⚓︎

a localized shortened name used when the skill is grouped under its subsection (default: full name)

SkillStatsWindowProps.shortenedName : string?

SkillStatsWindowProps.visible⚓︎

whether the skill should be visible in the stats window (default: true)

SkillStatsWindowProps.visible : (boolean|fun() -> boolean)

SkillStatsWindowProps.onClick⚓︎

called when the skill is clicked in the stats window (default: nil)

SkillStatsWindowProps.onClick : (function)?