NNS_G2dStartAnimController

C Specification

#include <nnsys/g2d/g2d_Animation.h>
static void NNS_G2dStartAnimController
                            ( 
        NNSG2dAnimController*       pAnimCtrl 
                            );

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity

Return Values

None.

Description

Starts the playback of the animation. The name of this function has changed to NNS_G2dStartAnimCtrl. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dStartAnimCtrl

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.