|
Cavestory Mod API
|
ToolTip Info. More...
#include <CSMAPI_BaseModeInstance.h>
Public Attributes | |
| bool | shown |
| Whether or not this tooltip is currently being shown. | |
| GUI_RECT | rect |
| The showing position for this tooltip. | |
| int | surface_idx |
| The surface index that is allocated for this tooltip. | |
| int | texture_idx |
| The texture index that is allocated for this tooltip. | |
| int | start_time |
| The time that this tooltip started being displayed. | |
| int | life_time |
| The life time for this tooltip in milliseconds. More... | |
ToolTip Info.
| int ToolTipStruct::life_time |
The life time for this tooltip in milliseconds.
Can be -1 to never close.