Skip to content

Highscore_set_background

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Sets the background image for the highscore dialog to the given background.

Parameters

Parameter Data Type Description
back integer index of the background resource

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the background image of the highscore dialog
highscore_set_background(bg_scoretable);

NOTOC

Clone this wiki locally