Skip to content

Class SkillIntegrationProps⚓︎

A table of properties for a custom skill's compatibility with other mods.


SkillIntegrationProps.statsWindow properties for Stats Window Extender integration

Fields⚓︎


SkillIntegrationProps.statsWindow⚓︎

properties for Stats Window Extender integration

SkillIntegrationProps.statsWindow : SkillStatsWindowProps {
    subsection: (StatsWindowSubsection|string)?,
    shortenedName: string?,
    visible: (boolean|fun() -> boolean),
    onClick: (function)?,
}