Difference between revisions of "TActivePlayer.PlaySound"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure PlaySound(Name: string; X, Y: Single)''''' Name: Name of the sound file X,Y: Sound position ==Description== Plays a specified sound file == Example == <sy...")
 
(No difference)

Latest revision as of 23:18, 6 May 2020

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);