Click or drag to resize
GamePlaySound Method
Plays a sound

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void PlaySound(
	string wavName
)

Parameters

wavName
Type: SystemString
The name of the soundfile to play.
See Also