PokéRogue
    Preparing search index...

    Holds all objects related to an ability for each iteration

    interface AbilityContainer {
        ability: Ability | null;
        descriptionText: Text | null;
        labelImage: Image;
        nameText: Text | null;
    }
    Index

    Properties

    ability: Ability | null

    The ability object

    descriptionText: Text | null

    The text object displaying the description of the ability

    labelImage: Image

    An image displaying the summary label

    nameText: Text | null

    The text object displaying the name of the ability