From f0f4aaca6ea6182b384785ff10d697a7bb3ff71e Mon Sep 17 00:00:00 2001 From: Dog <104234930+dgxo@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:57:50 +0000 Subject: [PATCH 1/3] Remove deprecation notice in HapticService --- content/en-us/reference/engine/classes/HapticService.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/en-us/reference/engine/classes/HapticService.yaml b/content/en-us/reference/engine/classes/HapticService.yaml index d6640a583..6431cd4a5 100644 --- a/content/en-us/reference/engine/classes/HapticService.yaml +++ b/content/en-us/reference/engine/classes/HapticService.yaml @@ -23,10 +23,7 @@ tags: - NotCreatable - Service - NotReplicated -deprecation_message: | - This service has been superseded by `Class.HapticEffect`, a newer instance - that supports multiple haptic effect types, looped effects, and customizable - haptics. +deprecation_message: '' properties: [] methods: - name: HapticService:GetMotor From e0dabba44696af1f7eacdb97fcff500839ac388d Mon Sep 17 00:00:00 2001 From: Dog <104234930+dgxo@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:24:55 +0000 Subject: [PATCH 2/3] Clarify that HapticEffect is not yet released --- .../reference/engine/classes/HapticService.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/en-us/reference/engine/classes/HapticService.yaml b/content/en-us/reference/engine/classes/HapticService.yaml index 6431cd4a5..38125800f 100644 --- a/content/en-us/reference/engine/classes/HapticService.yaml +++ b/content/en-us/reference/engine/classes/HapticService.yaml @@ -23,7 +23,8 @@ tags: - NotCreatable - Service - NotReplicated -deprecation_message: '' +deprecation_message: | + This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer instance that will support multiple haptic effect types, looped effects, and customizable haptics. properties: [] methods: - name: HapticService:GetMotor @@ -54,7 +55,7 @@ methods: and `Enum.VibrationMotor` or `nil` if `Class.HapticService:SetMotor()|SetMotor()` has not been called prior. tags: [] - deprecation_message: '' + deprecation_message: "" security: None thread_safety: Unsafe capabilities: [] @@ -86,7 +87,7 @@ methods: Boolean of `true` if the specified motor is available to be used with the specified `Enum.UserInputType`, `false` if not. tags: [] - deprecation_message: '' + deprecation_message: "" security: None thread_safety: Unsafe capabilities: [] @@ -112,7 +113,7 @@ methods: Boolean of `true` if the specified `Enum.UserInputType` supports haptic feedback. tags: [] - deprecation_message: '' + deprecation_message: "" security: None thread_safety: Unsafe capabilities: [] @@ -147,9 +148,9 @@ methods: the tuple, which should be a number. returns: - type: void - summary: '' + summary: "" tags: [] - deprecation_message: '' + deprecation_message: "" security: None thread_safety: Unsafe capabilities: [] From a0509982ece1c2b4fd6c71d20d6fd1885c16ad8c Mon Sep 17 00:00:00 2001 From: Dog <104234930+dgxo@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:29:12 +0000 Subject: [PATCH 3/3] Undo Prettier's weird formatting --- .../reference/engine/classes/HapticService.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/en-us/reference/engine/classes/HapticService.yaml b/content/en-us/reference/engine/classes/HapticService.yaml index 38125800f..2763f3752 100644 --- a/content/en-us/reference/engine/classes/HapticService.yaml +++ b/content/en-us/reference/engine/classes/HapticService.yaml @@ -24,7 +24,9 @@ tags: - Service - NotReplicated deprecation_message: | - This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer instance that will support multiple haptic effect types, looped effects, and customizable haptics. + This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer + instance that will support multiple haptic effect types, looped effects, and + customizable haptics. properties: [] methods: - name: HapticService:GetMotor @@ -55,7 +57,7 @@ methods: and `Enum.VibrationMotor` or `nil` if `Class.HapticService:SetMotor()|SetMotor()` has not been called prior. tags: [] - deprecation_message: "" + deprecation_message: '' security: None thread_safety: Unsafe capabilities: [] @@ -87,7 +89,7 @@ methods: Boolean of `true` if the specified motor is available to be used with the specified `Enum.UserInputType`, `false` if not. tags: [] - deprecation_message: "" + deprecation_message: '' security: None thread_safety: Unsafe capabilities: [] @@ -113,7 +115,7 @@ methods: Boolean of `true` if the specified `Enum.UserInputType` supports haptic feedback. tags: [] - deprecation_message: "" + deprecation_message: '' security: None thread_safety: Unsafe capabilities: [] @@ -148,9 +150,9 @@ methods: the tuple, which should be a number. returns: - type: void - summary: "" + summary: '' tags: [] - deprecation_message: "" + deprecation_message: '' security: None thread_safety: Unsafe capabilities: []