Skip to content

Commit 6352137

Browse files
authored
Clarify HapticEffect is not out on HapticService deprecation msg (#1023)
## Changes <!-- Please summarize your changes. --> Change deprecation notice in HapticService to clarify that HapticEffect is not yet available, and set an alias so `Class.` is not visible but it will still link to `HapticEffect` when it is added. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> Report: https://devforum.roblox.com/t/feedback-on-hapticservice/3466028/2 ## Checks By submitting your pull request for review, you agree to the following: - [X] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [X] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [X] To the best of my knowledge, all proposed changes are accurate.
1 parent f02cbaa commit 6352137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ tags:
2424
- Service
2525
- NotReplicated
2626
deprecation_message: |
27-
This service has been superseded by `Class.HapticEffect`, a newer instance
28-
that supports multiple haptic effect types, looped effects, and customizable
29-
haptics.
27+
This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer
28+
instance that will support multiple haptic effect types, looped effects, and
29+
customizable haptics.
3030
properties: []
3131
methods:
3232
- name: HapticService:GetMotor

0 commit comments

Comments
 (0)