Inherits from NSObject
Declared in NPTournamentContainers.h

Overview

NPTournamentPlayerResults represents the tournament results for a given player.

Tasks

Properties

didForfeit

Marks if the player forfeit the tournament. This can happen, for example, when the player exits mid-tournament in a timed tournament.

@property (nonatomic, readonly, assign) BOOL didForfeit

Declared In

NPTournamentContainers.h

isStillPlaying

Marks if the player is still in the game.

@property (nonatomic, readonly, assign) BOOL isStillPlaying

Declared In

NPTournamentContainers.h

player

The player for which this object reports the results.

@property (nonatomic, readonly, strong) NPTournamentPlayer *player

Declared In

NPTournamentContainers.h

score

The score of the player.

@property (nonatomic, readonly, assign) uint32_t score

Declared In

NPTournamentContainers.h