#include <nw/snd/snd_SoundArchive.h> static ItemId GetWaveArchiveIdFromIndex( u32 index );
| Name | Description | |
|---|---|---|
| in | index |
The wave archive serial number. |
Converts the wave archive serial number to a wave archive ID.
If index returns a value equal to or greater than 0 and less than GetWaveArchiveCount, all wave archive IDs can be obtained.
Take care on the application side when using obtained values, as no value range check is made for the maximum value.
CONFIDENTIAL