getLeaderboardSortMethod method

ELeaderboardSortMethod getLeaderboardSortMethod(
  1. SteamLeaderboard hSteamLeaderboard
)

Implementation

ELeaderboardSortMethod getLeaderboardSortMethod(
  SteamLeaderboard hSteamLeaderboard,
) =>
    ELeaderboardSortMethod.fromValue(
      _getLeaderboardSortMethod.call(
        this,
        hSteamLeaderboard,
      ),
    );