Table of Contents

Class HighScoreManager.LeaderboardLookupAPICall

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

Constructors

LeaderboardLookupAPICall(string, Action<List<HighScore>>, bool)

public LeaderboardLookupAPICall(string leaderboard, Action<List<HighScoreManager.HighScore>> callback, bool verboseLogging = false)

Parameters

leaderboard string
callback Action<List<HighScoreManager.HighScore>>
verboseLogging bool

Methods

Tick()

public override bool Tick()

Returns

bool