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

    Function ensureStanceTransitionsInitialized

    • Ensure stance transitions have been initialized.

      Korean: 전환이미초기화확인

      This helper provides a convenient way for application startup code to lazily initialize the stance transition matrix without performing any work at module load time. It is safe to call multiple times; transitions will only be generated on the first call when the internal map is still empty.

      Returns void

      // During app startup or before using stance transitions
      ensureStanceTransitionsInitialized();

      전환이미초기화확인