Skip to content

Commit e0dabba

Browse files
authored
Clarify that HapticEffect is not yet released
1 parent f0f4aac commit e0dabba

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ tags:
2323
- NotCreatable
2424
- Service
2525
- NotReplicated
26-
deprecation_message: ''
26+
deprecation_message: |
27+
This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer instance that will support multiple haptic effect types, looped effects, and customizable haptics.
2728
properties: []
2829
methods:
2930
- name: HapticService:GetMotor
@@ -54,7 +55,7 @@ methods:
5455
and `Enum.VibrationMotor` or `nil` if
5556
`Class.HapticService:SetMotor()|SetMotor()` has not been called prior.
5657
tags: []
57-
deprecation_message: ''
58+
deprecation_message: ""
5859
security: None
5960
thread_safety: Unsafe
6061
capabilities: []
@@ -86,7 +87,7 @@ methods:
8687
Boolean of `true` if the specified motor is available to be used with
8788
the specified `Enum.UserInputType`, `false` if not.
8889
tags: []
89-
deprecation_message: ''
90+
deprecation_message: ""
9091
security: None
9192
thread_safety: Unsafe
9293
capabilities: []
@@ -112,7 +113,7 @@ methods:
112113
Boolean of `true` if the specified `Enum.UserInputType` supports
113114
haptic feedback.
114115
tags: []
115-
deprecation_message: ''
116+
deprecation_message: ""
116117
security: None
117118
thread_safety: Unsafe
118119
capabilities: []
@@ -147,9 +148,9 @@ methods:
147148
the tuple, which should be a number.
148149
returns:
149150
- type: void
150-
summary: ''
151+
summary: ""
151152
tags: []
152-
deprecation_message: ''
153+
deprecation_message: ""
153154
security: None
154155
thread_safety: Unsafe
155156
capabilities: []

0 commit comments

Comments
 (0)