enum

Steamcr::ELeaderboardSortMethod

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
ASCENDING = 1
DESCENDING = 2

Class methods

from_io(io, format)
Source

Instance methods

ascending?

Returns true if this enum value equals ASCENDING

Source
descending?

Returns true if this enum value equals DESCENDING

Source
none?

Returns true if this enum value equals NONE

Source
to_io(io, format)
Source