CARDGetIconAnim

C Specification

#include <revolution/card.h>
#define CARDGetIconAnim(stat) \
(((stat)->bannerFormat) & CARD_STAT_ANIM_MASK);

Arguments

stat Pointer to a CARDStat structure.

Return Values

One of the following codes:

Result Code Description
CARD_STAT_ANIM_LOOP Repeat from the beginning (123123123...)
CARD_STAT_ANIM_BOUNCE Loop back and forth (123212321...)

Description

Gets the icon animation patterns from the CARDStat structure.

See Also

Revision History

03/01/2006 Initial version.