Dota 2 Workshop Tools/Scripting/API/CBaseEntity.EmitSoundParams
< Dota 2 Workshop Tools | Scripting | API

Function Description
void EmitSoundParams(string soundName, int pitch, float volume, float soundTime)
Plays/modifies a sound from this entity. changes sound if Pitch and/or Volume or SoundTime is > 0.
Parameters
Type | Name | Description |
---|---|---|
string | soundName | No Description Set |
int | pitch | No Description Set |
float | volume | No Description Set |
float | soundTime | No Description Set |