Steamworks.NativeMethods.ISteamUserStats_DownloadLeaderboardEntriesForUsers C# (CSharp) Method

ISteamUserStats_DownloadLeaderboardEntriesForUsers() private method

private ISteamUserStats_DownloadLeaderboardEntriesForUsers ( SteamLeaderboard_t hSteamLeaderboard, [ prgUsers, int cUsers ) : ulong
hSteamLeaderboard SteamLeaderboard_t
prgUsers [
cUsers int
return ulong
		public static extern ulong ISteamUserStats_DownloadLeaderboardEntriesForUsers(SteamLeaderboard_t hSteamLeaderboard, [In, Out] CSteamID[] prgUsers, int cUsers);
NativeMethods