#include <nw/snd/snd_SoundArchive.h>
bool ReadSequenceSoundInfo(
ItemId soundId,
SequenceSoundInfo * info
) const;
| Name | Description | |
|---|---|---|
| in | soundId | A sound ID in the sound archive. |
| out | info | This structure is used to get sequence sound information. |
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.
CONFIDENTIAL