Table of Contents

Class Leaderboard

Namespace
AO
Assembly
CoreAssembly.dll

Leaderboard is a core engine system to work with the on screen leaderboard.

[Obsolete("This class will be removed. Please use PlayerList instead.", false)]
public static class Leaderboard
Inheritance
Leaderboard
Inherited Members

Methods

Register(string, Action<Player[], string[]>)

public static void Register(string name, Action<Player[], string[]> callback)

Parameters

name string
callback Action<Player[], string[]>

RegisterSortCallback(Action<Player[]>)

public static void RegisterSortCallback(Action<Player[]> callback)

Parameters

callback Action<Player[]>

Unregister(string)

public static void Unregister(string name)

Parameters

name string