Table of Contents

Function Definition: setsoundeffect(effect_name = "PITCH", effect_value = 100)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
effect_namestringThe effect name."PITCH" or "PAN""PITCH"
effect_valueintThe effect value.100100

Description

The function changes the specified sound effect to the value. The input is for selecting how much the sound will be changed. A positive number will make the sound effect have more effect, while a negative number will make it smaller.

Example

There are no examples documented for this article.