highscore_clear


描述

With this function you can clear the internal global high score list, resetting all names to the default value of "Unknown" and all scores to the default value of 0.


语法:

highscore_clear();


返回:

N/A(无返回值)


例如:

highscore_clear();

This would clear the high score list.