|
Cavestory Mod API
|
Stores info for an entry. More...
#include <CSMAPI_types.h>
Public Attributes | |
| int | index |
| The index for this entry (only set correctly for entries in the 'shown' linkage.) | |
| GUI_RECT | rct_scrolled |
| The rect after scroll for this entry. | |
| GUI_RECT | rct_absolute |
| The containing rect for this entry. | |
| GUI_POINT | pnt_text |
| The text offset for this entry. | |
| int | id |
| This entry's ID. | |
| char * | text |
| The text to display here. | |
| SEL_LIST_ENTRY * | next |
| The next shown entry. | |
Stores info for an entry.