Skip to content

Commit cb84909

Browse files
authored
Update ListenerLocation.yaml
1 parent 6f7faa8 commit cb84909

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
name: ListenerLocation
22
type: enum
33
summary: ''
4-
description: ''
4+
description: |
5+
Provides a script-free & configuration-free way to spawn an `Class.AudioListener` by default. Determines where, if anywhere, a default `Class.AudioListener` should go.
56
code_samples: []
67
tags: []
78
deprecation_message: ''
89
items:
910
- name: Default
10-
summary: ''
11+
summary: |
12+
An `Class.AudioListener` will be created and parented to `Class.Workspace.CurrentCamera` in experiences that enable voice chat.
1113
value: 0
1214
tags: []
1315
deprecation_message: ''
1416
- name: None
15-
summary: ''
17+
summary: |
18+
No `Class.AudioListener|AudioListeners` will be spawned by default.
1619
value: 1
1720
tags: []
1821
deprecation_message: ''
1922
- name: Character
20-
summary: ''
23+
summary: |
24+
An `Class.AudioListener` will be created and attached to your `Class.Players.LocalPlayer`'s `Class.Players.LocalPlayer.Character`.
2125
value: 2
2226
tags: []
2327
deprecation_message: ''
2428
- name: Camera
25-
summary: ''
29+
summary: |
30+
An `Class.AudioListener` will be created and parented to `Class.Workspace.CurrentCamera`.
2631
value: 3
2732
tags: []
2833
deprecation_message: ''

0 commit comments

Comments
 (0)