nw::snd::SequenceSoundHandle::GetTick Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>
unsigned long GetTick() const;

Arguments

None.

Return Values

Returns the number of ticks since playback started.

Description

Obtains the number of ticks since playback started.

If the sound handle is invalid, a value of 0 will be returned.

The value returned by the function is reset to zero if the tick counter exceeds 32 bits.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL