Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.6
    Preparing search index...

    Function isValidBaseExtension

    • 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.

      기본확장배수검증