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

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 23:08, 8 August 2014 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Note.pngNote: This page is automatically generated. Any changes may be overwritten

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