Class TScore
Unit
Declaration
type TScore = class(Gamolf.RTL.Scores.TScore)
Description
Class to manage one score (current score or score from a scores list)
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.
Hierarchy
- TObject
- TScore
- TScore
Overview
Properties
![]() |
property niveau: cardinal read GetNiveau write SetNiveau; |
![]() |
property pseudo_modere: boolean read GetPseudoModere write SetPseudoModere; |
![]() |
property score_transfere: boolean read GetScoreTransfere
write SetScoreTransfere; |
Description
Properties
![]() |
property niveau: cardinal read GetNiveau write SetNiveau; |
Game level |
![]() |
property score_transfere: boolean read GetScoreTransfere
write SetScoreTransfere; |
True if this score has been sent to the scores management server on Internet. |
Generated by PasDoc 0.16.0.