NNS_G2dGetAnimCtrlCurrentFrame

Syntax

#include <nnsys/g2d/g2d_Animation.h>

    u16 NNS_G2dGetAnimCtrlCurrentFrame
    (
        const NNSG2dAnimController*     pAnimCtrl
    );
  

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

Returns the current animation frame number.

Description

Gets the current animation frame number of the animation controller.

See Also

None.

Revision History

2004/10/12 Initial version.


CONFIDENTIAL