NNS_G2dGetAnimCtrlSpeed

C Specification

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

Arguments

pAnimCtrl [IN] NNSG2dAnimController entity

Return Values

The animation speed.

Description

Gets the animation speed.

This is the renamed version of NNS_G2dGetAnimSpeed. The previous function name remains as a separate name.

See Also

NNS_G2dGetAnimSpeed

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.


CONFIDENTIAL