10#ifndef NEWGRF_ANIMATION_TYPE_H
11#define NEWGRF_ANIMATION_TYPE_H
20template <
class AnimationTriggers>
@ NonLooping
Animation is not looping.
@ Looping
Animation is looping.
@ NoAnimation
There is no animation.
Information about animation.
AnimationStatus status
Status.
uint8_t speed
The speed: time between frames = 2^speed ticks.
uint8_t frames
The number of frames.
AnimationTriggers triggers
The enabled animation triggers.