gms_statistic_find

Gebruik: gms_statistic_find ( n )

Omschrijving

Geeft de naam van de n'de statestiek terug.

Voorbeeld

//Laat de omschrijving van alle statistieken zien
var n, name, desc;
for(n = 0; n < gms_statistic_count(); n += 1)
{
    name = gms_statistic_find(n);
    desc = gms_statistic_description(name)
    show_message("Stat omschrijving: "+desc);
}

Reacties (0)

Laatste bericht op -