Class TScore

Unit

Declaration

type TScore = class(TObject)

Description

Score item (user name, points, level and things for Internet synchronization)

Hierarchy

Overview

Properties

Public property Pseudo: string read FPseudo write SetPseudo;
Public property Points: cardinal read FPoints write SetPoints;
Public property Level: cardinal read FLevel write SetLevel;
Public property Moderated: boolean read FModerated write SetModerated;
Public property Uploaded: boolean read FUploaded write SetUploaded;

Description

Properties

Public property Pseudo: string read FPseudo write SetPseudo;

User name or pseudo

Public property Points: cardinal read FPoints write SetPoints;

Score value (nb points)

Public property Level: cardinal read FLevel write SetLevel;

Level number

Public property Moderated: boolean read FModerated write SetModerated;

User name moderated (for public display on other computer after a synchronization)

Public property Uploaded: boolean read FUploaded write SetUploaded;

Score uploaded to the synchronization server on the Internet (or a local network)

Delphi Game Engine (c) 2021-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.