SoundHandle
Parent: Handle
Functions
Function Name | Usage | Description | Notes |
---|---|---|---|
Stop | handle:Stop() |
||
Stop | handle:Stop(number fadeOut) |
||
SetPitch | handle:SetPitch(number pitch) |
Set the pitch on this sound (1 = Default pitch, 0.5 = half speed, 2 = 2 times faster) | |
SetVolume | handle:SetVolume(number volume) |
Set the volume on this sound (0 = Silent, 1 = Full volume) | |
SetRange | handle:SetRange(number rangeMin, number rangeFalloff) |
Given a sound Handle sets the attenuation range minimum and falloff |
Overrides
Override Name | Usage | Description | Notes |
---|---|---|---|
new_index | soundHandle.var = object value |