ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.h>
Public Types | |
enum | ELocalScoreStatus { None , Loading , NotLoaded , Loaded } |
enum | EMasterServerScoreStatus { None , Synchronizing , NotSynchronized , Synchronized } |
Public Attributes | |
const CTaskResult[] | TaskResults |
Public Attributes inherited from CNod | |
const Ident | Id |
Score and leaderboard manager.
CTaskResult_BuddiesChallengeRecord CScoreMgr::Campaign_GetBuddiesMapRecord | ( | Ident | UserId, |
Text | CampaignId, | ||
Text | MapUid ) |
Returns the buddies records for a map of a campaign.
CTaskResult_BuddiesChallengeRecordsComparison CScoreMgr::Campaign_GetBuddiesMapRecordsComparison | ( | Ident | UserId, |
Text | CampaignId ) |
Returns the buddies records comparison for a campaign.
CTaskResult_BuddyChallengeRecordsComparison CScoreMgr::Campaign_GetBuddyMapRecordsComparison | ( | Ident | UserId, |
Text | OpponentLogin, | ||
Text | CampaignId ) |
Returns the records comparison with a buddy for a campaign.
Returns the number of medals for a campaign.
Integer CScoreMgr::Campaign_GetMultiAsyncLevelCount | ( | Ident | UserId, |
Text | CampaignId, | ||
Integer | MultiAsyncLevel ) |
Returns the number of medals of the specified level for a campaign.
CTaskResult_MapRecordList CScoreMgr::Campaign_GetOpponentRecords | ( | Ident | UserId, |
Text | CampaignId, | ||
Text | OpponentLogin ) |
Returns the all the records of an opponent specified by its login for a campaign.
Returns the skillpoints for a campaign.
Returns if the buddies records for a map of a campaign are dirty.
Integer CScoreMgr::CampaignLeaderBoard_GetPlayerCount | ( | Text | CampaignId, |
Text | Zone, | ||
Boolean | UseSkillPoints ) |
Returns the number of user ranked on a campaign.
CTaskResult_NaturalLeaderBoardInfoList CScoreMgr::CampaignLeaderBoard_GetPlayerList | ( | Ident | UserId, |
Text | CampaignId, | ||
Text | Zone, | ||
Boolean | UseSkillPoints, | ||
Integer | FromIndex, | ||
Integer | Count ) |
Returns a part of the campaign leaderboard.
Integer CScoreMgr::CampaignLeaderBoard_GetPlayerRanking | ( | Ident | UserId, |
Text | CampaignId, | ||
Text | Zone, | ||
Boolean | UseSkillPoints ) |
Returns the user ranking on a campaign.
Returns the number of user ranked in global leaderboard.
CTaskResult_RealLeaderBoardInfoList 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 medals for a map.
Integer CScoreMgr::Map_GetMultiAsyncLevelRecord | ( | Text | MapUid, |
Text | Context, | ||
Integer | MultiAsyncLevel ) |
Returns the record score of the medal for a map.
CTaskResult_Ghost CScoreMgr::Map_GetMultiAsyncLevelRecordGhost | ( | Text | MapUid, |
Text | Context, | ||
Integer | MultiAsyncLevel ) |
Returns the record ghost of the medal for a map.
Returns the user record time for a map.
CTaskResult_Ghost CScoreMgr::Map_GetRecordGhost | ( | Ident | UserId, |
Text | MapUid, | ||
Text | Context ) |
Returns the user record ghost for a map.
Returns the skillpoints for a map.
CTaskResult CScoreMgr::Map_SetNewRecord | ( | Ident | UserId, |
Text | MapUid, | ||
Text | Context, | ||
CGhost | Ghost ) |
Set a new record for a map.
Returns the number of user ranked on a map.
CTaskResult_NaturalLeaderBoardInfoList CScoreMgr::MapLeaderBoard_GetPlayerList | ( | Ident | UserId, |
Text | MapUid, | ||
Text | Context, | ||
Text | Zone, | ||
Integer | FromIndex, | ||
Integer | Count ) |
Returns a part of the map leaderboard.
Integer CScoreMgr::MapLeaderBoard_GetPlayerRanking | ( | Ident | UserId, |
Text | MapUid, | ||
Text | Context, | ||
Text | Zone ) |
Returns the user ranking on a map.
Add points to multiplayer score.
Returns the number of user ranked in multiplayer leaderboard.
Returns the multiplayer ranking.
Returns the ghost currently being recorded for a player on the current playground. (or the latest ghost if the player is not playing.)
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 CTaskResult [] CScoreMgr::TaskResults |
Array of task results.