Skip to content

Commit 2f07ed5

Browse files
Update GuiService Documentation to Fix Mismatched Reference (#1223)
Fixes mistake where `GuiService.SelectionOrder` was referenced instead of `GuiObject.SelectionOrder` ## Changes `GuiService.SelectionOrder` obviously doesn't exist, i am assuming that it was originally supposed to say `GuiObject.SelectionOrder`. This request fixes this issue When i came across this, i was decently confused by this at first then after a couple of minutes i realized it was a mistake which was a little annoying... ## 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. Co-authored-by: IgnisRBX <[email protected]>
1 parent 90866dc commit 2f07ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ methods:
713713
a descendant of PlayerGui, the engine searches all available selectable,
714714
visible and on-screen GuiObjects that are descendants of selectionParent
715715
and sets the `Class.GuiService.SelectedObject` to the GuiObject with the
716-
smallest `Class.GuiService.SelectionOrder`.
716+
smallest `Class.GuiObject.SelectionOrder`.
717717
code_samples:
718718
- GuiService-PreferredTransparency
719719
parameters:

0 commit comments

Comments
 (0)