Dota 2 Workshop Tools/Scripting/API/Global.EmitAnnouncerSound: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
(List of sounds that can be used.) |
||
Line 26: | Line 26: | ||
| No Description Set | | No Description Set | ||
|} | |} | ||
== Reference == | |||
A list of sounds can be found at [[Dota 2 Workshop Tools/Custom Announcer Lines|Custom Announcer Lines]] |
Latest revision as of 22:04, 8 February 2017

Function Description
void EmitAnnouncerSound(string string_1)
Emit an announcer sound for all players.
- Example
function EmitAnnouncerSound( string_1 ) end
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
Reference
A list of sounds can be found at Custom Announcer Lines