Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ISocialPlatform.LoadScores

public void LoadScores(string leaderboardID, Action<IScore[]> callback);
public void LoadScores(SocialPlatforms.ILeaderboard board, Action<bool> callback);

Description

See Social.LoadScores.