nw::snd::SoundActor::Finalize Member Function

Syntax

#include <nw/snd/snd_SoundActor.h>
void Finalize();

Arguments

None.

Return Values

None.

Description

Destroys the sound actor.

Although this is called by the destructor, it is also okay to call it explicitly.

To reuse the same SoundActor instance, you must first call this function, then call Initialize again.

See Also

~SoundActor
Initialize

Revision History

2010/04/27
Added a note about reuse.
2010/03/12
Added Initialize to See Also.
2010/03/05
Initial version.

CONFIDENTIAL