Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions content/en-us/reference/engine/classes/GuiObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ properties:
- UI
writeCapabilities: []
- name: GuiObject.GuiState
summary: ''
summary: |
Determines whether the player's mouse is being actively pressed on the
`Class.GuiObject` or not.
description: ''
code_samples: []
type: GuiState
Expand All @@ -389,8 +391,10 @@ properties:
- UI
writeCapabilities: []
- name: GuiObject.Interactable
summary: ''
description: ''
summary: |
Determines whether the `Class.GuiButton` can be interacted with or not.
description: |

code_samples: []
type: bool
tags: []
Expand Down
Loading