PokéRogue
    Preparing search index...

    Interface GetEnumStrValueOptions

    interface GetEnumStrValueOptions {
        base?: number;
        padding?: number;
    }
    Index

    Properties

    Properties

    base?: number

    A numeric base that will be used to convert val into a number. Special formatting will be applied for binary, octal and hexadecimal to add base prefixes, and should be omitted if a string value is passed.

    10

    padding?: number

    The amount of padding to add to the numeral representation.

    0