Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias PlayerAchievement

    type PlayerAchievement = {
        achieved: PlayerAchievementStatus;
        apiname: string;
        unlocktime: number;
    }
    Index

    Properties

    achieved: PlayerAchievementStatus

    Integer to be used as a boolean value indicating whether the achievement has been unlocked by the user.

    apiname: string

    String containing the ID of the achievement.

    unlocktime: number

    A Unix timestamp of the date when the achievement was unlocked.