C# Class PlayFab.ServerModels.ReportPlayerServerResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
SubmissionsRemaining int
Updated bool

Property Details

SubmissionsRemaining public_oe property

The number of remaining reports which may be filed today by this reporting player.
public int SubmissionsRemaining
return int

Updated public_oe property

Indicates whether this action completed successfully.
public bool Updated
return bool