NPTournamentEndDataContainer Class Reference
Inherits from | NSObject |
Declared in | NPTournamentContainers.h |
Overview
The NPTournamentEndDataContainer used to extract some info about the tournament which just ended
Tasks
-
tournamentUuid
The tournament UUID is provided so that your game can identify which tournament needs to be loaded. You can find the UUID in the developer dashboard.
property -
playerName
The player name.
property -
currentCurrencyAmount
The player total currency amount (after the tournament ended of course).
property -
playerRankInTournament
The player rank in the tournament (where 1 means first, 1..tournamentTotalPlayers).
property -
tournamentTotalPlayers
The amount of players in the tournament.
property -
playerScore
The player’s score at the end of the tournament.
property
Properties
currentCurrencyAmount
The player total currency amount (after the tournament ended of course).
@property (nonatomic, readonly) uint32_t currentCurrencyAmount
Declared In
NPTournamentContainers.h
playerName
The player name.
@property (nonatomic, readonly) NSString *playerName
Declared In
NPTournamentContainers.h
playerRankInTournament
The player rank in the tournament (where 1 means first, 1..tournamentTotalPlayers).
@property (nonatomic, readonly) uint32_t playerRankInTournament
Declared In
NPTournamentContainers.h
playerScore
The player’s score at the end of the tournament.
@property (nonatomic, readonly) uint32_t playerScore
Declared In
NPTournamentContainers.h