NNS_G2dGetCellAnimationCurrentCell

C Specification

#include <nnsys/g2d/g2d_CellAnimation.h>
NNS_G2D_INLINE const NNSG2dCellData* NNS_G2dGetCellAnimationCurrentCell
    ( 
        const NNSG2dCellAnimation* pCellAnim 
    );

Arguments

pCellAnim [IN] Cell animation

Return Values

Returns the currently displayed cell data.

Description

Gets the currently displayed cell of the cell animation.

See Also

None.

Revision History

11/10/2004 Initial version.