class Leaderboards.Board2
in global :: Sandbox . Services
😔 No documentation found.
public void CenterOnSteamId( long steamid )
Center the results on this steamid, show the surrounding results with this in the middle.
public void IncludeSteamIds( long[] steamids )
If they have any results, include these steamids in the results - regardless of their position.
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 int Offset { get; set; }
The offset to start at. If less than 0, we will start from the bottom.
public long TotalEntries { get; }
The total number of chart entries for this board.
public string TimePeriodDescription { get; }
If you are restructing by time period, this is the name of the period
public Leaderboards.Board2.Entry[] Entries { get; set; }
The group of entries for this board. This is usually the entries that surround the TargetSteamId.
public Leaderboards.Board2( string package, string name )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public Task Refresh( CancellationToken cancellation = null )
😔 No documentation found.
public void CenterOnMe( )
😔 No documentation found.
public void SetDatePeriod( DateTime dateTime )
😔 No documentation found.
public void FilterByNone( )
😔 No documentation found.
public void FilterByDay( )
😔 No documentation found.
public void FilterByWeek( )
😔 No documentation found.
public void FilterByMonth( )
😔 No documentation found.
public void FilterByYear( )
😔 No documentation found.
public void SetCountryAuto( )
😔 No documentation found.
public void SetCountryCode( string countryCode )
😔 No documentation found.
public void SetFriendsOnly( bool friendsOnly )
😔 No documentation found.
public void SetSortDescending( )
😔 No documentation found.
public void SetSortAscending( )
😔 No documentation found.
public void SetAggregationLast( )
😔 No documentation found.
public void SetAggregationMax( )
😔 No documentation found.
public void SetAggregationMin( )
😔 No documentation found.
public void SetAggregationAvg( )
😔 No documentation found.
public void SetAggregationSum( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string Stat { get; set; }
😔 No documentation found.