Cavestory Mod API
Enumerations
Default_MessageBox_ButtonLayouts Namespace Reference

Default layouts for MessageBoxMode::ShowMessageBox() . More...

Enumerations

enum  ReturnCodes {
  MBR_OK = 0 , MBR_YES = 0 , MBR_NO = 1 , MBR_RETRY = 0 ,
  MBR_CANCEL = 1
}
 A key table for the various modes. More...
 

Detailed Description

Default layouts for MessageBoxMode::ShowMessageBox() .

Enumeration Type Documentation

◆ ReturnCodes

A key table for the various modes.

Enumerator
MBR_OK 

LAYOUT_OK: "Ok".

MBR_YES 

LAYOUT_YES_NO: "Yes".

MBR_NO 

LAYOUT_YES_NO: "No".

MBR_RETRY 

LAYOUT_RETRY_CANCEL: "Retry".

MBR_CANCEL 

LAYOUT_RETRY_CANCEL: "Cancel".