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
RegisterSortCallback(Action<Player[]>)
public static void RegisterSortCallback(Action<Player[]> callback)
Parameters
Unregister(string)
public static void Unregister(string name)
Parameters
name
string