nw::snd::SoundArchive::ReadSequenceSoundInfo Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>

bool ReadSequenceSoundInfo(
     ItemId soundId,
     SequenceSoundInfo * info
) const;

Arguments

Name Description
in soundId A sound ID in the sound archive.
out info This structure is used to get sequence sound information.

Return Values

Returns true if the sequence sound information is obtained successfully and false otherwise.

Description

Gets the information for the sequence sound having the specified ID.

Data fails to be read when there is no sequence sound with the specified ID.

See Also

ItemId
SequenceSoundInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL