Plays Baltie's animation sound (Baltie2DSound).

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void PlaySound(
	Baltie2DSound sound
)

Parameters

sound
Type: SGP.Baltie2D..::.Baltie2DSound
Baltie's sound.

Remarks

Plays the sound only if Baltie is visible (Visible) and sounds are enabled (SoundsEnabled), or the sounds are enabled even if he is invisible(SoundsEnabledIfNotVisible). The sound is also not played, when Baltie is superspeedy (IsSuperSpeedy).

See Also