Cavestory Mod API
Functions
Misc

Functions

CAVESTORY_MOD_API int OpenEscapeMenu ()
 Open the escape menu. More...
 
CAVESTORY_MOD_API int OpenOptionsMenu (const char **pCategoryList=NULL, int iCategoryCount=0)
 Open the options menu. More...
 

Detailed Description

Function Documentation

◆ OpenEscapeMenu()

CAVESTORY_MOD_API int OpenEscapeMenu ( )

Open the escape menu.

Returns
Returns the status mode.

◆ OpenOptionsMenu()

CAVESTORY_MOD_API int OpenOptionsMenu ( const char **  pCategoryList = NULL,
int  iCategoryCount = 0 
)

Open the options menu.

Parameters
pCategoryListA pointer to a list of category names.
iCategoryCountNumber of categories.
Returns
Returns the status mode.
Note
If pCategoryList is not NULL and iCategoryCount is > 0, then only options belonging to the specified categories will be shown.