|
Cavestory Mod API
|
Message box button. More...
#include <CSMAPI_MessageBoxMode.h>
Public Attributes | |
| unsigned int | m_ReturnCode |
| What code this button returns when pressed. | |
| const char * | m_Text |
| The text shown on this button. More... | |
| const char * | m_DefaultText |
| The text shown on this button. More... | |
| short | m_NewLine |
| Whether this button should be on a new line. More... | |
| bool | m_Default |
| If true, the message box will init with this as the selected button. | |
| bool | m_Cancel |
| If this is 'true', then the message box mode will return this button's value if ESCAPE is pressed. | |
| bool | m_Enabled |
| Whether this button is clickable or not. | |
| GUI_RECT | rc_button |
| GUI_RECT | rc_text |
| GUI_POINT | pnt_lookup |
Friends | |
| class | MessageBoxMode |
Message box button.
| const char* MessageBoxButton::m_DefaultText |
The text shown on this button.
Can be NULL.
| short MessageBoxButton::m_NewLine |
Whether this button should be on a new line.
Does nothing for the first button in a button array.
| const char* MessageBoxButton::m_Text |
The text shown on this button.
Can be NULL.