You can find the LootLocker GameMaker Extension in the GameMaker Marketplace.
Leaderboard Data
LLHighscoresTopRankList(): rank for top highscores in array formatLLHighscoresTopNamesList(): names for top highscores in array formatLLHighscoresTopMetadataList(): Metadata for top highscores in array formatLLHighscoresTopScoreList(): score for top highscores in array formatLLHighscoresTopIDList(): IDs for top highscores in array formatLLHighscoresCenteredRankList(): rank for centered highscores in array formatLLHighscoresCenteredNamesList(): names for centered highscores in array formatLLHighscoresCenteredMetadataList(): Metadata for centered highscores in array formatLLHighscoresCenteredScoreList(): score for centered highscores in array formatLLHighscoresCenteredIDList(): IDs for centered highscores in array formatLLPlayerRank(): current player rankLLPlayerName(): current player nameLLPlayerID(): current player IDLLPlayerScore(): current player score (on server)LLPlayerMetadata(): current player Metadata
Additional Functions
LootLockerTurnOffAutoRefresh(): disables automatically fetching the LeaderboardLootLockerTurnOnAutoRefresh(): enables automatically fetching the LeaderboardLootLockerGetHighscoresCentered("leaderboardID"): manually gets centered highscoresLootLockerGetHighscoresTop("leaderboardID"): manually gets top highscoresLootLockerReset(): ends the current session and starts a new session with a new player