NNS_G2dGetUserExAnimSequenceAttr

C Specification

#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline const NNSG2dUserExAnimSequenceAttr* 
NNS_G2dGetUserExAnimSequenceAttr
( 
const NNSG2dUserExAnimAttrBank* pAnimAttrBank,
u16                             idx 
);

Arguments

pAnimAttrBank [IN] Animation user extended attribute bank
idx [IN] Animation sequence number

Return Values

The animation sequence user extended attribute

Description

Obtains the sequence user extended attribute from the user extended attribute bank. Returns NULL when an invalid number is specified. Specify the -oua option to obtain the output data that contains the user extended attribute.

See Also

None.

Revision History

09/01/2005 Initial version.


CONFIDENTIAL