nw::snd::SoundArchive::GetGroupIdFromIndex Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>
static ItemId GetGroupIdFromIndex(
     u32 index
);

Arguments

Name Description
in index The group serial number.

Return Values

Returns the group ID corresponding to the serial number.

Description

Converts the group serial number to a group ID.

If index returns a value equal to or greater than 0 and less than GetGroupCount, all group 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.

See Also

ItemId
GetGroupCount

Revision History

2010/08/30
Initial version.

CONFIDENTIAL