NNS_G2dGetAnimCtrlCurrentFrame

C Specification

#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

10/12/2004 Initial version.