NNS_G2dGetAnimSequenceIndex

Syntax

#include <nnsys/g2d/fmt/g2d_Anim_data.h>

static inline u16 NNS_G2dGetAnimSequenceIndex
( 
    const NNSG2dAnimBankData*     pAnimBank,
    const NNSG2dAnimSequenceData* pAnimSeq 
)
  

Arguments

pAnimBank [IN] Animation information bank
pAnimSeq [IN] Animation sequence

Return Values

The animation sequence number.

Description

Gets the animation sequence number in the animation information bank. Make sure that the specified animation sequence exists in the animation information bank.

See Also

None.

Revision History

2005/09/01 Initial version.


CONFIDENTIAL