Container for all information about a text effect. More...
Public Member Functions | |
void | Reset () |
Reset the text effect. | |
Data Fields | |
uint64 | params_1 |
DParam parameter. | |
uint64 | params_2 |
second DParam parameter | |
StringID | string_id |
String to draw for the text effect, if INVALID_STRING_ID then it's not valid. | |
uint8 | duration |
How long the text effect should stay, in ticks (applies only when mode == TE_RISING). | |
TextEffectMode | mode |
Type of text effect. |
Container for all information about a text effect.
Definition at line 21 of file texteff.cpp.