nw::snd::FxBase::Initialize Member Function

Syntax

#include <nw/snd/snd_FxBase.h>
virtual bool Initialize() = 0;

Arguments

None.

Return Values

Returns TRUE if initialization is successful. Returns FALSE if it fails.

Description

Initializes the effect.

This function is called from the SoundSystem class with the necessary time to do startup processing for the effect.

It does not need to be called by the user.

Revision History

2010/06/17
Initial version.

CONFIDENTIAL