NNS_G2dGetAnimSpeed

C Specification

#include <nnsys/g2d/g2d_Animation.h>
static inline fx32 NNS_G2dGetAnimSpeed
            ( 
        NNSG2dAnimController*       pAnimCtrl 
            );

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

The animation speed.

Description

Gets the animation speed. The name of this function has changed to NNS_G2dGetAnimCtrlSpeed. To maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dGetAnimCtrlSpeed

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.


CONFIDENTIAL