C# Class PlayFab.ServerModels.AwardSteamAchievementItem

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AchievementName string
PlayFabId string
Result bool

Property Details

AchievementName public_oe property

Unique Steam achievement name.
public string AchievementName
return string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

Result public_oe property

Result of the award attempt (only valid on response, not on request).
public bool Result
return bool