nw::lyt::AnimResource::CalcAnimationNum Member Function

Syntax

u16 CalcAnimationNum(
     Pane * pPane,
     bool             bRecursive
) const;

Arguments

Name Description
pPane Pointer to the pane.
bRecursive Specifies whether to also search for child panes.

Return Values

Returns the number of animations to be bound.

Description

Calculates the number of animations to be bound.

This function calculates the number of animations to be bound to the pane given by pPane.

When called with bRecursive specified as TRUE, panes to be bound are also searched for among the child panes.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL