#include <revolution/card.h>
#define CARDGetIconAnim(stat) \ (((stat)->bannerFormat) & CARD_STAT_ANIM_MASK);
|
Pointer to a CARDStat structure. |
One of the following codes:
| Result Code | Description |
|
Repeat from the beginning (123123123...) |
|
Loop back and forth (123212321...) |
Gets the icon animation patterns from the CARDStat structure.
03/01/2006 Initial version.