HighScore

From Crumbled World Wiki
Revision as of 13:43, 5 July 2025 by Anders (talk | contribs) (Created page with " {{:HighScoreExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string} |getAllMapNames() | |- |string |getCurrentMapName() | |- |{name=String(),score=int()} |getHeighScore(string mapName, int startIndex, int endIndex) | |- | |HighScore:getHighScoreList(string mapName, int difficulty, string gam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HighScoreExampleCode

Functions

return function description
{string} getAllMapNames()
string getCurrentMapName()
{name=String(),score=int()} getHeighScore(string mapName, int startIndex, int endIndex)
getHighScoreList(string mapName, int difficulty, string gameMode, nil function)
addScore(string replayData)