Table of Contents

Class HighScoreManager.PostLeaderboardScoreAPICall

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

Constructors

PostLeaderboardScoreAPICall(int, string, Action<int, int>, bool)

public PostLeaderboardScoreAPICall(int scoreAmount, string leaderboard, Action<int, int> callback, bool verboseLogging = false)

Parameters

scoreAmount int
leaderboard string
callback Action<int, int>
verboseLogging bool

Methods

RunCallback()

public override void RunCallback()

Tick()

public override bool Tick()

Returns

bool