Table of Contents

Class HighScoreManager.GetLeaderboardScoresAPICall

Namespace
RUST.Steamworks
Assembly
Assembly-CSharp.dll
public class HighScoreManager.GetLeaderboardScoresAPICall : HighScoreManager.SteamworksAPICall
Inheritance
HighScoreManager.GetLeaderboardScoresAPICall
Inherited Members

Constructors

GetLeaderboardScoresAPICall(string, int, int, ELeaderboardDataRequest, Action<List<HighScore>>, bool)

public GetLeaderboardScoresAPICall(string leaderboard, int from, int to, ELeaderboardDataRequest type, Action<List<HighScoreManager.HighScore>> callback, bool verboseLogging = false)

Parameters

leaderboard string
from int
to int
type ELeaderboardDataRequest
callback Action<List<HighScoreManager.HighScore>>
verboseLogging bool

Methods

RunCallback()

public override void RunCallback()

Tick()

public override bool Tick()

Returns

bool