We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbc864 commit de26ba7Copy full SHA for de26ba7
functions/Audio/playSoundFrontEnd.yaml
@@ -7,9 +7,13 @@ shared: &shared
7
content: These sounds don't work when [[fadeCamera]] has been used to make the screen black.
8
description: This function plays a frontend sound for the specified player.
9
oop:
10
- element: player
11
- method: playSoundFrontEnd
12
- note: For client-side use Sound.playFrontEnd()
+ - element: player
+ method: playSoundFrontEnd
+ side: server
13
+ - element: sound
14
+ method: playFrontEnd
15
+ static: true
16
+ side: client
17
parameters:
18
- name: thePlayer
19
type: player
0 commit comments