Skip to content

PlayStageSfx

Description

Plays the sound effect in the given slot in the StageConfig, looping it if set to do so.

Parameters

  • SFX The slot of the sound effect in the StageConfig.
  • Loop Determines whether or not the sound effect should loop.

Return Value

None.

Syntax

PlayStageSfx(int SFX, bool Loop)

Example

PlayStageSfx(0, false)