LeaderboardDisplayType
Swift
public enum LeaderboardDisplayType: CUnsignedInt, Sendable
Steamworks ELeaderboardDisplayType
Topics
case none
case none
Steamworks k_ELeaderboardDisplayTypeNone
Declaration
Swift
case none = 0
case numeric
case numeric
Steamworks k_ELeaderboardDisplayTypeNumeric
Declaration
Swift
case numeric = 1
case timeSeconds
case timeSeconds
Steamworks k_ELeaderboardDisplayTypeTimeSeconds
Declaration
Swift
case timeSeconds = 2
case timeMilliSeconds
case timeMilliSeconds
Steamworks k_ELeaderboardDisplayTypeTimeMilliSeconds
Declaration
Swift
case timeMilliSeconds = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4