frontend
    Preparing search index...

    Variable CPU_DIFFICULTY_OPTIONSConst

    CPU_DIFFICULTY_OPTIONS: readonly [
        { label: "easy"; value: 0 },
        { label: "normal"; value: 1 },
        { label: "hard"; value: 2 },
    ] = ...

    CPU difficulty options for Speed settings.