LeaderboardSortMethod

Swift
public enum LeaderboardSortMethod: CUnsignedInt, Sendable

Steamworks ELeaderboardSortMethod


Topics

case none

Steamworks k_ELeaderboardSortMethodNone

Declaration
Swift
case none = 0

case ascending

Steamworks k_ELeaderboardSortMethodAscending

Declaration
Swift
case ascending = 1

case descending

Steamworks k_ELeaderboardSortMethodDescending

Declaration
Swift
case descending = 2

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 3