OpenMetaverse Protocol Library Developers API Documentation
SendSoundTrigger Method (soundID, position)
NamespacesOpenMetaverseSoundManagerSendSoundTrigger(UUID, Vector3)
Plays a sound in the current region at full volume
Declaration Syntax
C#
public 
void 
SendSoundTrigger(
        
UUID 
soundID,
        
Vector3 
position
)
Parameters
soundID ( UUID)
UUID of the sound to be played.
position ( Vector3)
position for the sound to be played at. Normally the avatar.

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)