HentaiVerse Monster Database UserScript API - v2.1.1
    Preparing search index...

    Function getCurrentMonstersInformation

    • Get all monsters' information in the round (in order). Only avaliable during the battle

      window.HVMonsterDB.getCurrentMonstersInformation();

      // {
      // mkey_1: { ... }
      // mkey_2: { ... }
      // mkey_3: { ... }
      // ...
      // }

      Returns { [key: string]: HVMonsterDatabase.MonsterInfo | null }