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

Syntax

u16 CalcAnimationNum(
     Group * pGroup,
     bool             bRecursive
) const;

Arguments

Name Description
pGroup Pointer to the group.
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 that are included in the group given by pGroup.

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