Skip to content

Commit

Permalink
Added all properties and classes to ":GuiView" (#1314)
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
kaiserandaxl authored Dec 26, 2023
1 parent fd5446b commit 1c04745
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions MainModule/Client/Core/Functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,15 @@ return function(Vargs, GetEnv)
GetGuiData = function(args)
local props = {
"AbsolutePosition";
"AutomaticCanvasSize";
"BottomImage";
"AbsoluteSize";
"AnchorPoint";
"CornerRadius";
"CanvasSize";
"CanvasPosition";
"ClassName";
"ElasticBehavior";
"Name";
"Parent";
"Archivable";
Expand All @@ -446,10 +453,19 @@ return function(Vargs, GetEnv)
"BorderSizePixel";
"Position";
"Rotation";
"RichText";
"Selectable";
"HorizontalScrollBarPosition";
"Size";
"Enabled";
"Active";
"SizeConstraint";
"Style";
"ScrollBarThickness";
"ScrollBarImageTransparency";
"ScrollingEnabled";
"ScrollingDirection";
"ScrollBarImageColor";
"Visible";
"ZIndex";
"ClipsDescendants";
Expand All @@ -458,8 +474,11 @@ return function(Vargs, GetEnv)
"NextSelectionLeft";
"NextSelectionRight";
"NextSelectionUp";
"PlaceholderColor3";
"PlaceholderText";
"AutoButtonColor";
"Modal";
"MidImage";
"Image";
"ImageColor3";
"ImageRectOffset";
Expand All @@ -468,15 +487,73 @@ return function(Vargs, GetEnv)
"ScaleType";
"SliceCenter";
"Text";
"TopImage";
"TextColor3";
"TextDirection";
"Font";
"TextScaled";
"TextSize";
"TextStrokeColor3";
"TextStrokeTransparency";
"TextTransparency";
"TextTuncate";
"TextWrapped";
"TextXAlignment";
"TextYAlignment";
"VerticalScrollBarInset";
"VerticalScrollBarPosition";
"AspectRatio";
"AspectType";
"DominantAxis";
"Offset";
"Transparency";
"CellPadding";
"CellSize";
"Padding";
"PaddingBottom";
"PaddingLeft";
"PaddingRight";
"PaddingTop";
"Animated";
"Circular";
"EasingDirection";
"EasingStyle";
"TweenTime";
"FillDirection";
"SortOrder";
"VerticalAlignment";
"GamepadInputEnabled";
"ScrollWheelInputEnabled";
"TouchInputEnabled";
"Scale";
"MaxSize";
"MinSize";
"ApplyStrokeMode";
"Color";
"LineJoinMode";
"Thickness";
"FillEmptySpaceColumns";
"FillEmptySpaceRow";
"MajorAxis";
"HorizontalAlignment";
"MaxTextSize";
"MinTextSize";
"GroupColor3";
"GroupTransparency";
"SelectionImageObject";
"Looped";
"Playing";
"TimePosition";
"Video";
"Volume";
"LayoutOrder";
"Ambient";
"LightColor";
"LightDirection";
"CurrentCamera";
"AutomaticSize";
"AutoLocalize";
"RootLocalizationTable";
};

local classes = {
Expand All @@ -491,6 +568,20 @@ return function(Vargs, GetEnv)
"TextBox";
"BillboardGui";
"SurfaceGui";
"UICorner";
"UIAspectRatioConstraint";
"UIGradient";
"UIGridLayout";
"UIListLayout";
"UIPadding";
"UIPageLayout";
"UIScale";
"UISizeConstraint";
"UIStroke";
"UITableLayout";
"UITextSizeConstraint";
"VideoFrame";
"ViewportFrame"
}

local guis = {
Expand Down

0 comments on commit 1c04745

Please sign in to comment.