OpenTTD Source
20241108-master-g80f628063a
|
Information about animation. More...
#include <newgrf_animation_type.h>
Data Fields | |
uint8_t | frames |
The number of frames. | |
uint8_t | status |
Status; 0: no looping, 1: looping, 0xFF: no animation. | |
uint8_t | speed |
The speed, i.e. the amount of time between frames. | |
uint16_t | triggers |
The triggers that trigger animation. | |
Information about animation.
Definition at line 18 of file newgrf_animation_type.h.