NNS_G2dStartAnimCtrl

C Specification

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

Arguments

pAnimCtrl [OUT] NNSG2dAnimController entity

Return Values

None.

Description

Starts the animation playback. This function is a new function name that comes from the renamed NNS_G2dStartAnimController. The past function remains as a separate name to maintain compatibility.

See Also

NNS_G2dStartAnimController

Revision History

08/02/2004 Renamed function.

05/28/2004 Initial version.