Table of Contents

Method PlaySound

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

PlaySound(string)

Plays the specified sound as mono audio from the location of this object.

public Task PlaySound(string soundName)

Parameters

soundName string

The name of the sound to play.

Returns

Task