Dota 2 Workshop Tools/Scripting/API/Global.EmitAnnouncerSound: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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

Note.pngNote: This page is automatically generated. Any changes may be overwritten

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