![]() |
Murl Engine API
Version 2018.3
|
Interfaces for output controls. More...
Typedefs | |
typedef Array< const IGameCenterPlayer * > | Murl::GameCenterPlayerEntries |
Definition of the player array. More... | |
typedef Array< const IGameCenterLeaderboardEntry * > | Murl::GameCenterLeaderboardEntries |
Definition of the leaderboard entries array. More... | |
typedef Array< const IGameCenterAchievementEntry * > | Murl::GameCenterAchievementEntries |
Definition of the achievement entries array. More... | |
Interfaces for output controls.
typedef Array<const IGameCenterPlayer*> Murl::GameCenterPlayerEntries |
Definition of the player array.
The player array is provided by IGameCenterControl::GetFriends().
typedef Array<const IGameCenterLeaderboardEntry*> Murl::GameCenterLeaderboardEntries |
Definition of the leaderboard entries array.
The leaderboard array is provided by IGameCenterControl::GetLeaderboard().
typedef Array<const IGameCenterAchievementEntry*> Murl::GameCenterAchievementEntries |
Definition of the achievement entries array.
The achievements array is provided by IGameCenterControl::GetAchievements().