Skip to content

Commit c79fe4c

Browse files
update Open Source Docs from Roblox internal teams
1 parent 6dd8ede commit c79fe4c

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ properties:
6565
- UI
6666
writeCapabilities: []
6767
- name: GuiButton.HoverHapticEffect
68-
summary: ''
69-
description: ''
68+
summary: |
69+
A `Class.HapticEffect` instance that will play when the `Class.GuiButton` is being hovered.
70+
description: |
71+
A `Class.HapticEffect` instance that will play when the `Class.GuiButton` is being hovered.
7072
code_samples: []
7173
type: HapticEffect
7274
tags: []
@@ -105,8 +107,10 @@ properties:
105107
- UI
106108
writeCapabilities: []
107109
- name: GuiButton.PressHapticEffect
108-
summary: ''
109-
description: ''
110+
summary: |
111+
A `Class.HapticEffect` instance that will play when the `Class.GuiButton` is being pressed.
112+
description: |
113+
A `Class.HapticEffect` instance that will play when the `Class.GuiButton` is being pressed.
110114
code_samples: []
111115
type: HapticEffect
112116
tags: []

0 commit comments

Comments
 (0)