Unit 'googlegames' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TPlayerExperienceInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googlegames.pp line 1685

type TPlayerExperienceInfo = class(TGoogleBaseObject)

protected

  procedure SetcurrentExperiencePoints(); virtual;

  

  procedure SetcurrentLevel(); virtual;

  

  procedure Setkind(); virtual;

  

  procedure SetlastLevelUpTimestampMillis(); virtual;

  

  procedure SetnextLevel(); virtual;

  

published

  property currentExperiencePoints: string; [rw]

  

  property currentLevel: TPlayerLevel; [rw]

  

  property kind: string; [rw]

  

  property lastLevelUpTimestampMillis: string; [rw]

  

  property nextLevel: TPlayerLevel; [rw]

  

end;

Inheritance

TPlayerExperienceInfo

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio