Class Leaderboard
- Namespace
- AO
- Assembly
- CoreAssembly.dll
Leaderboard is a core engine system to work with the on screen leaderboard.
[Obsolete("Use PlayerList instead. This will be removed in proto 40.", true)]
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