Skip to content

Highscore_add

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Adds the player with the given name and given score to the highscore table.

Parameters

Parameter Data Type Description
name string the name of the player
numb integer player score value

Return Values

void: This function does not return anything.

Example Call

// demonstrates adding a player to the highscore table
highscore_add("Charlie", 500);

NOTOC

This is number 1

Clone this wiki locally