class Leaderboards.Board

in global :: Sandbox . Services

😔 No documentation found.


public long TargetSteamId { get; set; }

The steamid to get information about. If unset then this defaults to the current player.

public int MaxEntries { get; set; }

The maximum entries to respond with.

public string Group { get; set; }

global, country, friends

public string Title { get; }

The group name of this board. For example, "Global" for global, "Friends" for friends.

public string DisplayName { get; set; }

The display name of this board, which was set in the backend.

public string Description { get; set; }

The description of this board, which was set in the backend.

public long TotalEntries { get; }

The total number of chart entries for this board.

public string Unit { get; }

The unit type chosen for this board

public Leaderboards.Entry[] Entries { get; set; }

The group of entries for this board. This is usually the entries that surround the TargetSteamId.

public Task Refresh( CancellationToken cancellation = null )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Leaderboards.Board( string package, string name )

😔 No documentation found.