nw::snd::SoundHeap::Dump Member Function

Syntax

#include <nw/snd/snd_SoundHeap.h>

void Dump(
     nw::snd::SoundDataManager & mgr,
     nw::snd::SoundArchive & arc
);

Arguments

Name Description
in mgr A sound data manager.
in arc A sound archive.

Return Values

None.

Description

Dumps the contents of the heap.

The sound archive passed to the SoundDataManager::Initialize function must be specified in arc.

This function does not operate properly if data for multiple sound archives is loaded to the sound heap.

Revision History

2010/10/27
Added a caution about loading data for multiple sound archives
2009/12/28
Initial version.

CONFIDENTIAL