Skip to content

Commit 3a94d3e

Browse files
authored
Apply suggestions from code review
1 parent 44c4158 commit 3a94d3e

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

content/en-us/reference/engine/classes/AudioCompressor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ properties:
144144
can_save: true
145145
methods:
146146
- name: AudioCompressor:GetConnectedWires
147-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
147+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
148148
description: |
149149
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
150150
`Class.AudioCompressor` has one "Input" pin, one "Sidechain" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioDeviceInput.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ properties:
168168
can_save: true
169169
methods:
170170
- name: AudioDeviceInput:GetConnectedWires
171-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
171+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
172172
description: |
173173
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
174174
`Class.AudioDeviceInput` has one "Output" pin.

content/en-us/reference/engine/classes/AudioDeviceOutput.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ properties:
3838
can_save: true
3939
methods:
4040
- name: AudioDeviceOutput:GetConnectedWires
41-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
41+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
4242
description: |
4343
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
4444
`Class.AudioDeviceOutput` has one "Input" pin.

content/en-us/reference/engine/classes/AudioDistortion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tags: []
1515
deprecation_message: ''
1616
properties:
1717
- name: AudioDistortion.Bypass
18-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
19-
description: 'If True, audio streams are passed-through unaffected by this effect.'
18+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
19+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2020
code_samples: []
2121
type: bool
2222
tags: []
@@ -48,7 +48,7 @@ properties:
4848
can_save: true
4949
methods:
5050
- name: AudioDistortion:GetConnectedWires
51-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
51+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
5252
description: |
5353
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
5454
`Class.AudioDistortion` has one "Input" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioEcho.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tags: []
1515
deprecation_message: ''
1616
properties:
1717
- name: AudioEcho.Bypass
18-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
19-
description: 'If True, audio streams are passed-through unaffected by this effect.'
18+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
19+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2020
code_samples: []
2121
type: bool
2222
tags: []
@@ -104,7 +104,7 @@ properties:
104104
can_save: true
105105
methods:
106106
- name: AudioEcho:GetConnectedWires
107-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
107+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
108108
description: |
109109
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
110110
`Class.AudioEcho` has one "Input" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioEmitter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ properties:
6969
can_save: true
7070
methods:
7171
- name: AudioEmitter:GetConnectedWires
72-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
72+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
7373
description: |
7474
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
7575
`Class.AudioEmitter` has one "Input" pin.

content/en-us/reference/engine/classes/AudioEqualizer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ tags: []
1818
deprecation_message: ''
1919
properties:
2020
- name: AudioEqualizer.Bypass
21-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
22-
description: 'If True, audio streams are passed-through unaffected by this effect.'
21+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
22+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2323
code_samples: []
2424
type: bool
2525
tags: []
@@ -129,7 +129,7 @@ properties:
129129
can_save: true
130130
methods:
131131
- name: AudioEqualizer:GetConnectedWires
132-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
132+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
133133
description: |
134134
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
135135
`Class.AudioEqualizer` has one "Input" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioFader.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tags: []
1515
deprecation_message: ''
1616
properties:
1717
- name: AudioFader.Bypass
18-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
19-
description: 'If True, audio streams are passed-through unaffected by this effect.'
18+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
19+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2020
code_samples: []
2121
type: bool
2222
tags: []
@@ -49,7 +49,7 @@ properties:
4949
can_save: true
5050
methods:
5151
- name: AudioFader:GetConnectedWires
52-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
52+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
5353
description: |
5454
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
5555
`Class.AudioFader` has one "Input" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioFilter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ tags: []
1919
deprecation_message: ''
2020
properties:
2121
- name: AudioFilter.Bypass
22-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
23-
description: 'If True, audio streams are passed-through unaffected by this effect.'
22+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
23+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2424
code_samples: []
2525
type: bool
2626
tags: []
@@ -136,7 +136,7 @@ properties:
136136
can_save: true
137137
methods:
138138
- name: AudioFilter:GetConnectedWires
139-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
139+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
140140
description: |
141141
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
142142
`Class.AudioFilter` has one "Input" pin, and one "Output" pin.

content/en-us/reference/engine/classes/AudioFlanger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ tags: []
1616
deprecation_message: ''
1717
properties:
1818
- name: AudioFlanger.Bypass
19-
summary: 'If True, audio streams are passed-through unaffected by this effect.'
20-
description: 'If True, audio streams are passed-through unaffected by this effect.'
19+
summary: 'If true, audio streams are passed-through unaffected by this effect.'
20+
description: 'If true, audio streams are passed-through unaffected by this effect.'
2121
code_samples: []
2222
type: bool
2323
tags: []
@@ -88,7 +88,7 @@ properties:
8888
can_save: true
8989
methods:
9090
- name: AudioFlanger:GetConnectedWires
91-
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin'
91+
summary: 'Returns an array of `Class.Wire|Wires` that are connected to the specified pin.'
9292
description: |
9393
Returns an array of `Class.Wire|Wires` that are connected to the specified pin.
9494
`Class.AudioFlanger` has one "Input" pin, and one "Output" pin.

0 commit comments

Comments
 (0)