TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Types | |
enum | ELocalScoreStatus { None, Loading, NotLoaded, Loaded } |
enum | EMasterServerScoreStatus { None, Synchronizing, NotSynchronized, Synchronized } |
Public Attributes | |
const CWebServicesTaskResult[] | TaskResults |
![]() | |
const Ident | Id |
Score and leaderboard manager.
Returns the number of medals for campaign map.
Returns the user record time for a campaign map.
CWebServicesTaskResult_GhostHandle CScoreMgr::Campaign_GetMapRecordGhost | ( | Ident | UserId, |
Text | MapUid | ||
) |
Returns the user record ghost for a campaign map.
CWebServicesTaskResult CScoreMgr::Campaign_SetNewMapRecord | ( | Ident | UserId, |
Text | MapUid, | ||
CGhost | Ghost | ||
) |
Set a new record for a campaign map.
Returns the number of user ranked in global leaderboard.
CWebServicesTaskResult_RealLeaderBoard CScoreMgr::GlobalLeaderBoard_GetPlayerList | ( | Ident | UserId, |
Text | Zone, | ||
Integer | FromIndex, | ||
Integer | Count | ||
) |
Returns a part of the global leaderboard.
Returns the user global ranking.
Returns the number of user ranked on a map.
Returns the user ranking on a map.
ELocalScoreStatus CScoreMgr::ScoreStatus_GetLocalStatus | ( | Ident | UserId | ) |
Returns the local status of user records.
EMasterServerScoreStatus CScoreMgr::ScoreStatus_GetMasterServerStatus | ( | Ident | UserId | ) |
Returns the masterserver status of user records.
const CWebServicesTaskResult [] CScoreMgr::TaskResults |
Array of task results.