TActivePlayer.PlaySound

From Soldat Community Wiki
Jump to: navigation, search
procedure PlaySound(Name: string; X, Y: Single)
 Name: Name of the sound file
 X,Y: Sound position

Description

Plays a specified sound file

Example

Player.PlaySound('burn.wav', Player.X, Player.Y);