Trackmania Turbo ManiaScript Reference 2016.11.07.1615
A ManiaScript Reference of the Trackmania Turbo game.
|
#include <doc.h>
Public Types | |
enum | ELocalScoreStatus { None , Loading , NotLoaded , Loaded } |
enum | EMasterServerScoreStatus { None , Synchronizing , NotSynchronized , Synchronized } |
Public Attributes | |
const CWebServicesTaskResult[] | TaskResults |
Public Attributes inherited from CNod | |
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 on a campaign.
Integer CScoreMgr::CampaignLeaderBoard_GetPlayerRanking | ( | Ident | UserId, |
Text | CampaignId, | ||
Text | Zone ) |
Returns the user ranking on a campaign.
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.