nw::snd::SoundHeap::GetCurrentLevel Member Function

Syntax

#include <nw/snd/snd_SoundHeap.h>

int GetCurrentLevel() const;

Arguments

None.

Return Values

Returns the current hierarchy level.

Description

Obtains the current hierarchical level of the sound heap.

The hierarchical level immediately after heap creation is 0. The hierarchical level is incremented by one each time SaveState is called. If the state is restored with LoadState, the current hierarchical level is also returned to the specified level.

Revision History

2009/12/28
Initial version.

CONFIDENTIAL