nw::snd::Sound3DActor::SetUserParam Member Function

Syntax

#include <nw/snd/snd_Sound3DActor.h>
void SetUserParam(
     u32 param
);

Arguments

Name Description
in param User parameters.

Return Values

None.

Description

Sets the user parameter for an actor.

The user parameter that is set will be reflected in actorUserParam in the nw::snd::Sound3DParam structure.

See Also

GetUserParam
Sound3DParam Structure

Revision History

2010/03/12
Initial version.

CONFIDENTIAL