gms_highscore_list_id

Usage: gms_highscore_list_id ( n )

Description

Returns the list_id of the nth highscorelist.

Example

//Show titles of all highscorelists
var n, list_id;
for(n = 0; n < gms_highscore_count(); n += 1_
{
    list_id = gms_highscore_list_id(n)
    show_message(gms_highscore_list_title(list_id))
}

Replies (0)

Last message on -