AnnouncerSound: Difference between revisions

typo
No edit summary
Tag: Source edit
(typo)
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:ACSWarning}}
{{Template:ACSWarning}}
void '''AnnouncerSound''' (str ''sound'', int ''flags'')
void '''AnnouncerSound''' (str ''sound'', bool ''local'')


==Usage==
== Usage ==
Plays a given announcer sound.


Plays the specified index from [[ANCRINFO]]. If flags is set to 1 the sound is played only for the activating player.
=== Parameters ===
* ''sound'': The key in [[ANCRINFO]] to be played.
* ''flags'': If true, the sound is played only for the activator.


==Examples==
== Examples ==
{{noexamples}}


{{noexamples}}
== See also ==
* [[ANCRINFO]]


[[category:ACS functions]]
[[category:ACS functions]]