Documentation

GameGetDetails

GameGetDetails(slot,array[64])

Get Save Game Details.

Argument 'slot':Save slot to use, 0-9 are available.

Argument 'array[64]':Array to store the information in.

Example Code

	new array[64];
	GameGetDetails(0, array);
	highscore = array[0];
	

Comments

Comming Soon