Murl::IGameCenterLeaderboardEntry Interface Referenceabstract

The leaderboard entry interface. More...

#include "murl_i_game_center_entries.h"

Inherited by Murl::Platform::GameCenterLeaderboardEntry.

Public Member Functions

virtual const IGameCenterPlayerGetPlayer () const =0
 Get the player identifier. More...
 
virtual UInt32 GetRank () const =0
 Get the player rank. More...
 
virtual UInt64 GetScore () const =0
 Get the player score. More...
 

Detailed Description

The leaderboard entry interface.

Leaderboard entries are used by the GameCenterLeaderboardEntries array.

Member Function Documentation

◆ GetPlayer()

virtual const IGameCenterPlayer& Murl::IGameCenterLeaderboardEntry::GetPlayer ( ) const
pure virtual

Get the player identifier.

Returns
The player identifier.

◆ GetRank()

virtual UInt32 Murl::IGameCenterLeaderboardEntry::GetRank ( ) const
pure virtual

Get the player rank.

Returns
The player rank.

◆ GetScore()

virtual UInt64 Murl::IGameCenterLeaderboardEntry::GetScore ( ) const
pure virtual

Get the player score.

Returns
The player score.

The documentation for this interface was generated from the following file:
  • murl_i_game_center_entries.h


Copyright © 2011-2024 Spraylight GmbH.