Interface MemberGame

This is a type of a single object within the collection "memberGames". A single object describes a single curator game belonging to a single member.

Hierarchy

Properties

memberId: string

Steam ID of the member who has the game.

gameId: number

Steam ID of the game.

playTime: number

Number of hours that member spent playing this game. Important: currently this field is called playtime_forever and is stored as a string.

completionPercentage: number

Completion percentage of a game. (This should not be taken from database but from API exclusively)

achievementsUnlocked: number

Number of achievements that this member unlocked in this game.

mostRecentAchievementDate: Date

Date when member unlocked the most recent achievement. Important: currently this field is called lastUnlocked and is stored as a number (timestamp).

_id: ObjectId

Generated using TypeDoc