NNS_G2dGetUserExAnimSequenceAttr

Syntax

#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

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

See Also

None.

Revision History

2005/09/01 Initial version.


CONFIDENTIAL