4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
444 B

Scriptname SoundDescriptor extends Form Hidden
float Function GetDecibelAttenuation() native
Function SetDecibelAttenuation(float dbAttenuation) native
int Function GetDecibelVariance() native
Function SetDecibelVariance(int dbVariance) native
int Function GetFrequencyVariance() native
Function SetFrequencyVariance(int frequencyVariance) native
int Function GetFrequencyShift() native
Function SetFrequencyShift(int frequencyShift) native