#include <nnsys/g2d/g2d_CellAnimation.h>
NNS_G2D_INLINE const NNSG2dCellData* NNS_G2dGetCellAnimationCurrentCell
(
const NNSG2dCellAnimation* pCellAnim
);
| pCellAnim | [IN] Cell animation |
Returns the currently displayed cell data.
Gets the currently displayed cell of the cell animation.
None.
11/10/2004 Initial version.