Api Board
class

Board

public class Board

Constructors

Board(String package, String name)

Properties

Name Type Description
TargetSteamId Int64 The steamid to get information about. If unset then this defaults to the current player.
MaxEntries Int32 The maximum entries to respond with.
Group String global, country, friends
Title String The group name of this board. For example, "Global" for global, "Friends" for friends.
DisplayName String The display name of this board, which was set in the backend.
Description String The description of this board, which was set in the backend.
TotalEntries Int64 The total number of chart entries for this board.
Unit String The unit type chosen for this board
Entries Entry[] The group of entries for this board. This is usually the entries that surround the TargetSteamId.

Methods

Task Refresh(CancellationToken cancellation = null)
Assembly: Sandbox.Engine Declaring Type: Leaderboards Full Name: Sandbox.Services.Leaderboards.Board