AchievementBlocks

data class AchievementBlocks(val achievementId: Int, val unlockTime: List<Int>)

A Block of achievements with the timestamp of when the achievement (in order of the schema) is unlocked.

Parameters

achievementId

the achievement id.

unlockTime

a List of integers containing when an achievement was unlocked. An unlockTime of 0 means it has not been achieved, unlocked achievements are displayed as valve-timestamps.

Constructors

Link copied to clipboard
constructor(achievementId: Int, unlockTime: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard