setSoundSourceLooping

Script::setSoundSourceLooping

Enables or disables looping on a sound source.

Declaration

void setSoundSourceLooping(SoundSourceID soundSourceID, bool looping) = 0;

Parameters

Name

Type

Description

soundSourceID

SoundSourceID

The sound source to change the gain of.

looping

bool

Looping (true) or stopping when it ends (false).

Returns

None.