TScore Class
Definition
Class to manage one score (current score or score from a scores list)
Delphi
type TScore = class(TScore)
- Inheritance
Remarks
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.
Properties
| Level |
Level number (Inherited from TScore) |
| Moderated |
User name moderated (for public display on other computer after a synchronization) (Inherited from TScore) |
| Points |
Score value (nb points) (Inherited from TScore) |
| Pseudo |
User name or pseudo (Inherited from TScore) |
| Uploaded |
Score uploaded to the synchronization server on the Internet (or a local network) (Inherited from 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. |