OpenTTD Source 20250509-master-ga45f23686d
|
Definitions related to NewGRF animation. More...
Go to the source code of this file.
Data Structures | |
struct | AnimationInfo< AnimationTriggers > |
Information about animation. More... | |
struct | AnimationInfo< void > |
Enumerations | |
enum class | AnimationStatus : uint8_t { NonLooping = 0x00 , Looping = 0x01 , NoAnimation = 0xFF } |
Definitions related to NewGRF animation.
Definition in file newgrf_animation_type.h.
|
strong |
Enumerator | |
---|---|
NonLooping | Animation is not looping. |
Looping | Animation is looping. |
NoAnimation | There is no animation. |
Definition at line 13 of file newgrf_animation_type.h.