![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <animated_item.h>
Public Member Functions | |
| virtual | ~IAnimatedItem ()=default |
| virtual bool | animationEvent ()=0 |
| Advances the item's animation by one timer tick. | |
|
virtualdefault |
|
pure virtual |
Advances the item's animation by one timer tick.
Implemented in AbstractCardItem, ArrowItem, CardItem, PlayerCounter, and TableZone.