Skip to content

LoadOnlineMenu

Description

Loads the data for the specified online menu.

Note

This function only works in Blit releases of Sonic CD.

Parameters

  • MenuID The ID of the menu to load. Valid values are 0 (ONLINEMENU_ACHIEVEMENTS) and 1 (ONLINEMENU_LEADERBOARDS).

Return Value

None.

Syntax

LoadOnlineMenu(int MenuID)

Example

LoadOnlineMenu(0)