Control Interfaces
Interfaces for output controls. More...
Collaboration diagram for Control Interfaces:
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... | |
Detailed Description
Interfaces for output controls.
Typedef Documentation
◆ GameCenterPlayerEntries
typedef Array<const IGameCenterPlayer*> Murl::GameCenterPlayerEntries |
Definition of the player array.
The player array is provided by IGameCenterControl::GetFriends().
◆ GameCenterLeaderboardEntries
typedef Array<const IGameCenterLeaderboardEntry*> Murl::GameCenterLeaderboardEntries |
Definition of the leaderboard entries array.
The leaderboard array is provided by IGameCenterControl::GetLeaderboard().
◆ GameCenterAchievementEntries
typedef Array<const IGameCenterAchievementEntry*> Murl::GameCenterAchievementEntries |
Definition of the achievement entries array.
The achievements array is provided by IGameCenterControl::GetAchievements().