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

Overview

Properties

Public property niveau: cardinal read GetNiveau write SetNiveau;
Public property pseudo_modere: boolean read GetPseudoModere write SetPseudoModere;
Public property score_transfere: boolean read GetScoreTransfere write SetScoreTransfere;

Description

Properties

Public property niveau: cardinal read GetNiveau write SetNiveau;

Game level

Public property pseudo_modere: boolean read GetPseudoModere write SetPseudoModere;

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

It was supposed to be used with a scores management server on Internet.

Public property score_transfere: boolean read GetScoreTransfere write SetScoreTransfere;

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

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