Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SortOrder

Used by UIGridStyleLayout.SortOrder to order the elements in the layout.

Items 3

HistoryNameValueDescription
598Name0

Elements are ordered by their Instance.Name in alphanumeric order.

598Custom1

Elements are ordered by the function passed to UIGridStyleLayout:SetCustomSortFunction().

598LayoutOrder2

Elements are ordered by GuiObject.LayoutOrder in ascending order; for example 0 will be placed before 1.

Description

Used by UIGridStyleLayout.SortOrder to order the elements in the layout.

History 10

Settings