NNS_G2dSetCellAnimationCurrentFrame

C Specification

#include <nnsys/g2d/g2d_CellAnimation.h>
void NNS_G2dSetCellAnimationCurrentFrame
( 
        NNSG2dCellAnimation*     pCellAnim,
        u16           frameIndex
)

Arguments

pCellAnim [OUT] Cell animation
frameIndex [IN] Playback animation frame number

Return Values

None.

Description

Sets the playback animation frame. Does not perform any actions if an invalid number is input.

See Also

None.

Revision History

05/28/2004 Initial version.