Jump to content

AnnouncerSound: Difference between revisions

no edit summary
No edit summary
Tag: Source edit
No edit summary
Tag: Source edit
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 [[ANCDRINFO]] 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]]