Steam
|
This event arguments are used for all score upload related events. More...
Inherits LapinerTools.Steam.Data.EventArgsBase.
Classes | |
class | SteamNativeData |
The LeaderboardsUploadedScoreEventArgs.SteamNativeData class contains Steam native data such as the SteamLeaderboard handle. You can use this data to make own calls to the Steamworks.NET API. More... | |
Public Member Functions | |
LeaderboardsUploadedScoreEventArgs () | |
LeaderboardsUploadedScoreEventArgs (EventArgsBase p_errorEventArgs) | |
![]() | |
EventArgsBase () | |
EventArgsBase (EventArgsBase p_copyFromArgs) | |
Properties | |
string | LeaderboardName [get, set] |
The leaderboard name that was attempted to set. More... | |
int | Score [get, set] |
The score that was attempted to set. More... | |
string | ScoreString [get, set] |
Score formatted with SteamLeaderboardsMain.ScoreFormatNumeric or SteamLeaderboardsMain.ScoreFormatSeconds or SteamLeaderboardsMain.ScoreFormatMilliSeconds taking LeaderboardsUploadedScoreEventArgs.ScoreType into account. More... | |
ELeaderboardDisplayType | ScoreType [get, set] |
The display type of the leaderboard, which was used to upload the score. More... | |
bool | IsScoreChanged [get, set] |
True if the score in the leaderboard changed, false if the existing score was better. More... | |
int | GlobalRankNew [get, set] |
The new global rank of the user in this leaderboard. More... | |
int | GlobalRankPrevious [get, set] |
The previous global rank of the user in this leaderboard; 0 if the user had no existing entry in the leaderboard. More... | |
SteamNativeData | SteamNative [get, set] |
Contains Steam native data such as the SteamLeaderboard handle. You can use this data to make own calls to the Steamworks.NET API. More... | |
![]() | |
bool | IsError [get, set] |
true , if an error has occured, false otherwise. More... | |
string | ErrorMessage [get, set] |
Contains the error message if the EventArgsBase.IsError property is true . More... | |
This event arguments are used for all score upload related events.
LapinerTools.Steam.Data.LeaderboardsUploadedScoreEventArgs.LeaderboardsUploadedScoreEventArgs | ( | ) |
LapinerTools.Steam.Data.LeaderboardsUploadedScoreEventArgs.LeaderboardsUploadedScoreEventArgs | ( | EventArgsBase | p_errorEventArgs | ) |
|
getset |
The new global rank of the user in this leaderboard.
|
getset |
The previous global rank of the user in this leaderboard; 0 if the user had no existing entry in the leaderboard.
|
getset |
True if the score in the leaderboard changed, false if the existing score was better.
|
getset |
The leaderboard name that was attempted to set.
|
getset |
The score that was attempted to set.
|
getset |
Score formatted with SteamLeaderboardsMain.ScoreFormatNumeric or SteamLeaderboardsMain.ScoreFormatSeconds or SteamLeaderboardsMain.ScoreFormatMilliSeconds taking LeaderboardsUploadedScoreEventArgs.ScoreType into account.
|
getset |
The display type of the leaderboard, which was used to upload the score.
|
getset |
Contains Steam native data such as the SteamLeaderboard handle. You can use this data to make own calls to the Steamworks.NET API.