nw::snd::SoundHandle::GetId Member Function

Syntax

#include <nw/snd/snd_SoundHandle.h>
u32 GetId() const;

Arguments

None.

Return Values

SetId

Description

Obtains the ID of a sound.

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/15
Initial version.

CONFIDENTIAL