TActivePlayer.PlaySound

From Soldat Community Wiki
Revision as of 23:18, 6 May 2020 by H (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);