HighScore: Difference between revisions
From Crumbled World Wiki
(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...") |
(No difference)
|
Latest revision as of 13:43, 5 July 2025
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) |