Murl Engine API  Version 2024.1
Murl::IGameCenterAchievementEntry Interface Referenceabstract

The achievement entry interface. More...

#include <murl_i_game_center_entries.h>

Detailed Description

The achievement entry interface.

Achievement entries are used by the GameCenterAchievementEntries array.

Inherited by Murl::Platform::GameCenterAchievementEntry.

Public Member Functions

virtual const StringGetIdentifier () const =0
 Get the achievement identifier. More...
 
virtual Double GetPercentage () const =0
 Get the achievement percentage. More...
 

Member Function Documentation

◆ GetIdentifier()

virtual const String& Murl::IGameCenterAchievementEntry::GetIdentifier ( ) const
pure virtual

Get the achievement identifier.

Returns
The achievement identifier.

◆ GetPercentage()

virtual Double Murl::IGameCenterAchievementEntry::GetPercentage ( ) const
pure virtual

Get the achievement percentage.

Returns
The achievement percentage.

The documentation for this interface was generated from the following file: