public class Sandbox.Services.Leaderboards.Board2
Constructors
Showing 1 constructors
public Board2(string package, string name)
No results match this filter.
Methods
Showing 20 methods
public void CenterOnMe()
Center the results on you, show the surrounding results with you in the middle.
public void CenterOnSteamId(long steamid)
Center the results on this steamid, show the surrounding results with this in the middle.
public void FilterByDay()
public void FilterByMonth()
public void FilterByNone()
public void FilterByWeek()
public void FilterByYear()
public void IncludeSteamIds(long[] steamids)
If they have any results, include these steamids in the results - regardless of their position.
public System.Threading.Tasks.Task Refresh(System.Threading.CancellationToken cancellation = null)
Parameters
cancellation: Default: null
public void SetAggregationAvg()
public void SetAggregationLast()
public void SetAggregationMax()
public void SetAggregationMin()
public void SetAggregationSum()
public void SetCountryAuto()
public void SetCountryCode(string countryCode)
public void SetDatePeriod(System.DateTime dateTime)
public void SetFriendsOnly(bool friendsOnly)
public void SetSortAscending()
public void SetSortDescending()
No results match this filter.
Properties
Showing 7 properties
public Sandbox.Services.Leaderboards.Board2.Entry[] Sandbox.Services.Leaderboards.Board2.Entries { get; set; }
The group of entries for this board. This is usually the entries that surround the TargetSteamId.
public int Sandbox.Services.Leaderboards.Board2.MaxEntries { get; set; }
The maximum entries to respond with.
public int Sandbox.Services.Leaderboards.Board2.Offset { get; set; }
The offset to start at. If less than 0, we will start from the bottom.
public string Sandbox.Services.Leaderboards.Board2.Stat { get; set; }
public long Sandbox.Services.Leaderboards.Board2.TargetSteamId { get; set; }
The steamid to get information about. If unset then this defaults to the current player.
public string Sandbox.Services.Leaderboards.Board2.TimePeriodDescription { get; set; }
If you are restructing by time period, this is the name of the period
public long Sandbox.Services.Leaderboards.Board2.TotalEntries { get; set; }
The total number of chart entries for this board.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.Leaderboards.Board2 |