Leaderboard dialog
Display the player score and allow to submit it to a leaderboard.
Authors and contributors to this experimental extension: D8H.
Display the player score and allow to submit it to a leaderboard.
Tip
Learn how to install new extensions by following a step-by-step guide.
Leaderboard dialog
Displays the player score and allows to submit it to a leaderboard.
Object actions
Best score
Change the best score of the object.
Default player name
Change the default player name.
Leaderboard
Change the leaderboard of the object.
Score
Change the score.
Title
Change the title of the object.
Object conditions
Best score
Compare the best score of the object.
Default player name
Compare the default player name.
Back button clicked
Check if the back button of the dialog is clicked.
Next button clicked
Check if the next button of the dialog is clicked.
Restart button clicked
Check if the restart button of the dialog is clicked.
Score is submitted
Check if the score has been sucessfully submitted by the dialog.
Leaderboard
Compare the leaderboard of the object.
Player name
Compare the player name.
Score
Compare the score.
Object expressions
Expression | Description | |
---|---|---|
Object.BestScore() |
Return the best score of the object. | |
Object.DefaultPlayerName() |
Return the default player name. | |
Object.LeaderboardId() |
Return the leaderboard of the object. | |
Object.PlayerName() |
Return the player name. | |
Object.Score() |
Return the score. |
This page is an auto-generated reference page about the Leaderboard dialog extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.