Steamworks.SteamUserStats.GetLeaderboardSortMethod C# (CSharp) Méthode

GetLeaderboardSortMethod() public static méthode

returns the sort method of the leaderboard

public static GetLeaderboardSortMethod ( SteamLeaderboard_t hSteamLeaderboard ) : ELeaderboardSortMethod
hSteamLeaderboard SteamLeaderboard_t
Résultat ELeaderboardSortMethod
		public static ELeaderboardSortMethod GetLeaderboardSortMethod(SteamLeaderboard_t hSteamLeaderboard) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamUserStats_GetLeaderboardSortMethod(hSteamLeaderboard);
		}