@rbxts/types 1.0.911 → 1.0.913
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/include/generated/None.d.ts +266 -103
- package/include/generated/PluginSecurity.d.ts +181 -40
- package/include/generated/enums.d.ts +459 -66
- package/package.json +1 -1
|
@@ -400,6 +400,83 @@ declare namespace Enum {
|
|
|
400
400
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ActionType | undefined;
|
|
401
401
|
}
|
|
402
402
|
export type ActionType = ActionType.Nothing | ActionType.Pause | ActionType.Lose | ActionType.Draw | ActionType.Win;
|
|
403
|
+
/**
|
|
404
|
+
* Describes a player's payer status bucket for the current experience.
|
|
405
|
+
*
|
|
406
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus)
|
|
407
|
+
*/
|
|
408
|
+
export namespace ActivePayerStatus {
|
|
409
|
+
/**
|
|
410
|
+
* Segment data is unavailable.
|
|
411
|
+
*
|
|
412
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Unknown)
|
|
413
|
+
*/
|
|
414
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
415
|
+
Name: "Unknown";
|
|
416
|
+
Value: 0;
|
|
417
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
418
|
+
}
|
|
419
|
+
export const Unknown: Unknown;
|
|
420
|
+
/**
|
|
421
|
+
* The player has not made a qualifying purchase in the experience.
|
|
422
|
+
*
|
|
423
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Never)
|
|
424
|
+
*/
|
|
425
|
+
export interface Never extends globalThis.EnumItem {
|
|
426
|
+
Name: "Never";
|
|
427
|
+
Value: 1;
|
|
428
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
429
|
+
}
|
|
430
|
+
export const Never: Never;
|
|
431
|
+
/**
|
|
432
|
+
* The player has previously spent in the experience but is not currently an active payer.
|
|
433
|
+
*
|
|
434
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Lapsed)
|
|
435
|
+
*/
|
|
436
|
+
export interface Lapsed extends globalThis.EnumItem {
|
|
437
|
+
Name: "Lapsed";
|
|
438
|
+
Value: 2;
|
|
439
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
440
|
+
}
|
|
441
|
+
export const Lapsed: Lapsed;
|
|
442
|
+
/**
|
|
443
|
+
* The player is in the casual payer bucket for the experience.
|
|
444
|
+
*
|
|
445
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Casual50Percent)
|
|
446
|
+
*/
|
|
447
|
+
export interface Casual50Percent extends globalThis.EnumItem {
|
|
448
|
+
Name: "Casual50Percent";
|
|
449
|
+
Value: 3;
|
|
450
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
451
|
+
}
|
|
452
|
+
export const Casual50Percent: Casual50Percent;
|
|
453
|
+
/**
|
|
454
|
+
* The player is in the intermediate payer bucket for the experience.
|
|
455
|
+
*
|
|
456
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Intermediate35Percent)
|
|
457
|
+
*/
|
|
458
|
+
export interface Intermediate35Percent extends globalThis.EnumItem {
|
|
459
|
+
Name: "Intermediate35Percent";
|
|
460
|
+
Value: 4;
|
|
461
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
462
|
+
}
|
|
463
|
+
export const Intermediate35Percent: Intermediate35Percent;
|
|
464
|
+
/**
|
|
465
|
+
* The player is in the top payer bucket for the experience.
|
|
466
|
+
*
|
|
467
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ActivePayerStatus#Top15Percent)
|
|
468
|
+
*/
|
|
469
|
+
export interface Top15Percent extends globalThis.EnumItem {
|
|
470
|
+
Name: "Top15Percent";
|
|
471
|
+
Value: 5;
|
|
472
|
+
EnumType: typeof globalThis.Enum.ActivePayerStatus;
|
|
473
|
+
}
|
|
474
|
+
export const Top15Percent: Top15Percent;
|
|
475
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ActivePayerStatus>;
|
|
476
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ActivePayerStatus | undefined;
|
|
477
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ActivePayerStatus | undefined;
|
|
478
|
+
}
|
|
479
|
+
export type ActivePayerStatus = ActivePayerStatus.Unknown | ActivePayerStatus.Never | ActivePayerStatus.Lapsed | ActivePayerStatus.Casual50Percent | ActivePayerStatus.Intermediate35Percent | ActivePayerStatus.Top15Percent;
|
|
403
480
|
/**
|
|
404
481
|
* The CFrame value in which the body mover constraint is expressed.
|
|
405
482
|
*
|
|
@@ -1650,10 +1727,6 @@ declare namespace Enum {
|
|
|
1650
1727
|
EnumType: typeof globalThis.Enum.AnimationNodeInterruptible;
|
|
1651
1728
|
}
|
|
1652
1729
|
export const Finished: Finished;
|
|
1653
|
-
/**
|
|
1654
|
-
* @deprecated renamed to Finished
|
|
1655
|
-
*/
|
|
1656
|
-
export const ClipFinished: Finished;
|
|
1657
1730
|
/**
|
|
1658
1731
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeInterruptible#Trigger)
|
|
1659
1732
|
*/
|
|
@@ -1663,15 +1736,38 @@ declare namespace Enum {
|
|
|
1663
1736
|
EnumType: typeof globalThis.Enum.AnimationNodeInterruptible;
|
|
1664
1737
|
}
|
|
1665
1738
|
export const Trigger: Trigger;
|
|
1666
|
-
/**
|
|
1667
|
-
* @deprecated renamed to Trigger
|
|
1668
|
-
*/
|
|
1669
|
-
export const Expression: Trigger;
|
|
1670
1739
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnimationNodeInterruptible>;
|
|
1671
1740
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnimationNodeInterruptible | undefined;
|
|
1672
1741
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnimationNodeInterruptible | undefined;
|
|
1673
1742
|
}
|
|
1674
1743
|
export type AnimationNodeInterruptible = AnimationNodeInterruptible.Always | AnimationNodeInterruptible.Finished | AnimationNodeInterruptible.Trigger;
|
|
1744
|
+
/**
|
|
1745
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodePhaseSync)
|
|
1746
|
+
*/
|
|
1747
|
+
export namespace AnimationNodePhaseSync {
|
|
1748
|
+
/**
|
|
1749
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodePhaseSync#Synced)
|
|
1750
|
+
*/
|
|
1751
|
+
export interface Synced extends globalThis.EnumItem {
|
|
1752
|
+
Name: "Synced";
|
|
1753
|
+
Value: 0;
|
|
1754
|
+
EnumType: typeof globalThis.Enum.AnimationNodePhaseSync;
|
|
1755
|
+
}
|
|
1756
|
+
export const Synced: Synced;
|
|
1757
|
+
/**
|
|
1758
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodePhaseSync#Unsynced)
|
|
1759
|
+
*/
|
|
1760
|
+
export interface Unsynced extends globalThis.EnumItem {
|
|
1761
|
+
Name: "Unsynced";
|
|
1762
|
+
Value: 1;
|
|
1763
|
+
EnumType: typeof globalThis.Enum.AnimationNodePhaseSync;
|
|
1764
|
+
}
|
|
1765
|
+
export const Unsynced: Unsynced;
|
|
1766
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnimationNodePhaseSync>;
|
|
1767
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnimationNodePhaseSync | undefined;
|
|
1768
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnimationNodePhaseSync | undefined;
|
|
1769
|
+
}
|
|
1770
|
+
export type AnimationNodePhaseSync = AnimationNodePhaseSync.Synced | AnimationNodePhaseSync.Unsynced;
|
|
1675
1771
|
/**
|
|
1676
1772
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodePlayMode)
|
|
1677
1773
|
*/
|
|
@@ -1776,14 +1872,14 @@ declare namespace Enum {
|
|
|
1776
1872
|
}
|
|
1777
1873
|
export const AddNode: AddNode;
|
|
1778
1874
|
/**
|
|
1779
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeType#
|
|
1875
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeType#OverNode)
|
|
1780
1876
|
*/
|
|
1781
|
-
export interface
|
|
1782
|
-
Name: "
|
|
1877
|
+
export interface OverNode extends globalThis.EnumItem {
|
|
1878
|
+
Name: "OverNode";
|
|
1783
1879
|
Value: 2;
|
|
1784
1880
|
EnumType: typeof globalThis.Enum.AnimationNodeType;
|
|
1785
1881
|
}
|
|
1786
|
-
export const
|
|
1882
|
+
export const OverNode: OverNode;
|
|
1787
1883
|
/**
|
|
1788
1884
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeType#Blend1DNode)
|
|
1789
1885
|
*/
|
|
@@ -1887,7 +1983,7 @@ declare namespace Enum {
|
|
|
1887
1983
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnimationNodeType | undefined;
|
|
1888
1984
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnimationNodeType | undefined;
|
|
1889
1985
|
}
|
|
1890
|
-
export type AnimationNodeType = AnimationNodeType.InvalidNode | AnimationNodeType.AddNode | AnimationNodeType.
|
|
1986
|
+
export type AnimationNodeType = AnimationNodeType.InvalidNode | AnimationNodeType.AddNode | AnimationNodeType.OverNode | AnimationNodeType.Blend1DNode | AnimationNodeType.Blend2DNode | AnimationNodeType.ClipNode | AnimationNodeType.GraphOutput | AnimationNodeType.MaskNode | AnimationNodeType.PrioritySelectNode | AnimationNodeType.RandomSequenceNode | AnimationNodeType.SelectNode | AnimationNodeType.SequenceNode | AnimationNodeType.SpeedNode | AnimationNodeType.SubtractNode;
|
|
1891
1987
|
/**
|
|
1892
1988
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeWaitFor)
|
|
1893
1989
|
*/
|
|
@@ -1901,10 +1997,6 @@ declare namespace Enum {
|
|
|
1901
1997
|
EnumType: typeof globalThis.Enum.AnimationNodeWaitFor;
|
|
1902
1998
|
}
|
|
1903
1999
|
export const Finished: Finished;
|
|
1904
|
-
/**
|
|
1905
|
-
* @deprecated renamed to Finished
|
|
1906
|
-
*/
|
|
1907
|
-
export const ClipFinished: Finished;
|
|
1908
2000
|
/**
|
|
1909
2001
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnimationNodeWaitFor#Trigger)
|
|
1910
2002
|
*/
|
|
@@ -1914,10 +2006,6 @@ declare namespace Enum {
|
|
|
1914
2006
|
EnumType: typeof globalThis.Enum.AnimationNodeWaitFor;
|
|
1915
2007
|
}
|
|
1916
2008
|
export const Trigger: Trigger;
|
|
1917
|
-
/**
|
|
1918
|
-
* @deprecated renamed to Trigger
|
|
1919
|
-
*/
|
|
1920
|
-
export const Expression: Trigger;
|
|
1921
2009
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnimationNodeWaitFor>;
|
|
1922
2010
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnimationNodeWaitFor | undefined;
|
|
1923
2011
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnimationNodeWaitFor | undefined;
|
|
@@ -3905,7 +3993,7 @@ declare namespace Enum {
|
|
|
3905
3993
|
}
|
|
3906
3994
|
export const None: None;
|
|
3907
3995
|
/**
|
|
3908
|
-
* Automatically resize element along X
|
|
3996
|
+
* Automatically resize element along the **X** axis to fit child contents.
|
|
3909
3997
|
*
|
|
3910
3998
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AutomaticSize#X)
|
|
3911
3999
|
*/
|
|
@@ -3916,7 +4004,7 @@ declare namespace Enum {
|
|
|
3916
4004
|
}
|
|
3917
4005
|
export const X: X;
|
|
3918
4006
|
/**
|
|
3919
|
-
* Automatically resize element along Y
|
|
4007
|
+
* Automatically resize element along the **Y** axis to fit child contents. Text objects will only resize along the **Y** axis if their `TextWrapped` property is enabled.
|
|
3920
4008
|
*
|
|
3921
4009
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AutomaticSize#Y)
|
|
3922
4010
|
*/
|
|
@@ -3927,7 +4015,7 @@ declare namespace Enum {
|
|
|
3927
4015
|
}
|
|
3928
4016
|
export const Y: Y;
|
|
3929
4017
|
/**
|
|
3930
|
-
* Automatically resize element along X and Y axes to fit child contents.
|
|
4018
|
+
* Automatically resize element along the **X** and **Y** axes to fit child contents.
|
|
3931
4019
|
*
|
|
3932
4020
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AutomaticSize#XY)
|
|
3933
4021
|
*/
|
|
@@ -4916,6 +5004,33 @@ declare namespace Enum {
|
|
|
4916
5004
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsBuildMode | undefined;
|
|
4917
5005
|
}
|
|
4918
5006
|
export type AvatarSettingsBuildMode = AvatarSettingsBuildMode.PlayerChoice | AvatarSettingsBuildMode.CustomBuild;
|
|
5007
|
+
/**
|
|
5008
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCharacterControllerMode)
|
|
5009
|
+
*/
|
|
5010
|
+
export namespace AvatarSettingsCharacterControllerMode {
|
|
5011
|
+
/**
|
|
5012
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCharacterControllerMode#LegacyHumanoid)
|
|
5013
|
+
*/
|
|
5014
|
+
export interface LegacyHumanoid extends globalThis.EnumItem {
|
|
5015
|
+
Name: "LegacyHumanoid";
|
|
5016
|
+
Value: 0;
|
|
5017
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCharacterControllerMode;
|
|
5018
|
+
}
|
|
5019
|
+
export const LegacyHumanoid: LegacyHumanoid;
|
|
5020
|
+
/**
|
|
5021
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCharacterControllerMode#LuaCharacterController)
|
|
5022
|
+
*/
|
|
5023
|
+
export interface LuaCharacterController extends globalThis.EnumItem {
|
|
5024
|
+
Name: "LuaCharacterController";
|
|
5025
|
+
Value: 1;
|
|
5026
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCharacterControllerMode;
|
|
5027
|
+
}
|
|
5028
|
+
export const LuaCharacterController: LuaCharacterController;
|
|
5029
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsCharacterControllerMode>;
|
|
5030
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsCharacterControllerMode | undefined;
|
|
5031
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsCharacterControllerMode | undefined;
|
|
5032
|
+
}
|
|
5033
|
+
export type AvatarSettingsCharacterControllerMode = AvatarSettingsCharacterControllerMode.LegacyHumanoid | AvatarSettingsCharacterControllerMode.LuaCharacterController;
|
|
4919
5034
|
/**
|
|
4920
5035
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsClothingMode)
|
|
4921
5036
|
*/
|
|
@@ -9506,6 +9621,60 @@ declare namespace Enum {
|
|
|
9506
9621
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CreateAssetResult | undefined;
|
|
9507
9622
|
}
|
|
9508
9623
|
export type CreateAssetResult = CreateAssetResult.Success | CreateAssetResult.PermissionDenied | CreateAssetResult.UploadFailed | CreateAssetResult.Unknown;
|
|
9624
|
+
/**
|
|
9625
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult)
|
|
9626
|
+
*/
|
|
9627
|
+
export namespace CreateContentResult {
|
|
9628
|
+
/**
|
|
9629
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult#Success)
|
|
9630
|
+
*/
|
|
9631
|
+
export interface Success extends globalThis.EnumItem {
|
|
9632
|
+
Name: "Success";
|
|
9633
|
+
Value: 1;
|
|
9634
|
+
EnumType: typeof globalThis.Enum.CreateContentResult;
|
|
9635
|
+
}
|
|
9636
|
+
export const Success: Success;
|
|
9637
|
+
/**
|
|
9638
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult#PermissionDenied)
|
|
9639
|
+
*/
|
|
9640
|
+
export interface PermissionDenied extends globalThis.EnumItem {
|
|
9641
|
+
Name: "PermissionDenied";
|
|
9642
|
+
Value: 2;
|
|
9643
|
+
EnumType: typeof globalThis.Enum.CreateContentResult;
|
|
9644
|
+
}
|
|
9645
|
+
export const PermissionDenied: PermissionDenied;
|
|
9646
|
+
/**
|
|
9647
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult#UploadFailed)
|
|
9648
|
+
*/
|
|
9649
|
+
export interface UploadFailed extends globalThis.EnumItem {
|
|
9650
|
+
Name: "UploadFailed";
|
|
9651
|
+
Value: 3;
|
|
9652
|
+
EnumType: typeof globalThis.Enum.CreateContentResult;
|
|
9653
|
+
}
|
|
9654
|
+
export const UploadFailed: UploadFailed;
|
|
9655
|
+
/**
|
|
9656
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult#StorageLimitExceeded)
|
|
9657
|
+
*/
|
|
9658
|
+
export interface StorageLimitExceeded extends globalThis.EnumItem {
|
|
9659
|
+
Name: "StorageLimitExceeded";
|
|
9660
|
+
Value: 4;
|
|
9661
|
+
EnumType: typeof globalThis.Enum.CreateContentResult;
|
|
9662
|
+
}
|
|
9663
|
+
export const StorageLimitExceeded: StorageLimitExceeded;
|
|
9664
|
+
/**
|
|
9665
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateContentResult#Unknown)
|
|
9666
|
+
*/
|
|
9667
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
9668
|
+
Name: "Unknown";
|
|
9669
|
+
Value: 5;
|
|
9670
|
+
EnumType: typeof globalThis.Enum.CreateContentResult;
|
|
9671
|
+
}
|
|
9672
|
+
export const Unknown: Unknown;
|
|
9673
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CreateContentResult>;
|
|
9674
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CreateContentResult | undefined;
|
|
9675
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CreateContentResult | undefined;
|
|
9676
|
+
}
|
|
9677
|
+
export type CreateContentResult = CreateContentResult.Success | CreateContentResult.PermissionDenied | CreateContentResult.UploadFailed | CreateContentResult.StorageLimitExceeded | CreateContentResult.Unknown;
|
|
9509
9678
|
/**
|
|
9510
9679
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateOutfitFailure)
|
|
9511
9680
|
*/
|
|
@@ -9837,11 +10006,7 @@ declare namespace Enum {
|
|
|
9837
10006
|
}
|
|
9838
10007
|
export const RemoveVersionAsync: RemoveVersionAsync;
|
|
9839
10008
|
/**
|
|
9840
|
-
*
|
|
9841
|
-
*
|
|
9842
|
-
*
|
|
9843
|
-
*
|
|
9844
|
-
* Refers to `GetAsync()`, `GetVersionAsync()`, `GetVersionAtTimeAsync()`, and the read of `UpdateAsync()` for `DataStore`.
|
|
10009
|
+
* Refers to `GetAsync()`, `GetVersionAsync()`, `GetVersionAtTimeAsync()`, and the read of `UpdateAsync()` for `DataStore`.
|
|
9845
10010
|
*
|
|
9846
10011
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardRead)
|
|
9847
10012
|
*/
|
|
@@ -9852,11 +10017,7 @@ declare namespace Enum {
|
|
|
9852
10017
|
}
|
|
9853
10018
|
export const StandardRead: StandardRead;
|
|
9854
10019
|
/**
|
|
9855
|
-
*
|
|
9856
|
-
*
|
|
9857
|
-
*
|
|
9858
|
-
*
|
|
9859
|
-
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `DataStore`.
|
|
10020
|
+
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `DataStore`.
|
|
9860
10021
|
*
|
|
9861
10022
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardWrite)
|
|
9862
10023
|
*/
|
|
@@ -9867,11 +10028,7 @@ declare namespace Enum {
|
|
|
9867
10028
|
}
|
|
9868
10029
|
export const StandardWrite: StandardWrite;
|
|
9869
10030
|
/**
|
|
9870
|
-
*
|
|
9871
|
-
*
|
|
9872
|
-
*
|
|
9873
|
-
*
|
|
9874
|
-
* Refers to `ListDataStoresAsync()`, and `ListKeysAsync()` and `ListVersionsAsync()` for `DataStore`.
|
|
10031
|
+
* Refers to `ListDataStoresAsync()`, and `ListKeysAsync()` and `ListVersionsAsync()` for `DataStore`.
|
|
9875
10032
|
*
|
|
9876
10033
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardList)
|
|
9877
10034
|
*/
|
|
@@ -9882,11 +10039,7 @@ declare namespace Enum {
|
|
|
9882
10039
|
}
|
|
9883
10040
|
export const StandardList: StandardList;
|
|
9884
10041
|
/**
|
|
9885
|
-
*
|
|
9886
|
-
*
|
|
9887
|
-
*
|
|
9888
|
-
*
|
|
9889
|
-
* Refers to `RemoveAsync()` for `DataStore`.
|
|
10042
|
+
* Refers to `RemoveAsync()` for `DataStore`.
|
|
9890
10043
|
*
|
|
9891
10044
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#StandardRemove)
|
|
9892
10045
|
*/
|
|
@@ -9897,11 +10050,7 @@ declare namespace Enum {
|
|
|
9897
10050
|
}
|
|
9898
10051
|
export const StandardRemove: StandardRemove;
|
|
9899
10052
|
/**
|
|
9900
|
-
*
|
|
9901
|
-
*
|
|
9902
|
-
*
|
|
9903
|
-
*
|
|
9904
|
-
* Refers to `GetAsync()` and the read of `UpdateAsync()` for `OrderedDataStore`.
|
|
10053
|
+
* Refers to `GetAsync()` and the read of `UpdateAsync()` for `OrderedDataStore`.
|
|
9905
10054
|
*
|
|
9906
10055
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedRead)
|
|
9907
10056
|
*/
|
|
@@ -9912,11 +10061,7 @@ declare namespace Enum {
|
|
|
9912
10061
|
}
|
|
9913
10062
|
export const OrderedRead: OrderedRead;
|
|
9914
10063
|
/**
|
|
9915
|
-
*
|
|
9916
|
-
*
|
|
9917
|
-
*
|
|
9918
|
-
*
|
|
9919
|
-
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `OrderedDataStore`.
|
|
10064
|
+
* Refers to `SetAsync()`, `IncrementAsync()`, and the write of `UpdateAsync()` for `OrderedDataStore`.
|
|
9920
10065
|
*
|
|
9921
10066
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedWrite)
|
|
9922
10067
|
*/
|
|
@@ -9927,11 +10072,7 @@ declare namespace Enum {
|
|
|
9927
10072
|
}
|
|
9928
10073
|
export const OrderedWrite: OrderedWrite;
|
|
9929
10074
|
/**
|
|
9930
|
-
*
|
|
9931
|
-
*
|
|
9932
|
-
*
|
|
9933
|
-
*
|
|
9934
|
-
* Refers to `GetSortedAsync()` for `OrderedDataStore`. GetRequestBudgetForRequestType()`with this enum will return`0`.
|
|
10075
|
+
* Refers to `GetSortedAsync()` for `OrderedDataStore`. GetRequestBudgetForRequestType()`with this enum will return`0`.
|
|
9935
10076
|
*
|
|
9936
10077
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedList)
|
|
9937
10078
|
*/
|
|
@@ -9942,11 +10083,7 @@ declare namespace Enum {
|
|
|
9942
10083
|
}
|
|
9943
10084
|
export const OrderedList: OrderedList;
|
|
9944
10085
|
/**
|
|
9945
|
-
*
|
|
9946
|
-
*
|
|
9947
|
-
*
|
|
9948
|
-
*
|
|
9949
|
-
* Refers to `RemoveAsync()` for `OrderedDataStore`.
|
|
10086
|
+
* Refers to `RemoveAsync()` for `OrderedDataStore`.
|
|
9950
10087
|
*
|
|
9951
10088
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataStoreRequestType#OrderedRemove)
|
|
9952
10089
|
*/
|
|
@@ -11076,11 +11213,20 @@ declare namespace Enum {
|
|
|
11076
11213
|
EnumType: typeof globalThis.Enum.DeviceType;
|
|
11077
11214
|
}
|
|
11078
11215
|
export const Phone: Phone;
|
|
11216
|
+
/**
|
|
11217
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceType#TV)
|
|
11218
|
+
*/
|
|
11219
|
+
export interface TV extends globalThis.EnumItem {
|
|
11220
|
+
Name: "TV";
|
|
11221
|
+
Value: 4;
|
|
11222
|
+
EnumType: typeof globalThis.Enum.DeviceType;
|
|
11223
|
+
}
|
|
11224
|
+
export const TV: TV;
|
|
11079
11225
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DeviceType>;
|
|
11080
11226
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeviceType | undefined;
|
|
11081
11227
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeviceType | undefined;
|
|
11082
11228
|
}
|
|
11083
|
-
export type DeviceType = DeviceType.Unknown | DeviceType.Desktop | DeviceType.Tablet | DeviceType.Phone;
|
|
11229
|
+
export type DeviceType = DeviceType.Unknown | DeviceType.Desktop | DeviceType.Tablet | DeviceType.Phone | DeviceType.TV;
|
|
11084
11230
|
/**
|
|
11085
11231
|
* Controls whether multiple people can use this dialog, or only one person at a time can use it.
|
|
11086
11232
|
*
|
|
@@ -25330,6 +25476,50 @@ declare namespace Enum {
|
|
|
25330
25476
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerExitReason | undefined;
|
|
25331
25477
|
}
|
|
25332
25478
|
export type PlayerExitReason = PlayerExitReason.Unknown | PlayerExitReason.PlatformKick | PlayerExitReason.CreatorKick;
|
|
25479
|
+
/**
|
|
25480
|
+
* Describes a player's platform-wide spender status bucket.
|
|
25481
|
+
*
|
|
25482
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformSpenderStatus)
|
|
25483
|
+
*/
|
|
25484
|
+
export namespace PlayerPlatformSpenderStatus {
|
|
25485
|
+
/**
|
|
25486
|
+
* Segment data is unavailable.
|
|
25487
|
+
*
|
|
25488
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformSpenderStatus#Unknown)
|
|
25489
|
+
*/
|
|
25490
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
25491
|
+
Name: "Unknown";
|
|
25492
|
+
Value: 0;
|
|
25493
|
+
EnumType: typeof globalThis.Enum.PlayerPlatformSpenderStatus;
|
|
25494
|
+
}
|
|
25495
|
+
export const Unknown: Unknown;
|
|
25496
|
+
/**
|
|
25497
|
+
* The player is an active platform spender.
|
|
25498
|
+
*
|
|
25499
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformSpenderStatus#Active)
|
|
25500
|
+
*/
|
|
25501
|
+
export interface Active extends globalThis.EnumItem {
|
|
25502
|
+
Name: "Active";
|
|
25503
|
+
Value: 1;
|
|
25504
|
+
EnumType: typeof globalThis.Enum.PlayerPlatformSpenderStatus;
|
|
25505
|
+
}
|
|
25506
|
+
export const Active: Active;
|
|
25507
|
+
/**
|
|
25508
|
+
* The player is not an active platform spender, including players who have never spent.
|
|
25509
|
+
*
|
|
25510
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformSpenderStatus#OtherPayer)
|
|
25511
|
+
*/
|
|
25512
|
+
export interface OtherPayer extends globalThis.EnumItem {
|
|
25513
|
+
Name: "OtherPayer";
|
|
25514
|
+
Value: 2;
|
|
25515
|
+
EnumType: typeof globalThis.Enum.PlayerPlatformSpenderStatus;
|
|
25516
|
+
}
|
|
25517
|
+
export const OtherPayer: OtherPayer;
|
|
25518
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlayerPlatformSpenderStatus>;
|
|
25519
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlayerPlatformSpenderStatus | undefined;
|
|
25520
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerPlatformSpenderStatus | undefined;
|
|
25521
|
+
}
|
|
25522
|
+
export type PlayerPlatformSpenderStatus = PlayerPlatformSpenderStatus.Unknown | PlayerPlatformSpenderStatus.Active | PlayerPlatformSpenderStatus.OtherPayer;
|
|
25333
25523
|
/**
|
|
25334
25524
|
* Used exclusively by Pose.EasingDirection to specify direction of the EasingStyle curve.
|
|
25335
25525
|
*
|
|
@@ -25669,6 +25859,51 @@ declare namespace Enum {
|
|
|
25669
25859
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PreferredTextSize | undefined;
|
|
25670
25860
|
}
|
|
25671
25861
|
export type PreferredTextSize = PreferredTextSize.Medium | PreferredTextSize.Large | PreferredTextSize.Larger | PreferredTextSize.Largest;
|
|
25862
|
+
/**
|
|
25863
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrefetchDownloadStatus)
|
|
25864
|
+
*/
|
|
25865
|
+
export namespace PrefetchDownloadStatus {
|
|
25866
|
+
/**
|
|
25867
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrefetchDownloadStatus#NotStarted)
|
|
25868
|
+
*/
|
|
25869
|
+
export interface NotStarted extends globalThis.EnumItem {
|
|
25870
|
+
Name: "NotStarted";
|
|
25871
|
+
Value: 0;
|
|
25872
|
+
EnumType: typeof globalThis.Enum.PrefetchDownloadStatus;
|
|
25873
|
+
}
|
|
25874
|
+
export const NotStarted: NotStarted;
|
|
25875
|
+
/**
|
|
25876
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrefetchDownloadStatus#InProgress)
|
|
25877
|
+
*/
|
|
25878
|
+
export interface InProgress extends globalThis.EnumItem {
|
|
25879
|
+
Name: "InProgress";
|
|
25880
|
+
Value: 1;
|
|
25881
|
+
EnumType: typeof globalThis.Enum.PrefetchDownloadStatus;
|
|
25882
|
+
}
|
|
25883
|
+
export const InProgress: InProgress;
|
|
25884
|
+
/**
|
|
25885
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrefetchDownloadStatus#Completed)
|
|
25886
|
+
*/
|
|
25887
|
+
export interface Completed extends globalThis.EnumItem {
|
|
25888
|
+
Name: "Completed";
|
|
25889
|
+
Value: 2;
|
|
25890
|
+
EnumType: typeof globalThis.Enum.PrefetchDownloadStatus;
|
|
25891
|
+
}
|
|
25892
|
+
export const Completed: Completed;
|
|
25893
|
+
/**
|
|
25894
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrefetchDownloadStatus#Failed)
|
|
25895
|
+
*/
|
|
25896
|
+
export interface Failed extends globalThis.EnumItem {
|
|
25897
|
+
Name: "Failed";
|
|
25898
|
+
Value: 3;
|
|
25899
|
+
EnumType: typeof globalThis.Enum.PrefetchDownloadStatus;
|
|
25900
|
+
}
|
|
25901
|
+
export const Failed: Failed;
|
|
25902
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PrefetchDownloadStatus>;
|
|
25903
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PrefetchDownloadStatus | undefined;
|
|
25904
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PrefetchDownloadStatus | undefined;
|
|
25905
|
+
}
|
|
25906
|
+
export type PrefetchDownloadStatus = PrefetchDownloadStatus.NotStarted | PrefetchDownloadStatus.InProgress | PrefetchDownloadStatus.Completed | PrefetchDownloadStatus.Failed;
|
|
25672
25907
|
/**
|
|
25673
25908
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver)
|
|
25674
25909
|
*/
|
|
@@ -30455,11 +30690,20 @@ declare namespace Enum {
|
|
|
30455
30690
|
EnumType: typeof globalThis.Enum.SolidPrimitiveType;
|
|
30456
30691
|
}
|
|
30457
30692
|
export const Cone: Cone;
|
|
30693
|
+
/**
|
|
30694
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SolidPrimitiveType#RoundedBox)
|
|
30695
|
+
*/
|
|
30696
|
+
export interface RoundedBox extends globalThis.EnumItem {
|
|
30697
|
+
Name: "RoundedBox";
|
|
30698
|
+
Value: 7;
|
|
30699
|
+
EnumType: typeof globalThis.Enum.SolidPrimitiveType;
|
|
30700
|
+
}
|
|
30701
|
+
export const RoundedBox: RoundedBox;
|
|
30458
30702
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SolidPrimitiveType>;
|
|
30459
30703
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SolidPrimitiveType | undefined;
|
|
30460
30704
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SolidPrimitiveType | undefined;
|
|
30461
30705
|
}
|
|
30462
|
-
export type SolidPrimitiveType = SolidPrimitiveType.Capsule | SolidPrimitiveType.Cone;
|
|
30706
|
+
export type SolidPrimitiveType = SolidPrimitiveType.Capsule | SolidPrimitiveType.Cone | SolidPrimitiveType.RoundedBox;
|
|
30463
30707
|
/**
|
|
30464
30708
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SolverConvergenceMetricType)
|
|
30465
30709
|
*/
|
|
@@ -31116,6 +31360,78 @@ declare namespace Enum {
|
|
|
31116
31360
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StrokeSizingMode | undefined;
|
|
31117
31361
|
}
|
|
31118
31362
|
export type StrokeSizingMode = StrokeSizingMode.FixedSize | StrokeSizingMode.ScaledSize;
|
|
31363
|
+
/**
|
|
31364
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureBufferStatus)
|
|
31365
|
+
*/
|
|
31366
|
+
export namespace StudioCaptureBufferStatus {
|
|
31367
|
+
/**
|
|
31368
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureBufferStatus#NotStarted)
|
|
31369
|
+
*/
|
|
31370
|
+
export interface NotStarted extends globalThis.EnumItem {
|
|
31371
|
+
Name: "NotStarted";
|
|
31372
|
+
Value: 0;
|
|
31373
|
+
EnumType: typeof globalThis.Enum.StudioCaptureBufferStatus;
|
|
31374
|
+
}
|
|
31375
|
+
export const NotStarted: NotStarted;
|
|
31376
|
+
/**
|
|
31377
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureBufferStatus#Pending)
|
|
31378
|
+
*/
|
|
31379
|
+
export interface Pending extends globalThis.EnumItem {
|
|
31380
|
+
Name: "Pending";
|
|
31381
|
+
Value: 1;
|
|
31382
|
+
EnumType: typeof globalThis.Enum.StudioCaptureBufferStatus;
|
|
31383
|
+
}
|
|
31384
|
+
export const Pending: Pending;
|
|
31385
|
+
/**
|
|
31386
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureBufferStatus#Ready)
|
|
31387
|
+
*/
|
|
31388
|
+
export interface Ready extends globalThis.EnumItem {
|
|
31389
|
+
Name: "Ready";
|
|
31390
|
+
Value: 2;
|
|
31391
|
+
EnumType: typeof globalThis.Enum.StudioCaptureBufferStatus;
|
|
31392
|
+
}
|
|
31393
|
+
export const Ready: Ready;
|
|
31394
|
+
/**
|
|
31395
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureBufferStatus#Error)
|
|
31396
|
+
*/
|
|
31397
|
+
export interface Error extends globalThis.EnumItem {
|
|
31398
|
+
Name: "Error";
|
|
31399
|
+
Value: 3;
|
|
31400
|
+
EnumType: typeof globalThis.Enum.StudioCaptureBufferStatus;
|
|
31401
|
+
}
|
|
31402
|
+
export const Error: Error;
|
|
31403
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.StudioCaptureBufferStatus>;
|
|
31404
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.StudioCaptureBufferStatus | undefined;
|
|
31405
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StudioCaptureBufferStatus | undefined;
|
|
31406
|
+
}
|
|
31407
|
+
export type StudioCaptureBufferStatus = StudioCaptureBufferStatus.NotStarted | StudioCaptureBufferStatus.Pending | StudioCaptureBufferStatus.Ready | StudioCaptureBufferStatus.Error;
|
|
31408
|
+
/**
|
|
31409
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureScreenshotFormat)
|
|
31410
|
+
*/
|
|
31411
|
+
export namespace StudioCaptureScreenshotFormat {
|
|
31412
|
+
/**
|
|
31413
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureScreenshotFormat#RGBA8)
|
|
31414
|
+
*/
|
|
31415
|
+
export interface RGBA8 extends globalThis.EnumItem {
|
|
31416
|
+
Name: "RGBA8";
|
|
31417
|
+
Value: 0;
|
|
31418
|
+
EnumType: typeof globalThis.Enum.StudioCaptureScreenshotFormat;
|
|
31419
|
+
}
|
|
31420
|
+
export const RGBA8: RGBA8;
|
|
31421
|
+
/**
|
|
31422
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCaptureScreenshotFormat#PNG)
|
|
31423
|
+
*/
|
|
31424
|
+
export interface PNG extends globalThis.EnumItem {
|
|
31425
|
+
Name: "PNG";
|
|
31426
|
+
Value: 1;
|
|
31427
|
+
EnumType: typeof globalThis.Enum.StudioCaptureScreenshotFormat;
|
|
31428
|
+
}
|
|
31429
|
+
export const PNG: PNG;
|
|
31430
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.StudioCaptureScreenshotFormat>;
|
|
31431
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.StudioCaptureScreenshotFormat | undefined;
|
|
31432
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StudioCaptureScreenshotFormat | undefined;
|
|
31433
|
+
}
|
|
31434
|
+
export type StudioCaptureScreenshotFormat = StudioCaptureScreenshotFormat.RGBA8 | StudioCaptureScreenshotFormat.PNG;
|
|
31119
31435
|
/**
|
|
31120
31436
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCloseMode)
|
|
31121
31437
|
*/
|
|
@@ -38772,6 +39088,83 @@ declare namespace Enum {
|
|
|
38772
39088
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WeldConstraintPreserve | undefined;
|
|
38773
39089
|
}
|
|
38774
39090
|
export type WeldConstraintPreserve = WeldConstraintPreserve.All | WeldConstraintPreserve.None | WeldConstraintPreserve.Touching;
|
|
39091
|
+
/**
|
|
39092
|
+
* Describes when a player first played the current experience, represented as a bucket.
|
|
39093
|
+
*
|
|
39094
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed)
|
|
39095
|
+
*/
|
|
39096
|
+
export namespace WhenUserFirstPlayed {
|
|
39097
|
+
/**
|
|
39098
|
+
* Segment data is unavailable.
|
|
39099
|
+
*
|
|
39100
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Unknown)
|
|
39101
|
+
*/
|
|
39102
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
39103
|
+
Name: "Unknown";
|
|
39104
|
+
Value: 0;
|
|
39105
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39106
|
+
}
|
|
39107
|
+
export const Unknown: Unknown;
|
|
39108
|
+
/**
|
|
39109
|
+
* The player first played the experience within the last 30 days.
|
|
39110
|
+
*
|
|
39111
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Days0To30)
|
|
39112
|
+
*/
|
|
39113
|
+
export interface Days0To30 extends globalThis.EnumItem {
|
|
39114
|
+
Name: "Days0To30";
|
|
39115
|
+
Value: 1;
|
|
39116
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39117
|
+
}
|
|
39118
|
+
export const Days0To30: Days0To30;
|
|
39119
|
+
/**
|
|
39120
|
+
* The player first played the experience between 31 and 90 days ago.
|
|
39121
|
+
*
|
|
39122
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Days31To90)
|
|
39123
|
+
*/
|
|
39124
|
+
export interface Days31To90 extends globalThis.EnumItem {
|
|
39125
|
+
Name: "Days31To90";
|
|
39126
|
+
Value: 2;
|
|
39127
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39128
|
+
}
|
|
39129
|
+
export const Days31To90: Days31To90;
|
|
39130
|
+
/**
|
|
39131
|
+
* The player first played the experience between 91 and 180 days ago.
|
|
39132
|
+
*
|
|
39133
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Days91To180)
|
|
39134
|
+
*/
|
|
39135
|
+
export interface Days91To180 extends globalThis.EnumItem {
|
|
39136
|
+
Name: "Days91To180";
|
|
39137
|
+
Value: 3;
|
|
39138
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39139
|
+
}
|
|
39140
|
+
export const Days91To180: Days91To180;
|
|
39141
|
+
/**
|
|
39142
|
+
* The player first played the experience between 181 and 365 days ago.
|
|
39143
|
+
*
|
|
39144
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Days181To365)
|
|
39145
|
+
*/
|
|
39146
|
+
export interface Days181To365 extends globalThis.EnumItem {
|
|
39147
|
+
Name: "Days181To365";
|
|
39148
|
+
Value: 4;
|
|
39149
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39150
|
+
}
|
|
39151
|
+
export const Days181To365: Days181To365;
|
|
39152
|
+
/**
|
|
39153
|
+
* The player first played the experience more than 365 days ago.
|
|
39154
|
+
*
|
|
39155
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhenUserFirstPlayed#Days366Plus)
|
|
39156
|
+
*/
|
|
39157
|
+
export interface Days366Plus extends globalThis.EnumItem {
|
|
39158
|
+
Name: "Days366Plus";
|
|
39159
|
+
Value: 5;
|
|
39160
|
+
EnumType: typeof globalThis.Enum.WhenUserFirstPlayed;
|
|
39161
|
+
}
|
|
39162
|
+
export const Days366Plus: Days366Plus;
|
|
39163
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WhenUserFirstPlayed>;
|
|
39164
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WhenUserFirstPlayed | undefined;
|
|
39165
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WhenUserFirstPlayed | undefined;
|
|
39166
|
+
}
|
|
39167
|
+
export type WhenUserFirstPlayed = WhenUserFirstPlayed.Unknown | WhenUserFirstPlayed.Days0To30 | WhenUserFirstPlayed.Days31To90 | WhenUserFirstPlayed.Days91To180 | WhenUserFirstPlayed.Days181To365 | WhenUserFirstPlayed.Days366Plus;
|
|
38775
39168
|
/**
|
|
38776
39169
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WhisperChatPrivacyMode)
|
|
38777
39170
|
*/
|