NPTournamentPlayerResults Class Reference
Inherits from | NSObject |
Declared in | NPTournamentContainers.h |
Tasks
-
player
The player for which this object reports the results.
property -
isStillPlaying
Marks if the player is still in the game.
property -
didForfeit
Marks if the player forfeit the tournament. This can happen, for example, when the player exits mid-tournament in a timed tournament.
property -
score
The score of the player.
property
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