@rbxts/types 1.0.896 → 1.0.902
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/include/generated/None.d.ts +496 -82
- package/include/generated/PluginSecurity.d.ts +140 -27
- package/include/generated/enums.d.ts +228 -53
- package/package.json +1 -1
|
@@ -3791,10 +3791,14 @@ declare namespace Enum {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
export type AudioWindowSize = AudioWindowSize.Small | AudioWindowSize.Medium | AudioWindowSize.Large;
|
|
3793
3793
|
/**
|
|
3794
|
+
* Enum used with `Workspace.AuthorityMode`.
|
|
3795
|
+
*
|
|
3794
3796
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AuthorityMode)
|
|
3795
3797
|
*/
|
|
3796
3798
|
export namespace AuthorityMode {
|
|
3797
3799
|
/**
|
|
3800
|
+
* Server authority with client side prediction and rollback enabled.
|
|
3801
|
+
*
|
|
3798
3802
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AuthorityMode#Server)
|
|
3799
3803
|
*/
|
|
3800
3804
|
export interface Server extends globalThis.EnumItem {
|
|
@@ -3804,6 +3808,8 @@ declare namespace Enum {
|
|
|
3804
3808
|
}
|
|
3805
3809
|
export const Server: Server;
|
|
3806
3810
|
/**
|
|
3811
|
+
* Traditional distributed authority model where, for each instance, the engine decides whether the server or a client should be the authority; `BasePart:SetNetworkOwner()` can be used to influence the decision.
|
|
3812
|
+
*
|
|
3807
3813
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AuthorityMode#Automatic)
|
|
3808
3814
|
*/
|
|
3809
3815
|
export interface Automatic extends globalThis.EnumItem {
|
|
@@ -6508,33 +6514,6 @@ declare namespace Enum {
|
|
|
6508
6514
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CatalogSortType | undefined;
|
|
6509
6515
|
}
|
|
6510
6516
|
export type CatalogSortType = CatalogSortType.Relevance | CatalogSortType.PriceHighToLow | CatalogSortType.PriceLowToHigh | CatalogSortType.MostFavorited | CatalogSortType.RecentlyCreated | CatalogSortType.Bestselling;
|
|
6511
|
-
/**
|
|
6512
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter)
|
|
6513
|
-
*/
|
|
6514
|
-
export namespace CatalogTimedOptionFilter {
|
|
6515
|
-
/**
|
|
6516
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter#All)
|
|
6517
|
-
*/
|
|
6518
|
-
export interface All extends globalThis.EnumItem {
|
|
6519
|
-
Name: "All";
|
|
6520
|
-
Value: 1;
|
|
6521
|
-
EnumType: typeof globalThis.Enum.CatalogTimedOptionFilter;
|
|
6522
|
-
}
|
|
6523
|
-
export const All: All;
|
|
6524
|
-
/**
|
|
6525
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter#TimedOptionOnly)
|
|
6526
|
-
*/
|
|
6527
|
-
export interface TimedOptionOnly extends globalThis.EnumItem {
|
|
6528
|
-
Name: "TimedOptionOnly";
|
|
6529
|
-
Value: 2;
|
|
6530
|
-
EnumType: typeof globalThis.Enum.CatalogTimedOptionFilter;
|
|
6531
|
-
}
|
|
6532
|
-
export const TimedOptionOnly: TimedOptionOnly;
|
|
6533
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CatalogTimedOptionFilter>;
|
|
6534
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CatalogTimedOptionFilter | undefined;
|
|
6535
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CatalogTimedOptionFilter | undefined;
|
|
6536
|
-
}
|
|
6537
|
-
export type CatalogTimedOptionFilter = CatalogTimedOptionFilter.All | CatalogTimedOptionFilter.TimedOptionOnly;
|
|
6538
6517
|
/**
|
|
6539
6518
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CellBlock)
|
|
6540
6519
|
*/
|
|
@@ -8494,6 +8473,10 @@ declare namespace Enum {
|
|
|
8494
8473
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8495
8474
|
}
|
|
8496
8475
|
export const DisconnectRaknetErrors: DisconnectRaknetErrors;
|
|
8476
|
+
/**
|
|
8477
|
+
* @deprecated renamed to DisconnectRaknetErrors
|
|
8478
|
+
*/
|
|
8479
|
+
export const DisconnectNoResponse: DisconnectRaknetErrors;
|
|
8497
8480
|
/**
|
|
8498
8481
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectWrongVersion)
|
|
8499
8482
|
*/
|
|
@@ -9617,6 +9600,12 @@ declare namespace Enum {
|
|
|
9617
9600
|
}
|
|
9618
9601
|
export const RemoveVersionAsync: RemoveVersionAsync;
|
|
9619
9602
|
/**
|
|
9603
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9604
|
+
*
|
|
9605
|
+
*
|
|
9606
|
+
*
|
|
9607
|
+
* Refers to `GetAsync()`, `GetVersionAsync()`, `GetVersionAtTimeAsync()`, and the read of `UpdateAsync()` for `DataStore`.
|
|
9608
|
+
*
|
|
9620
9609
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardRead)
|
|
9621
9610
|
*/
|
|
9622
9611
|
export interface StandardRead extends globalThis.EnumItem {
|
|
@@ -9626,6 +9615,12 @@ declare namespace Enum {
|
|
|
9626
9615
|
}
|
|
9627
9616
|
export const StandardRead: StandardRead;
|
|
9628
9617
|
/**
|
|
9618
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9619
|
+
*
|
|
9620
|
+
*
|
|
9621
|
+
*
|
|
9622
|
+
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `DataStore`.
|
|
9623
|
+
*
|
|
9629
9624
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardWrite)
|
|
9630
9625
|
*/
|
|
9631
9626
|
export interface StandardWrite extends globalThis.EnumItem {
|
|
@@ -9635,6 +9630,12 @@ declare namespace Enum {
|
|
|
9635
9630
|
}
|
|
9636
9631
|
export const StandardWrite: StandardWrite;
|
|
9637
9632
|
/**
|
|
9633
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9634
|
+
*
|
|
9635
|
+
*
|
|
9636
|
+
*
|
|
9637
|
+
* Refers to `ListDataStoresAsync()`, and `ListKeysAsync()` and `ListVersionsAsync()` for `DataStore`.
|
|
9638
|
+
*
|
|
9638
9639
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardList)
|
|
9639
9640
|
*/
|
|
9640
9641
|
export interface StandardList extends globalThis.EnumItem {
|
|
@@ -9644,6 +9645,12 @@ declare namespace Enum {
|
|
|
9644
9645
|
}
|
|
9645
9646
|
export const StandardList: StandardList;
|
|
9646
9647
|
/**
|
|
9648
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9649
|
+
*
|
|
9650
|
+
*
|
|
9651
|
+
*
|
|
9652
|
+
* Refers to `RemoveAsync()` for `DataStore`.
|
|
9653
|
+
*
|
|
9647
9654
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardRemove)
|
|
9648
9655
|
*/
|
|
9649
9656
|
export interface StandardRemove extends globalThis.EnumItem {
|
|
@@ -9653,6 +9660,12 @@ declare namespace Enum {
|
|
|
9653
9660
|
}
|
|
9654
9661
|
export const StandardRemove: StandardRemove;
|
|
9655
9662
|
/**
|
|
9663
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9664
|
+
*
|
|
9665
|
+
*
|
|
9666
|
+
*
|
|
9667
|
+
* Refers to `GetAsync()` and the read of `UpdateAsync()` for `OrderedDataStore`.
|
|
9668
|
+
*
|
|
9656
9669
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedRead)
|
|
9657
9670
|
*/
|
|
9658
9671
|
export interface OrderedRead extends globalThis.EnumItem {
|
|
@@ -9662,6 +9675,12 @@ declare namespace Enum {
|
|
|
9662
9675
|
}
|
|
9663
9676
|
export const OrderedRead: OrderedRead;
|
|
9664
9677
|
/**
|
|
9678
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9679
|
+
*
|
|
9680
|
+
*
|
|
9681
|
+
*
|
|
9682
|
+
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `OrderedDataStore`.
|
|
9683
|
+
*
|
|
9665
9684
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedWrite)
|
|
9666
9685
|
*/
|
|
9667
9686
|
export interface OrderedWrite extends globalThis.EnumItem {
|
|
@@ -9671,6 +9690,12 @@ declare namespace Enum {
|
|
|
9671
9690
|
}
|
|
9672
9691
|
export const OrderedWrite: OrderedWrite;
|
|
9673
9692
|
/**
|
|
9693
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9694
|
+
*
|
|
9695
|
+
*
|
|
9696
|
+
*
|
|
9697
|
+
* Refers to `GetSortedAsync()` for `OrderedDataStore`. GetRequestBudgetForRequestType()`with this enum will return`0`.
|
|
9698
|
+
*
|
|
9674
9699
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedList)
|
|
9675
9700
|
*/
|
|
9676
9701
|
export interface OrderedList extends globalThis.EnumItem {
|
|
@@ -9680,6 +9705,12 @@ declare namespace Enum {
|
|
|
9680
9705
|
}
|
|
9681
9706
|
export const OrderedList: OrderedList;
|
|
9682
9707
|
/**
|
|
9708
|
+
* This request type is not yet active, `GetRequestBudgetForRequestType()` with this enum will return `0`.
|
|
9709
|
+
*
|
|
9710
|
+
*
|
|
9711
|
+
*
|
|
9712
|
+
* Refers to `RemoveAsync()` for `OrderedDataStore`.
|
|
9713
|
+
*
|
|
9683
9714
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedRemove)
|
|
9684
9715
|
*/
|
|
9685
9716
|
export interface OrderedRemove extends globalThis.EnumItem {
|
|
@@ -12989,7 +13020,7 @@ declare namespace Enum {
|
|
|
12989
13020
|
}
|
|
12990
13021
|
export const Legacy: Legacy;
|
|
12991
13022
|
/**
|
|
12992
|
-
* Arial has been removed
|
|
13023
|
+
* `Arial` has been removed. Using it will map to the `Arimo` font family of the `Font` data type.
|
|
12993
13024
|
*
|
|
12994
13025
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#Arial)
|
|
12995
13026
|
*/
|
|
@@ -13000,7 +13031,7 @@ declare namespace Enum {
|
|
|
13000
13031
|
}
|
|
13001
13032
|
export const Arial: Arial;
|
|
13002
13033
|
/**
|
|
13003
|
-
*
|
|
13034
|
+
* `ArialBold` has been removed. Using it will map to the `Arimo` font family of the `Font` data type.
|
|
13004
13035
|
*
|
|
13005
13036
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#ArialBold)
|
|
13006
13037
|
*/
|
|
@@ -13165,7 +13196,7 @@ declare namespace Enum {
|
|
|
13165
13196
|
}
|
|
13166
13197
|
export const SourceSansSemibold: SourceSansSemibold;
|
|
13167
13198
|
/**
|
|
13168
|
-
* Gotham has been removed
|
|
13199
|
+
* `Gotham` has been removed. Using it will map to the `Montserrat` font family of the `Font` data type.
|
|
13169
13200
|
*
|
|
13170
13201
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#Gotham)
|
|
13171
13202
|
*/
|
|
@@ -13180,7 +13211,7 @@ declare namespace Enum {
|
|
|
13180
13211
|
*/
|
|
13181
13212
|
export const Montserrat: Gotham;
|
|
13182
13213
|
/**
|
|
13183
|
-
*
|
|
13214
|
+
* `GothamMedium` has been removed. Using it will map to the `Montserrat` font family of the `Font` data type.
|
|
13184
13215
|
*
|
|
13185
13216
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamMedium)
|
|
13186
13217
|
*/
|
|
@@ -13199,7 +13230,7 @@ declare namespace Enum {
|
|
|
13199
13230
|
*/
|
|
13200
13231
|
export const MontserratMedium: GothamMedium;
|
|
13201
13232
|
/**
|
|
13202
|
-
*
|
|
13233
|
+
* `GothamBold` has been removed. Using it will map to the `Montserrat` font family of the `Font` data type.
|
|
13203
13234
|
*
|
|
13204
13235
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamBold)
|
|
13205
13236
|
*/
|
|
@@ -13214,7 +13245,7 @@ declare namespace Enum {
|
|
|
13214
13245
|
*/
|
|
13215
13246
|
export const MontserratBold: GothamBold;
|
|
13216
13247
|
/**
|
|
13217
|
-
*
|
|
13248
|
+
* `GothamBlack` has been removed. Using it will map to the `Montserrat` font family of the `Font` data type.
|
|
13218
13249
|
*
|
|
13219
13250
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamBlack)
|
|
13220
13251
|
*/
|
|
@@ -13570,7 +13601,7 @@ declare namespace Enum {
|
|
|
13570
13601
|
}
|
|
13571
13602
|
export const ArimoBold: ArimoBold;
|
|
13572
13603
|
/**
|
|
13573
|
-
* Set when the
|
|
13604
|
+
* Set when the GUI object's font face is set to a `Font` that has no corresponding enum value.
|
|
13574
13605
|
*
|
|
13575
13606
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#Unknown)
|
|
13576
13607
|
*/
|
|
@@ -13590,7 +13621,7 @@ declare namespace Enum {
|
|
|
13590
13621
|
*/
|
|
13591
13622
|
export namespace FontSize {
|
|
13592
13623
|
/**
|
|
13593
|
-
* Font size 8
|
|
13624
|
+
* Font size `8`.
|
|
13594
13625
|
*
|
|
13595
13626
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size8)
|
|
13596
13627
|
*/
|
|
@@ -13601,7 +13632,7 @@ declare namespace Enum {
|
|
|
13601
13632
|
}
|
|
13602
13633
|
export const Size8: Size8;
|
|
13603
13634
|
/**
|
|
13604
|
-
* Font size 9
|
|
13635
|
+
* Font size `9`.
|
|
13605
13636
|
*
|
|
13606
13637
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size9)
|
|
13607
13638
|
*/
|
|
@@ -13612,7 +13643,7 @@ declare namespace Enum {
|
|
|
13612
13643
|
}
|
|
13613
13644
|
export const Size9: Size9;
|
|
13614
13645
|
/**
|
|
13615
|
-
* Font size 10
|
|
13646
|
+
* Font size `10`.
|
|
13616
13647
|
*
|
|
13617
13648
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size10)
|
|
13618
13649
|
*/
|
|
@@ -13623,7 +13654,7 @@ declare namespace Enum {
|
|
|
13623
13654
|
}
|
|
13624
13655
|
export const Size10: Size10;
|
|
13625
13656
|
/**
|
|
13626
|
-
* Font size 11
|
|
13657
|
+
* Font size `11`.
|
|
13627
13658
|
*
|
|
13628
13659
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size11)
|
|
13629
13660
|
*/
|
|
@@ -13634,7 +13665,7 @@ declare namespace Enum {
|
|
|
13634
13665
|
}
|
|
13635
13666
|
export const Size11: Size11;
|
|
13636
13667
|
/**
|
|
13637
|
-
* Font size 12
|
|
13668
|
+
* Font size `12`.
|
|
13638
13669
|
*
|
|
13639
13670
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size12)
|
|
13640
13671
|
*/
|
|
@@ -13645,7 +13676,7 @@ declare namespace Enum {
|
|
|
13645
13676
|
}
|
|
13646
13677
|
export const Size12: Size12;
|
|
13647
13678
|
/**
|
|
13648
|
-
* Font size 14
|
|
13679
|
+
* Font size `14`.
|
|
13649
13680
|
*
|
|
13650
13681
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size14)
|
|
13651
13682
|
*/
|
|
@@ -13656,7 +13687,7 @@ declare namespace Enum {
|
|
|
13656
13687
|
}
|
|
13657
13688
|
export const Size14: Size14;
|
|
13658
13689
|
/**
|
|
13659
|
-
* Font size 18
|
|
13690
|
+
* Font size `18`.
|
|
13660
13691
|
*
|
|
13661
13692
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size18)
|
|
13662
13693
|
*/
|
|
@@ -13667,7 +13698,7 @@ declare namespace Enum {
|
|
|
13667
13698
|
}
|
|
13668
13699
|
export const Size18: Size18;
|
|
13669
13700
|
/**
|
|
13670
|
-
* Font size 24
|
|
13701
|
+
* Font size `24`.
|
|
13671
13702
|
*
|
|
13672
13703
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size24)
|
|
13673
13704
|
*/
|
|
@@ -13678,7 +13709,7 @@ declare namespace Enum {
|
|
|
13678
13709
|
}
|
|
13679
13710
|
export const Size24: Size24;
|
|
13680
13711
|
/**
|
|
13681
|
-
* Font size 36
|
|
13712
|
+
* Font size `36`.
|
|
13682
13713
|
*
|
|
13683
13714
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size36)
|
|
13684
13715
|
*/
|
|
@@ -13689,7 +13720,7 @@ declare namespace Enum {
|
|
|
13689
13720
|
}
|
|
13690
13721
|
export const Size36: Size36;
|
|
13691
13722
|
/**
|
|
13692
|
-
* Font size 48
|
|
13723
|
+
* Font size `48`.
|
|
13693
13724
|
*
|
|
13694
13725
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size48)
|
|
13695
13726
|
*/
|
|
@@ -13700,7 +13731,7 @@ declare namespace Enum {
|
|
|
13700
13731
|
}
|
|
13701
13732
|
export const Size48: Size48;
|
|
13702
13733
|
/**
|
|
13703
|
-
* Font size 28
|
|
13734
|
+
* Font size `28`.
|
|
13704
13735
|
*
|
|
13705
13736
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size28)
|
|
13706
13737
|
*/
|
|
@@ -13711,7 +13742,7 @@ declare namespace Enum {
|
|
|
13711
13742
|
}
|
|
13712
13743
|
export const Size28: Size28;
|
|
13713
13744
|
/**
|
|
13714
|
-
* Font size 32
|
|
13745
|
+
* Font size `32`.
|
|
13715
13746
|
*
|
|
13716
13747
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size32)
|
|
13717
13748
|
*/
|
|
@@ -13722,7 +13753,7 @@ declare namespace Enum {
|
|
|
13722
13753
|
}
|
|
13723
13754
|
export const Size32: Size32;
|
|
13724
13755
|
/**
|
|
13725
|
-
* Font size 42
|
|
13756
|
+
* Font size `42`.
|
|
13726
13757
|
*
|
|
13727
13758
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size42)
|
|
13728
13759
|
*/
|
|
@@ -13733,7 +13764,7 @@ declare namespace Enum {
|
|
|
13733
13764
|
}
|
|
13734
13765
|
export const Size42: Size42;
|
|
13735
13766
|
/**
|
|
13736
|
-
* Font size 60
|
|
13767
|
+
* Font size `60`.
|
|
13737
13768
|
*
|
|
13738
13769
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size60)
|
|
13739
13770
|
*/
|
|
@@ -13744,7 +13775,7 @@ declare namespace Enum {
|
|
|
13744
13775
|
}
|
|
13745
13776
|
export const Size60: Size60;
|
|
13746
13777
|
/**
|
|
13747
|
-
* Font size 96
|
|
13778
|
+
* Font size `96`.
|
|
13748
13779
|
*
|
|
13749
13780
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontSize#Size96)
|
|
13750
13781
|
*/
|
|
@@ -13760,7 +13791,7 @@ declare namespace Enum {
|
|
|
13760
13791
|
}
|
|
13761
13792
|
export type FontSize = FontSize.Size8 | FontSize.Size9 | FontSize.Size10 | FontSize.Size11 | FontSize.Size12 | FontSize.Size14 | FontSize.Size18 | FontSize.Size24 | FontSize.Size36 | FontSize.Size48 | FontSize.Size28 | FontSize.Size32 | FontSize.Size42 | FontSize.Size60 | FontSize.Size96;
|
|
13762
13793
|
/**
|
|
13763
|
-
* Describes whether a `Font` is
|
|
13794
|
+
* Describes whether a `Font` style is normal or italic.
|
|
13764
13795
|
*
|
|
13765
13796
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FontStyle)
|
|
13766
13797
|
*/
|
|
@@ -15599,11 +15630,29 @@ declare namespace Enum {
|
|
|
15599
15630
|
EnumType: typeof globalThis.Enum.HttpError;
|
|
15600
15631
|
}
|
|
15601
15632
|
export const CreatorEnvironmentsNotSupportedByService: CreatorEnvironmentsNotSupportedByService;
|
|
15633
|
+
/**
|
|
15634
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpError#InactivityTimeout)
|
|
15635
|
+
*/
|
|
15636
|
+
export interface InactivityTimeout extends globalThis.EnumItem {
|
|
15637
|
+
Name: "InactivityTimeout";
|
|
15638
|
+
Value: 16;
|
|
15639
|
+
EnumType: typeof globalThis.Enum.HttpError;
|
|
15640
|
+
}
|
|
15641
|
+
export const InactivityTimeout: InactivityTimeout;
|
|
15642
|
+
/**
|
|
15643
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpError#TooManyOutstandingRequests)
|
|
15644
|
+
*/
|
|
15645
|
+
export interface TooManyOutstandingRequests extends globalThis.EnumItem {
|
|
15646
|
+
Name: "TooManyOutstandingRequests";
|
|
15647
|
+
Value: 17;
|
|
15648
|
+
EnumType: typeof globalThis.Enum.HttpError;
|
|
15649
|
+
}
|
|
15650
|
+
export const TooManyOutstandingRequests: TooManyOutstandingRequests;
|
|
15602
15651
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.HttpError>;
|
|
15603
15652
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.HttpError | undefined;
|
|
15604
15653
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.HttpError | undefined;
|
|
15605
15654
|
}
|
|
15606
|
-
export type HttpError = HttpError.OK | HttpError.InvalidUrl | HttpError.DnsResolve | HttpError.ConnectFail | HttpError.OutOfMemory | HttpError.TimedOut | HttpError.TooManyRedirects | HttpError.InvalidRedirect | HttpError.NetFail | HttpError.Aborted | HttpError.SslConnectFail | HttpError.SslVerificationFail | HttpError.Unknown | HttpError.ConnectionClosed | HttpError.ServerProtocolError | HttpError.CreatorEnvironmentsNotSupportedByService;
|
|
15655
|
+
export type HttpError = HttpError.OK | HttpError.InvalidUrl | HttpError.DnsResolve | HttpError.ConnectFail | HttpError.OutOfMemory | HttpError.TimedOut | HttpError.TooManyRedirects | HttpError.InvalidRedirect | HttpError.NetFail | HttpError.Aborted | HttpError.SslConnectFail | HttpError.SslVerificationFail | HttpError.Unknown | HttpError.ConnectionClosed | HttpError.ServerProtocolError | HttpError.CreatorEnvironmentsNotSupportedByService | HttpError.InactivityTimeout | HttpError.TooManyOutstandingRequests;
|
|
15607
15656
|
/**
|
|
15608
15657
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpRequestType)
|
|
15609
15658
|
*/
|
|
@@ -16675,6 +16724,51 @@ declare namespace Enum {
|
|
|
16675
16724
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InputType | undefined;
|
|
16676
16725
|
}
|
|
16677
16726
|
export type InputType = InputType.NoInput | InputType.Constant | InputType.Sin;
|
|
16727
|
+
/**
|
|
16728
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus)
|
|
16729
|
+
*/
|
|
16730
|
+
export namespace InstanceFileSyncStatus {
|
|
16731
|
+
/**
|
|
16732
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus#NotSynced)
|
|
16733
|
+
*/
|
|
16734
|
+
export interface NotSynced extends globalThis.EnumItem {
|
|
16735
|
+
Name: "NotSynced";
|
|
16736
|
+
Value: 0;
|
|
16737
|
+
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16738
|
+
}
|
|
16739
|
+
export const NotSynced: NotSynced;
|
|
16740
|
+
/**
|
|
16741
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus#Errored)
|
|
16742
|
+
*/
|
|
16743
|
+
export interface Errored extends globalThis.EnumItem {
|
|
16744
|
+
Name: "Errored";
|
|
16745
|
+
Value: 1;
|
|
16746
|
+
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16747
|
+
}
|
|
16748
|
+
export const Errored: Errored;
|
|
16749
|
+
/**
|
|
16750
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus#SyncedAsRoot)
|
|
16751
|
+
*/
|
|
16752
|
+
export interface SyncedAsRoot extends globalThis.EnumItem {
|
|
16753
|
+
Name: "SyncedAsRoot";
|
|
16754
|
+
Value: 2;
|
|
16755
|
+
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16756
|
+
}
|
|
16757
|
+
export const SyncedAsRoot: SyncedAsRoot;
|
|
16758
|
+
/**
|
|
16759
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus#SyncedAsDescendant)
|
|
16760
|
+
*/
|
|
16761
|
+
export interface SyncedAsDescendant extends globalThis.EnumItem {
|
|
16762
|
+
Name: "SyncedAsDescendant";
|
|
16763
|
+
Value: 3;
|
|
16764
|
+
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16765
|
+
}
|
|
16766
|
+
export const SyncedAsDescendant: SyncedAsDescendant;
|
|
16767
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.InstanceFileSyncStatus>;
|
|
16768
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InstanceFileSyncStatus | undefined;
|
|
16769
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InstanceFileSyncStatus | undefined;
|
|
16770
|
+
}
|
|
16771
|
+
export type InstanceFileSyncStatus = InstanceFileSyncStatus.NotSynced | InstanceFileSyncStatus.Errored | InstanceFileSyncStatus.SyncedAsRoot | InstanceFileSyncStatus.SyncedAsDescendant;
|
|
16678
16772
|
/**
|
|
16679
16773
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/IntermediateMeshGenerationResult)
|
|
16680
16774
|
*/
|
|
@@ -24895,10 +24989,14 @@ declare namespace Enum {
|
|
|
24895
24989
|
}
|
|
24896
24990
|
export type PositionAlignmentMode = PositionAlignmentMode.OneAttachment | PositionAlignmentMode.TwoAttachment;
|
|
24897
24991
|
/**
|
|
24992
|
+
* Enum used with `RunService:SetPredictionMode()` to define the prediction mode for the instance.
|
|
24993
|
+
*
|
|
24898
24994
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode)
|
|
24899
24995
|
*/
|
|
24900
24996
|
export namespace PredictionMode {
|
|
24901
24997
|
/**
|
|
24998
|
+
* The engine will automatically decide if this instance should be predicted or not. Currently, only `BaseParts` near the local player character's `Humanoid` will be predicted within a dynamic radius that grows and shrinks based on the device's capability to handle the simulation load.
|
|
24999
|
+
*
|
|
24902
25000
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#Automatic)
|
|
24903
25001
|
*/
|
|
24904
25002
|
export interface Automatic extends globalThis.EnumItem {
|
|
@@ -24908,6 +25006,8 @@ declare namespace Enum {
|
|
|
24908
25006
|
}
|
|
24909
25007
|
export const Automatic: Automatic;
|
|
24910
25008
|
/**
|
|
25009
|
+
* The instance will be predicted. Mismatches in the attributes of this instance between the client and server will cause a rollback and resimulation. If the instance is a `BasePart`, its physics properties will be predicted ahead of the replicated authoritative server state.
|
|
25010
|
+
*
|
|
24911
25011
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#On)
|
|
24912
25012
|
*/
|
|
24913
25013
|
export interface On extends globalThis.EnumItem {
|
|
@@ -24917,6 +25017,8 @@ declare namespace Enum {
|
|
|
24917
25017
|
}
|
|
24918
25018
|
export const On: On;
|
|
24919
25019
|
/**
|
|
25020
|
+
* The instance will **not** be predicted. Regular network ownership semantics apply.
|
|
25021
|
+
*
|
|
24920
25022
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#Off)
|
|
24921
25023
|
*/
|
|
24922
25024
|
export interface Off extends globalThis.EnumItem {
|
|
@@ -24931,10 +25033,14 @@ declare namespace Enum {
|
|
|
24931
25033
|
}
|
|
24932
25034
|
export type PredictionMode = PredictionMode.Automatic | PredictionMode.On | PredictionMode.Off;
|
|
24933
25035
|
/**
|
|
25036
|
+
* Enum used with `RunService:GetPredictionStatus()` to check the status of a specific instance.
|
|
25037
|
+
*
|
|
24934
25038
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionStatus)
|
|
24935
25039
|
*/
|
|
24936
25040
|
export namespace PredictionStatus {
|
|
24937
25041
|
/**
|
|
25042
|
+
* This instance is authoritative.
|
|
25043
|
+
*
|
|
24938
25044
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionStatus#Authoritative)
|
|
24939
25045
|
*/
|
|
24940
25046
|
export interface Authoritative extends globalThis.EnumItem {
|
|
@@ -24944,6 +25050,8 @@ declare namespace Enum {
|
|
|
24944
25050
|
}
|
|
24945
25051
|
export const Authoritative: Authoritative;
|
|
24946
25052
|
/**
|
|
25053
|
+
* This instance is being predicted.
|
|
25054
|
+
*
|
|
24947
25055
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionStatus#Predicted)
|
|
24948
25056
|
*/
|
|
24949
25057
|
export interface Predicted extends globalThis.EnumItem {
|
|
@@ -24953,6 +25061,8 @@ declare namespace Enum {
|
|
|
24953
25061
|
}
|
|
24954
25062
|
export const Predicted: Predicted;
|
|
24955
25063
|
/**
|
|
25064
|
+
* The instance will not be resimulated; classic simulation rules apply instead.
|
|
25065
|
+
*
|
|
24956
25066
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionStatus#None)
|
|
24957
25067
|
*/
|
|
24958
25068
|
export interface None extends globalThis.EnumItem {
|
|
@@ -26253,7 +26363,7 @@ declare namespace Enum {
|
|
|
26253
26363
|
}
|
|
26254
26364
|
export const Comment: Comment;
|
|
26255
26365
|
/**
|
|
26256
|
-
* The user joined an experience through the item.
|
|
26366
|
+
* The user joined an experience through the item, or played a mini-game associated with the item.
|
|
26257
26367
|
*
|
|
26258
26368
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationActionType#Play)
|
|
26259
26369
|
*/
|
|
@@ -28491,7 +28601,7 @@ declare namespace Enum {
|
|
|
28491
28601
|
}
|
|
28492
28602
|
export const CoreUISafeInsets: CoreUISafeInsets;
|
|
28493
28603
|
/**
|
|
28494
|
-
* Top bar safe area insets are added to the `DeviceSafeInsets` area, resulting in an area guaranteed to be unobscured by both device screen cutouts and Roblox core UI elements like the experience controls. Unlike `CoreUISafeInsets`, this area's position and size is dynamic and is limited to the space available within the top bar area itself, outside of `CoreUISafeInsets`.
|
|
28604
|
+
* Top bar safe area insets are added to the `DeviceSafeInsets` area, resulting in an area guaranteed to be unobscured by both device screen cutouts and Roblox core UI elements like the experience controls. Unlike `CoreUISafeInsets`, this area's position and size is dynamic and is limited to the space available within the top bar area itself, outside of `CoreUISafeInsets`. See the `GuiService.TopbarInset` property which represents the absolute size and position of the unobstructed area within the top bar space.
|
|
28495
28605
|
*
|
|
28496
28606
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenInsets#TopbarSafeInsets)
|
|
28497
28607
|
*/
|
|
@@ -28572,6 +28682,51 @@ declare namespace Enum {
|
|
|
28572
28682
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ScreenOrientation | undefined;
|
|
28573
28683
|
}
|
|
28574
28684
|
export type ScreenOrientation = ScreenOrientation.LandscapeLeft | ScreenOrientation.LandscapeRight | ScreenOrientation.LandscapeSensor | ScreenOrientation.Portrait | ScreenOrientation.Sensor;
|
|
28685
|
+
/**
|
|
28686
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenshotCaptureResult)
|
|
28687
|
+
*/
|
|
28688
|
+
export namespace ScreenshotCaptureResult {
|
|
28689
|
+
/**
|
|
28690
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenshotCaptureResult#Success)
|
|
28691
|
+
*/
|
|
28692
|
+
export interface Success extends globalThis.EnumItem {
|
|
28693
|
+
Name: "Success";
|
|
28694
|
+
Value: 0;
|
|
28695
|
+
EnumType: typeof globalThis.Enum.ScreenshotCaptureResult;
|
|
28696
|
+
}
|
|
28697
|
+
export const Success: Success;
|
|
28698
|
+
/**
|
|
28699
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenshotCaptureResult#OtherError)
|
|
28700
|
+
*/
|
|
28701
|
+
export interface OtherError extends globalThis.EnumItem {
|
|
28702
|
+
Name: "OtherError";
|
|
28703
|
+
Value: 1;
|
|
28704
|
+
EnumType: typeof globalThis.Enum.ScreenshotCaptureResult;
|
|
28705
|
+
}
|
|
28706
|
+
export const OtherError: OtherError;
|
|
28707
|
+
/**
|
|
28708
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenshotCaptureResult#NoDeviceSupport)
|
|
28709
|
+
*/
|
|
28710
|
+
export interface NoDeviceSupport extends globalThis.EnumItem {
|
|
28711
|
+
Name: "NoDeviceSupport";
|
|
28712
|
+
Value: 2;
|
|
28713
|
+
EnumType: typeof globalThis.Enum.ScreenshotCaptureResult;
|
|
28714
|
+
}
|
|
28715
|
+
export const NoDeviceSupport: NoDeviceSupport;
|
|
28716
|
+
/**
|
|
28717
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScreenshotCaptureResult#NoSpaceOnDevice)
|
|
28718
|
+
*/
|
|
28719
|
+
export interface NoSpaceOnDevice extends globalThis.EnumItem {
|
|
28720
|
+
Name: "NoSpaceOnDevice";
|
|
28721
|
+
Value: 3;
|
|
28722
|
+
EnumType: typeof globalThis.Enum.ScreenshotCaptureResult;
|
|
28723
|
+
}
|
|
28724
|
+
export const NoSpaceOnDevice: NoSpaceOnDevice;
|
|
28725
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ScreenshotCaptureResult>;
|
|
28726
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ScreenshotCaptureResult | undefined;
|
|
28727
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ScreenshotCaptureResult | undefined;
|
|
28728
|
+
}
|
|
28729
|
+
export type ScreenshotCaptureResult = ScreenshotCaptureResult.Success | ScreenshotCaptureResult.OtherError | ScreenshotCaptureResult.NoDeviceSupport | ScreenshotCaptureResult.NoSpaceOnDevice;
|
|
28575
28730
|
/**
|
|
28576
28731
|
* This enum is used with `ScrollingFrame.HorizontalScrollBarInset` and `ScrollingFrame.VerticalScrollBarInset` to indicate whether the canvas should be inset by `ScrollBarThickness` for the respective scroll bar.
|
|
28577
28732
|
*
|
|
@@ -29842,10 +29997,14 @@ declare namespace Enum {
|
|
|
29842
29997
|
}
|
|
29843
29998
|
export type Status = Status.Poison | Status.Confusion;
|
|
29844
29999
|
/**
|
|
30000
|
+
* Enum used with `RunService:BindToSimulation()` to indicate the frequency at which the bound function is called.
|
|
30001
|
+
*
|
|
29845
30002
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency)
|
|
29846
30003
|
*/
|
|
29847
30004
|
export namespace StepFrequency {
|
|
29848
30005
|
/**
|
|
30006
|
+
* The bound function is called at 60 Hz.
|
|
30007
|
+
*
|
|
29849
30008
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz60)
|
|
29850
30009
|
*/
|
|
29851
30010
|
export interface Hz60 extends globalThis.EnumItem {
|
|
@@ -29855,6 +30014,8 @@ declare namespace Enum {
|
|
|
29855
30014
|
}
|
|
29856
30015
|
export const Hz60: Hz60;
|
|
29857
30016
|
/**
|
|
30017
|
+
* The bound function is called at 30 Hz.
|
|
30018
|
+
*
|
|
29858
30019
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz30)
|
|
29859
30020
|
*/
|
|
29860
30021
|
export interface Hz30 extends globalThis.EnumItem {
|
|
@@ -29864,6 +30025,8 @@ declare namespace Enum {
|
|
|
29864
30025
|
}
|
|
29865
30026
|
export const Hz30: Hz30;
|
|
29866
30027
|
/**
|
|
30028
|
+
* The bound function is called at 15 Hz.
|
|
30029
|
+
*
|
|
29867
30030
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz15)
|
|
29868
30031
|
*/
|
|
29869
30032
|
export interface Hz15 extends globalThis.EnumItem {
|
|
@@ -29873,6 +30036,8 @@ declare namespace Enum {
|
|
|
29873
30036
|
}
|
|
29874
30037
|
export const Hz15: Hz15;
|
|
29875
30038
|
/**
|
|
30039
|
+
* The bound function is called at 10 Hz.
|
|
30040
|
+
*
|
|
29876
30041
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz10)
|
|
29877
30042
|
*/
|
|
29878
30043
|
export interface Hz10 extends globalThis.EnumItem {
|
|
@@ -29882,6 +30047,8 @@ declare namespace Enum {
|
|
|
29882
30047
|
}
|
|
29883
30048
|
export const Hz10: Hz10;
|
|
29884
30049
|
/**
|
|
30050
|
+
* The bound function is called at 5 Hz.
|
|
30051
|
+
*
|
|
29885
30052
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz5)
|
|
29886
30053
|
*/
|
|
29887
30054
|
export interface Hz5 extends globalThis.EnumItem {
|
|
@@ -29891,6 +30058,8 @@ declare namespace Enum {
|
|
|
29891
30058
|
}
|
|
29892
30059
|
export const Hz5: Hz5;
|
|
29893
30060
|
/**
|
|
30061
|
+
* The bound function is called at 1 Hz.
|
|
30062
|
+
*
|
|
29894
30063
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StepFrequency#Hz1)
|
|
29895
30064
|
*/
|
|
29896
30065
|
export interface Hz1 extends globalThis.EnumItem {
|
|
@@ -34870,10 +35039,14 @@ declare namespace Enum {
|
|
|
34870
35039
|
}
|
|
34871
35040
|
export type TweenStatus = TweenStatus.Canceled | TweenStatus.Completed;
|
|
34872
35041
|
/**
|
|
35042
|
+
* Used to determine what UI elements should be captured with `CaptureService`.
|
|
35043
|
+
*
|
|
34873
35044
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UICaptureMode)
|
|
34874
35045
|
*/
|
|
34875
35046
|
export namespace UICaptureMode {
|
|
34876
35047
|
/**
|
|
35048
|
+
* Capture all UI elements.
|
|
35049
|
+
*
|
|
34877
35050
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UICaptureMode#All)
|
|
34878
35051
|
*/
|
|
34879
35052
|
export interface All extends globalThis.EnumItem {
|
|
@@ -34883,6 +35056,8 @@ declare namespace Enum {
|
|
|
34883
35056
|
}
|
|
34884
35057
|
export const All: All;
|
|
34885
35058
|
/**
|
|
35059
|
+
* Capture no UI elements.
|
|
35060
|
+
*
|
|
34886
35061
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UICaptureMode#None)
|
|
34887
35062
|
*/
|
|
34888
35063
|
export interface None extends globalThis.EnumItem {
|