Table of Contents

Class Leaderboards

Namespace
AO
Assembly
CoreAssembly.dll
public static class Leaderboards
Inheritance
Leaderboards
Inherited Members

Methods

GetLocalPlayerEntry(string)

public static extern LeaderboardEntry GetLocalPlayerEntry(string id)

Parameters

id string

Returns

LeaderboardEntry

GetTop(string, int)

public static extern LeaderboardEntry[] GetTop(string id, int count)

Parameters

id string
count int

Returns

LeaderboardEntry[]

IncrementPlayerScore(string, Player, double)

public static void IncrementPlayerScore(string id, Player player, double amount)

Parameters

id string
player Player
amount double

TrackLeaderboard(string)

public static extern void TrackLeaderboard(string id)

Parameters

id string