TScore Class

Class to manage one score (current score or score from a scores list)

Unit: u_scores
system.generics.collections.TObject
  Gamolf.RTL.Scores.TScore
    u_scores.TScore
type TScore = class(TScore)

The TScore type exposes the following members.

Show:
 NameDescription
Level

Level number (Inherited from Gamolf.RTL.Scores.TScore .)

Moderated

User name moderated (for public display on other computer after a synchronization) (Inherited from Gamolf.RTL.Scores.TScore .)

Points

Score value (nb points) (Inherited from Gamolf.RTL.Scores.TScore .)

Pseudo

User name or pseudo (Inherited from Gamolf.RTL.Scores.TScore .)

Uploaded

Score uploaded to the synchronization server on the Internet (or a local network) (Inherited from Gamolf.RTL.Scores.TScore .)

niveau

Game level

pseudo_modere

True if the user pseudo has been moderated. False by default.

score_transfere

True if this score has been sent to the scores management server on Internet.

Top

Use this class if you used u_score.pas from the "DeveloppeurPascal/Librairies" project in the past. It's recommanded to move to Gamolf.RTL.Scores unit and class.