NNS_G2dGetMCBankNumNodesRequired

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>

    u16 NNS_G2dGetMCBankNumNodesRequired
    ( 
        const NNSG2dMultiCellDataBank*       pMultiCellDataBank 
    );
  

Arguments

pMultiCellDataBank [IN] Multicell data bank

Return Values

Returns the maximum number of nodes a multicell in the multicell data bank can have.

Description

Returns the maximum number of nodes a multicell in the multicell data bank can have. There is also the NNS_G2dGetMCNumNodesRequired function, which is put to a similar use. The NNS_G2dGetMCNumNodesRequired function returns the maximum number of nodes for the multicell in the animation sequence. Use it according to your needs.

See Also

NNS_G2dInitMCInstance
NNS_G2dInitMCAnimation
NNS_G2dGetMCNumNodesRequired

Revision History

2004/12/06 Initial version.


CONFIDENTIAL