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
stringfrom
intto
inttype
ELeaderboardDataRequestcallback
Action<List<HighScoreManager.HighScore>>verboseLogging
bool
Methods
RunCallback()
public override void RunCallback()
Tick()
public override bool Tick()