Skip to content

GameMaker Extension - Additional Functions

You can find the LootLocker GameMaker Extension in the GameMaker Marketplace.

Leaderboard Data

  • LLHighscoresTopRankList(): rank for top highscores in array format
  • LLHighscoresTopNamesList(): names for top highscores in array format
  • LLHighscoresTopMetadataList(): Metadata for top highscores in array format
  • LLHighscoresTopScoreList(): score for top highscores in array format
  • LLHighscoresTopIDList(): IDs for top highscores in array format
  • LLHighscoresCenteredRankList(): rank for centered highscores in array format
  • LLHighscoresCenteredNamesList(): names for centered highscores in array format
  • LLHighscoresCenteredMetadataList(): Metadata for centered highscores in array format
  • LLHighscoresCenteredScoreList(): score for centered highscores in array format
  • LLHighscoresCenteredIDList(): IDs for centered highscores in array format
  • LLPlayerRank(): current player rank
  • LLPlayerName(): current player name
  • LLPlayerID(): current player ID
  • LLPlayerScore(): current player score (on server)
  • LLPlayerMetadata(): current player Metadata

Additional Functions

  • LootLockerTurnOffAutoRefresh(): disables automatically fetching the Leaderboard
  • LootLockerTurnOnAutoRefresh(): enables automatically fetching the Leaderboard
  • LootLockerGetHighscoresCentered("leaderboardID"): manually gets centered highscores
  • LootLockerGetHighscoresTop("leaderboardID"): manually gets top highscores
  • LootLockerReset(): ends the current session and starts a new session with a new player