Dota 2 Workshop Tools/Scripting/API/Global.EmitGlobalSound: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
mNo edit summary |
||
Line 20: | Line 20: | ||
| string | | string | ||
| string_1 | | string_1 | ||
| | | The key of the sound in the .vsndevts file | ||
|} | |} |
Revision as of 20:34, 24 July 2020

Function Description
void EmitGlobalSound(string string_1)
Play named sound for all players
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | The key of the sound in the .vsndevts file |