Variable COMBAT_UI_DIMENSIONS_NUMERICConst
COMBAT_UI_DIMENSIONS_NUMERIC: {
combatLogMaxDesktop: 500;
combatLogMinDesktop: 280;
combatLogMinMobile: 200;
} = ...
Type Declaration
ReadonlycombatLogMaxDesktop: 500
ReadonlycombatLogMinDesktop: 280
ReadonlycombatLogMinMobile: 200
Pre-parsed Numeric Combat UI Dimensions
Performance optimization: Numeric dimension values parsed once at module load. Eliminates repeated parseInt calls for combat UI dimensions.