[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlegamesmanagement.pp line 165
type TGamesPlayerExperienceInfoResource = class(TGoogleBaseObject) |
protected |
procedure SetcurrentExperiencePoints(); virtual; |
procedure SetcurrentLevel(); virtual; |
procedure SetlastLevelUpTimestampMillis(); virtual; |
procedure SetnextLevel(); virtual; |
published |
property currentExperiencePoints: string; [rw] |
property currentLevel: TGamesPlayerLevelResource; [rw] |
property lastLevelUpTimestampMillis: string; [rw] |
property nextLevel: TGamesPlayerLevelResource; [rw] |
end; |
| |
| |
TObject |