nw::snd::SequenceSoundHandle::GetId Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>

u32 GetId() const;

Arguments

None.

Return Values

Returns the ID assigned to the sound.

Description

Gets the sound's ID.

Gets the ID assigned to the sound associated with the handle. A value of 0xffffffff is returned if the handle is invalid.

This function can get IDs that were set by SetID.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL