Skip to content

Commit 34dde2f

Browse files
authored
Added missing sections: GuiState, Interactable
There was just nothing in those 2 sections.
1 parent 0b017c7 commit 34dde2f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ properties:
369369
- UI
370370
writeCapabilities: []
371371
- name: GuiObject.GuiState
372-
summary: ''
372+
summary: |
373+
Determines whether the player's mouse is being actively pressed on the
374+
`Class.GuiObject` or not.
373375
description: ''
374376
code_samples: []
375377
type: GuiState
@@ -389,8 +391,10 @@ properties:
389391
- UI
390392
writeCapabilities: []
391393
- name: GuiObject.Interactable
392-
summary: ''
393-
description: ''
394+
summary: |
395+
Determines whether the `Class.GuiButton` can be interacted with or not.
396+
description: |
397+
394398
code_samples: []
395399
type: bool
396400
tags: []

0 commit comments

Comments
 (0)