Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

ISocialPlatform.LoadScores

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

Parameters

Description

See Social.LoadScores.