nw::snd::SoundArchive::GetSoundUserParam Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>

u32 GetSoundUserParam(
     ItemId soundId
) const;

Arguments

Name Description
in soundId A sound ID in the sound archive.

Return Values

Returns the user parameter of the sound.

Description

Gets the user parameter of the sound having the specified ID.

Returns 0 if a sound having the specified ID does not exist.

See Also

ItemId

Revision History

2010/01/18
Initial version.

CONFIDENTIAL