Runtime validation helper for base extension multiplier.
Ensures that the provided baseExtension value respects the documented range
of 0.0 to 1.5. This should be used when loading or constructing technique
configurations from dynamic sources (e.g. JSON, network, editors).
Korean: 기본 확장 배수 검증
Parameters
baseExtension: number
The base extension multiplier to validate.
Returns boolean
true if the value is within the inclusive range [0.0, 1.5], otherwise false.
Runtime validation helper for base extension multiplier.
Ensures that the provided baseExtension value respects the documented range of 0.0 to 1.5. This should be used when loading or constructing technique configurations from dynamic sources (e.g. JSON, network, editors).
Korean: 기본 확장 배수 검증