TTElib
Twitchy Thumbs Entertainment library
Classes | Namespaces | Macros | Functions | Variables
leaderboards.h File Reference

Classes

class  TTE::Leaderboards::DownloadScoresInterface
 
struct  TTE::Leaderboards::DownloadScoresInterface::Score
 
class  TTE::Leaderboards::DownloadScoresGlobalInterface
 
class  TTE::Leaderboards::DownloadScoreCurrentUserWithFriendsWindowInterface
 
class  TTE::Leaderboards::DownloadScoresFriendsInterface
 
class  TTE::Leaderboards::DownloadScoreCurrentUserWithGlobalWindowInterface
 
class  TTE::Leaderboards::DownloadScoreCurrentUserInterface
 
class  TTE::Leaderboards::UploadScoreInterface
 

Namespaces

 TTE
 
 TTE::Leaderboards
 

Macros

#define _TTE_LEADERBOARDS_H_   _TTE_LEADERBOARDS_H_
 

Functions

bool TTE::Leaderboards::DownloadScoresGlobal (const char *leaderboardNameId, unsigned int rangeStart, unsigned int rangeEnd, DownloadScoresGlobalInterface *interf, bool bDoLoginIfNeeded=true)
 
bool TTE::Leaderboards::DownloadScoresFriends (const char *leaderboardNameId, unsigned int rangeStart, unsigned int rangeEnd, DownloadScoresFriendsInterface *interf, bool bDoLoginIfNeeded=true)
 
bool TTE::Leaderboards::DownloadScoreCurrentUser (const char *leaderboardNameId, DownloadScoreCurrentUserInterface *interf, bool bDoLoginIfNeeded=true)
 
bool TTE::Leaderboards::DownloadScoreCurrentUserWithGlobalWindow (const char *leaderboardNameId, unsigned int numBeforeCurrentUser, unsigned int numAfterCurrentUser, DownloadScoreCurrentUserWithGlobalWindowInterface *interf, bool bDoLoginIfNeeded=true)
 
bool TTE::Leaderboards::DownloadScoreCurrentUserWithFriendsWindow (const char *leaderboardNameId, unsigned int numBeforeCurrentUser, unsigned int numAfterCurrentUser, DownloadScoreCurrentUserWithFriendsWindowInterface *interf, bool bDoLoginIfNeeded=true)
 
bool TTE::Leaderboards::UploadScore (const char *leaderboardNameId, int score, const void *details=NULL, size_t detailsSize=0, UploadScoreInterface *interf=NULL, bool bDoLoginIfNeeded=true)
 

Variables

const size_t TTE::Leaderboards::DETAILS_MAX_SIZE = SCE_NP_SCORE_GAMEINFO_MAXSIZE - 1
 

Macro Definition Documentation

#define _TTE_LEADERBOARDS_H_   _TTE_LEADERBOARDS_H_