Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

LoadScores(leaderboardID: string, callback: Action<IScore[]>): void;
void LoadScores(string leaderboardID, Action<IScore[]> callback);
def LoadScores(leaderboardID as string, callback as Action<IScore[]>) as void
LoadScores(board: ILeaderboard, callback: Action<bool>): void;
void LoadScores(ILeaderboard board, Action<bool> callback);
def LoadScores(board as ILeaderboard, callback as Action<bool>) as void

Description

See Social.LoadScores.