@rbxts/types 1.0.921 → 1.0.922
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 +110 -139
- package/include/generated/PluginSecurity.d.ts +10 -42
- package/include/generated/enums.d.ts +3 -205
- package/package.json +1 -1
|
@@ -79,7 +79,6 @@ interface Services {
|
|
|
79
79
|
FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
|
|
80
80
|
FeatureRestrictionManager: FeatureRestrictionManager;
|
|
81
81
|
FileManagerService: FileManagerService;
|
|
82
|
-
FileSyncReplicationService: FileSyncReplicationService;
|
|
83
82
|
GamepadService: GamepadService;
|
|
84
83
|
GamePassService: GamePassService;
|
|
85
84
|
GenerationService: GenerationService;
|
|
@@ -91,7 +90,6 @@ interface Services {
|
|
|
91
90
|
HapticService: HapticService;
|
|
92
91
|
HarmonyService: HarmonyService;
|
|
93
92
|
HeapProfilerService: HeapProfilerService;
|
|
94
|
-
HeatmapQueryService: HeatmapQueryService;
|
|
95
93
|
HeatmapService: HeatmapService;
|
|
96
94
|
HeightmapImporterService: HeightmapImporterService;
|
|
97
95
|
HttpService: HttpService;
|
|
@@ -8355,13 +8353,6 @@ interface AvatarEditorService extends Instance {
|
|
|
8355
8353
|
* @returns Returns an array of item details.
|
|
8356
8354
|
*/
|
|
8357
8355
|
GetBatchItemDetailsAsync(this: AvatarEditorService, itemIds: Array<unknown>, itemType: CastsToEnum<Enum.AvatarItemType>): Array<unknown>;
|
|
8358
|
-
/**
|
|
8359
|
-
* - **ThreadSafety**: Unsafe
|
|
8360
|
-
* - **Tags**: Yields
|
|
8361
|
-
*
|
|
8362
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarEditorService#GetBundlesByAssetIdAsync)
|
|
8363
|
-
*/
|
|
8364
|
-
GetBundlesByAssetIdAsync(this: AvatarEditorService, assetId: number, limit?: number): CatalogPages;
|
|
8365
8356
|
/**
|
|
8366
8357
|
* **Deprecated:**
|
|
8367
8358
|
*
|
|
@@ -8708,7 +8699,7 @@ interface AvatarSettings extends Instance {
|
|
|
8708
8699
|
readonly _nominal_AvatarSettings: unique symbol;
|
|
8709
8700
|
}
|
|
8710
8701
|
/**
|
|
8711
|
-
* A container object that holds a player's inventory. Any `Tool` in a player's
|
|
8702
|
+
* A container object that holds a player's inventory. Any `Tool` in a player's Backpack will be displayed in their inventory at the bottom of their screen.
|
|
8712
8703
|
*
|
|
8713
8704
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Backpack)
|
|
8714
8705
|
*/
|
|
@@ -9469,7 +9460,7 @@ interface BasePlayerGui extends Instance {
|
|
|
9469
9460
|
GetGuiObjectsAtPosition(this: BasePlayerGui, x: number, y: number): Array<GuiObject>;
|
|
9470
9461
|
}
|
|
9471
9462
|
/**
|
|
9472
|
-
* A container
|
|
9463
|
+
* A container for a player's currently rendered `ScreenGuis`.
|
|
9473
9464
|
*
|
|
9474
9465
|
* - **Tags**: NotCreatable, PlayerReplicated
|
|
9475
9466
|
*
|
|
@@ -9518,7 +9509,7 @@ interface PlayerGui extends BasePlayerGui {
|
|
|
9518
9509
|
* - **Tags**:
|
|
9519
9510
|
*
|
|
9520
9511
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerGui#GetTopbarTransparency)
|
|
9521
|
-
* @param this A container
|
|
9512
|
+
* @param this A container for a player's currently rendered `ScreenGuis`.
|
|
9522
9513
|
*
|
|
9523
9514
|
* @deprecated
|
|
9524
9515
|
*/
|
|
@@ -9532,7 +9523,7 @@ interface PlayerGui extends BasePlayerGui {
|
|
|
9532
9523
|
* - **Tags**:
|
|
9533
9524
|
*
|
|
9534
9525
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerGui#SetTopbarTransparency)
|
|
9535
|
-
* @param this A container
|
|
9526
|
+
* @param this A container for a player's currently rendered `ScreenGuis`.
|
|
9536
9527
|
* @param transparency
|
|
9537
9528
|
*
|
|
9538
9529
|
* @deprecated
|
|
@@ -12423,7 +12414,7 @@ interface ConfigService extends Instance {
|
|
|
12423
12414
|
GetConfigForPlayerAsync(this: ConfigService, player: Player): ConfigSnapshot;
|
|
12424
12415
|
}
|
|
12425
12416
|
/**
|
|
12426
|
-
*
|
|
12417
|
+
* The Configuration object is a container object that is designed to hold value objects to make values used in `Tools` or any model using `Scripts` more accessible.
|
|
12427
12418
|
*
|
|
12428
12419
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Configuration)
|
|
12429
12420
|
*/
|
|
@@ -16840,7 +16831,7 @@ interface ExperienceStateCaptureService extends Instance {
|
|
|
16840
16831
|
readonly _nominal_ExperienceStateCaptureService: unique symbol;
|
|
16841
16832
|
}
|
|
16842
16833
|
/**
|
|
16843
|
-
* - **Tags**: NotCreatable, Service
|
|
16834
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
16844
16835
|
*
|
|
16845
16836
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExperienceStateRecordingService)
|
|
16846
16837
|
*/
|
|
@@ -17429,21 +17420,6 @@ interface FileManagerService extends Instance {
|
|
|
17429
17420
|
*/
|
|
17430
17421
|
readonly _nominal_FileManagerService: unique symbol;
|
|
17431
17422
|
}
|
|
17432
|
-
/**
|
|
17433
|
-
* - **Tags**: NotCreatable, Service
|
|
17434
|
-
*
|
|
17435
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FileSyncReplicationService)
|
|
17436
|
-
*/
|
|
17437
|
-
interface FileSyncReplicationService extends Instance {
|
|
17438
|
-
/**
|
|
17439
|
-
* **DO NOT USE!**
|
|
17440
|
-
*
|
|
17441
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
17442
|
-
* @hidden
|
|
17443
|
-
* @deprecated
|
|
17444
|
-
*/
|
|
17445
|
-
readonly _nominal_FileSyncReplicationService: unique symbol;
|
|
17446
|
-
}
|
|
17447
17423
|
/**
|
|
17448
17424
|
* A preconfigured particle emitter with the visual aesthetic of fire.
|
|
17449
17425
|
*
|
|
@@ -20192,8 +20168,6 @@ interface ScrollingFrame extends GuiObject {
|
|
|
20192
20168
|
*/
|
|
20193
20169
|
VerticalScrollBarPosition: Enum.VerticalScrollBarPosition;
|
|
20194
20170
|
/**
|
|
20195
|
-
* Returns a `Vector2` representing the current inertial scroll velocity after the user stops their input.
|
|
20196
|
-
*
|
|
20197
20171
|
* - **ThreadSafety**: Unsafe
|
|
20198
20172
|
*
|
|
20199
20173
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#GetScrollVelocity)
|
|
@@ -20201,8 +20175,6 @@ interface ScrollingFrame extends GuiObject {
|
|
|
20201
20175
|
*/
|
|
20202
20176
|
GetScrollVelocity(this: ScrollingFrame): Vector2;
|
|
20203
20177
|
/**
|
|
20204
|
-
* Resets the inertial scroll velocity of the `ScrollingFrame` to `0` on both axes.
|
|
20205
|
-
*
|
|
20206
20178
|
* - **ThreadSafety**: Unsafe
|
|
20207
20179
|
*
|
|
20208
20180
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#ResetScrollVelocity)
|
|
@@ -23062,21 +23034,6 @@ interface HeapProfilerService extends Instance {
|
|
|
23062
23034
|
*/
|
|
23063
23035
|
readonly _nominal_HeapProfilerService: unique symbol;
|
|
23064
23036
|
}
|
|
23065
|
-
/**
|
|
23066
|
-
* - **Tags**: NotCreatable, Service
|
|
23067
|
-
*
|
|
23068
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeatmapQueryService)
|
|
23069
|
-
*/
|
|
23070
|
-
interface HeatmapQueryService extends Instance {
|
|
23071
|
-
/**
|
|
23072
|
-
* **DO NOT USE!**
|
|
23073
|
-
*
|
|
23074
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
23075
|
-
* @hidden
|
|
23076
|
-
* @deprecated
|
|
23077
|
-
*/
|
|
23078
|
-
readonly _nominal_HeatmapQueryService: unique symbol;
|
|
23079
|
-
}
|
|
23080
23037
|
/**
|
|
23081
23038
|
* - **Tags**: NotCreatable, Service
|
|
23082
23039
|
*
|
|
@@ -25942,12 +25899,6 @@ interface InputBinding extends Instance {
|
|
|
25942
25899
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#UIButton)
|
|
25943
25900
|
*/
|
|
25944
25901
|
UIButton: GuiButton | undefined;
|
|
25945
|
-
/**
|
|
25946
|
-
* - **ThreadSafety**: ReadSafe
|
|
25947
|
-
*
|
|
25948
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#UIModifier)
|
|
25949
|
-
*/
|
|
25950
|
-
UIModifier: GuiButton | undefined;
|
|
25951
25902
|
/**
|
|
25952
25903
|
* Specifies an alternate `KeyCode` for dispatching directionally "up" inputs to the parent `InputAction`.
|
|
25953
25904
|
*
|
|
@@ -28551,6 +28502,8 @@ interface MarketplaceService extends Instance {
|
|
|
28551
28502
|
* - **ThreadSafety**: Unsafe
|
|
28552
28503
|
*
|
|
28553
28504
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MarketplaceService#OpenShop)
|
|
28505
|
+
* @param this The service responsible for in-experience transactions.
|
|
28506
|
+
* @param player
|
|
28554
28507
|
*/
|
|
28555
28508
|
OpenShop(this: MarketplaceService, player: Player): void;
|
|
28556
28509
|
/**
|
|
@@ -31536,7 +31489,7 @@ interface WedgePart extends FormFactorPart {
|
|
|
31536
31489
|
readonly _nominal_WedgePart: unique symbol;
|
|
31537
31490
|
}
|
|
31538
31491
|
/**
|
|
31539
|
-
*
|
|
31492
|
+
* Terrain lets you to create dynamically morphable environments.
|
|
31540
31493
|
*
|
|
31541
31494
|
* - **Tags**: NotCreatable
|
|
31542
31495
|
*
|
|
@@ -31552,9 +31505,9 @@ interface Terrain extends BasePart {
|
|
|
31552
31505
|
*/
|
|
31553
31506
|
readonly _nominal_Terrain: unique symbol;
|
|
31554
31507
|
/**
|
|
31555
|
-
* **Deprecated:**
|
|
31508
|
+
* **Deprecated:** Sets the specified terrain voxel's material to ''Water'' and sets its occupancy to 1.
|
|
31556
31509
|
*
|
|
31557
|
-
* Returns
|
|
31510
|
+
* Returns true if the current game is using the smooth terrain system.
|
|
31558
31511
|
*
|
|
31559
31512
|
* - **ThreadSafety**: ReadSafe
|
|
31560
31513
|
* - **Tags**: NotReplicated
|
|
@@ -31574,7 +31527,7 @@ interface Terrain extends BasePart {
|
|
|
31574
31527
|
*/
|
|
31575
31528
|
readonly MaxExtents: Region3int16;
|
|
31576
31529
|
/**
|
|
31577
|
-
* The tint of
|
|
31530
|
+
* The tint of the Terrain water.
|
|
31578
31531
|
*
|
|
31579
31532
|
* - **ThreadSafety**: ReadSafe
|
|
31580
31533
|
*
|
|
@@ -31582,7 +31535,7 @@ interface Terrain extends BasePart {
|
|
|
31582
31535
|
*/
|
|
31583
31536
|
WaterColor: Color3;
|
|
31584
31537
|
/**
|
|
31585
|
-
* Controls how opaque
|
|
31538
|
+
* Controls how opaque the Terrain's water reflections are.
|
|
31586
31539
|
*
|
|
31587
31540
|
* - **ThreadSafety**: ReadSafe
|
|
31588
31541
|
*
|
|
@@ -31590,7 +31543,7 @@ interface Terrain extends BasePart {
|
|
|
31590
31543
|
*/
|
|
31591
31544
|
WaterReflectance: number;
|
|
31592
31545
|
/**
|
|
31593
|
-
* The transparency of
|
|
31546
|
+
* The transparency of the Terrain water.
|
|
31594
31547
|
*
|
|
31595
31548
|
* - **ThreadSafety**: ReadSafe
|
|
31596
31549
|
*
|
|
@@ -31598,7 +31551,7 @@ interface Terrain extends BasePart {
|
|
|
31598
31551
|
*/
|
|
31599
31552
|
WaterTransparency: number;
|
|
31600
31553
|
/**
|
|
31601
|
-
* Sets the maximum height of
|
|
31554
|
+
* Sets the maximum height of the Terrain water waves in studs.
|
|
31602
31555
|
*
|
|
31603
31556
|
* - **ThreadSafety**: ReadSafe
|
|
31604
31557
|
*
|
|
@@ -31606,7 +31559,7 @@ interface Terrain extends BasePart {
|
|
|
31606
31559
|
*/
|
|
31607
31560
|
WaterWaveSize: number;
|
|
31608
31561
|
/**
|
|
31609
|
-
* Sets how many times
|
|
31562
|
+
* Sets how many times the Terrain water waves will move up and down per minute.
|
|
31610
31563
|
*
|
|
31611
31564
|
* - **ThreadSafety**: ReadSafe
|
|
31612
31565
|
*
|
|
@@ -31616,13 +31569,13 @@ interface Terrain extends BasePart {
|
|
|
31616
31569
|
/**
|
|
31617
31570
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31618
31571
|
*
|
|
31619
|
-
*
|
|
31572
|
+
* *(OBSOLETE)* No longer does anything.
|
|
31620
31573
|
*
|
|
31621
31574
|
* - **ThreadSafety**: Unsafe
|
|
31622
31575
|
* - **Tags**:
|
|
31623
31576
|
*
|
|
31624
31577
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#AutowedgeCell)
|
|
31625
|
-
* @param this
|
|
31578
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31626
31579
|
* @param x
|
|
31627
31580
|
* @param y
|
|
31628
31581
|
* @param z
|
|
@@ -31633,49 +31586,49 @@ interface Terrain extends BasePart {
|
|
|
31633
31586
|
/**
|
|
31634
31587
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31635
31588
|
*
|
|
31636
|
-
*
|
|
31589
|
+
* *(OBSOLETE)* No longer does anything.
|
|
31637
31590
|
*
|
|
31638
31591
|
* - **ThreadSafety**: Unsafe
|
|
31639
31592
|
* - **Tags**:
|
|
31640
31593
|
*
|
|
31641
31594
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#AutowedgeCells)
|
|
31642
|
-
* @param this
|
|
31595
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31643
31596
|
* @param region
|
|
31644
31597
|
*
|
|
31645
31598
|
* @deprecated
|
|
31646
31599
|
*/
|
|
31647
31600
|
AutowedgeCells(this: Terrain, region: Region3int16): void;
|
|
31648
31601
|
/**
|
|
31649
|
-
* Returns the world position of the center of the terrain cell.
|
|
31602
|
+
* Returns the world position of the center of the terrain cell (x, y, z).
|
|
31650
31603
|
*
|
|
31651
31604
|
* - **ThreadSafety**: Unsafe
|
|
31652
31605
|
*
|
|
31653
31606
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CellCenterToWorld)
|
|
31654
|
-
* @param this
|
|
31607
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31655
31608
|
* @param x
|
|
31656
31609
|
* @param y
|
|
31657
31610
|
* @param z
|
|
31658
31611
|
*/
|
|
31659
31612
|
CellCenterToWorld(this: Terrain, x: number, y: number, z: number): Vector3;
|
|
31660
31613
|
/**
|
|
31661
|
-
* Returns the position of the lower-left-forward corner of the grid cell.
|
|
31614
|
+
* Returns the position of the lower-left-forward corner of the grid cell (x, y, z).
|
|
31662
31615
|
*
|
|
31663
31616
|
* - **ThreadSafety**: Unsafe
|
|
31664
31617
|
*
|
|
31665
31618
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CellCornerToWorld)
|
|
31666
|
-
* @param this
|
|
31619
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31667
31620
|
* @param x
|
|
31668
31621
|
* @param y
|
|
31669
31622
|
* @param z
|
|
31670
31623
|
*/
|
|
31671
31624
|
CellCornerToWorld(this: Terrain, x: number, y: number, z: number): Vector3;
|
|
31672
31625
|
/**
|
|
31673
|
-
* Clears
|
|
31626
|
+
* Clears the terrain.
|
|
31674
31627
|
*
|
|
31675
31628
|
* - **ThreadSafety**: Unsafe
|
|
31676
31629
|
*
|
|
31677
31630
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#Clear)
|
|
31678
|
-
* @param this
|
|
31631
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31679
31632
|
*/
|
|
31680
31633
|
Clear(this: Terrain): void;
|
|
31681
31634
|
/**
|
|
@@ -31683,25 +31636,28 @@ interface Terrain extends BasePart {
|
|
|
31683
31636
|
* - **Tags**: CustomLuaState
|
|
31684
31637
|
*
|
|
31685
31638
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ClearVoxelsAsync_beta)
|
|
31639
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31640
|
+
* @param region
|
|
31641
|
+
* @param channelIds
|
|
31686
31642
|
*/
|
|
31687
31643
|
ClearVoxelsAsync_beta(this: Terrain, region: Region3, channelIds: Array<unknown>): void;
|
|
31688
31644
|
/**
|
|
31689
|
-
* Stores a chunk of terrain into a `TerrainRegion` object so it can be loaded back later.
|
|
31645
|
+
* Stores a chunk of terrain into a `TerrainRegion` object so it can be loaded back later. Note: `TerrainRegion` data does not replicate between server and client.
|
|
31690
31646
|
*
|
|
31691
31647
|
* - **ThreadSafety**: Unsafe
|
|
31692
31648
|
*
|
|
31693
31649
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CopyRegion)
|
|
31694
|
-
* @param this
|
|
31650
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31695
31651
|
* @param region
|
|
31696
31652
|
*/
|
|
31697
31653
|
CopyRegion(this: Terrain, region: Region3int16): TerrainRegion;
|
|
31698
31654
|
/**
|
|
31699
|
-
* Returns the number of non-empty cells in the
|
|
31655
|
+
* Returns the number of non-empty cells in the Terrain.
|
|
31700
31656
|
*
|
|
31701
31657
|
* - **ThreadSafety**: Unsafe
|
|
31702
31658
|
*
|
|
31703
31659
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CountCells)
|
|
31704
|
-
* @param this
|
|
31660
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31705
31661
|
*/
|
|
31706
31662
|
CountCells(this: Terrain): number;
|
|
31707
31663
|
/**
|
|
@@ -31710,7 +31666,7 @@ interface Terrain extends BasePart {
|
|
|
31710
31666
|
* - **ThreadSafety**: Unsafe
|
|
31711
31667
|
*
|
|
31712
31668
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillBall)
|
|
31713
|
-
* @param this
|
|
31669
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31714
31670
|
* @param center The position of the center of the terrain ball.
|
|
31715
31671
|
* @param radius The radius in studs of the terrain ball.
|
|
31716
31672
|
* @param material The `Material` of the terrain ball.
|
|
@@ -31722,9 +31678,9 @@ interface Terrain extends BasePart {
|
|
|
31722
31678
|
* - **ThreadSafety**: Unsafe
|
|
31723
31679
|
*
|
|
31724
31680
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillBlock)
|
|
31725
|
-
* @param this
|
|
31681
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31726
31682
|
* @param cframe The position and orientation of the terrain block.
|
|
31727
|
-
* @param size The size in studs of the square block
|
|
31683
|
+
* @param size The size in studs of the square block - both the height and width.
|
|
31728
31684
|
* @param material The `Material` of the terrain block.
|
|
31729
31685
|
*/
|
|
31730
31686
|
FillBlock(this: Terrain, cframe: CFrame, size: Vector3, material: CastsToEnum<Enum.Material>): void;
|
|
@@ -31734,7 +31690,7 @@ interface Terrain extends BasePart {
|
|
|
31734
31690
|
* - **ThreadSafety**: Unsafe
|
|
31735
31691
|
*
|
|
31736
31692
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillCylinder)
|
|
31737
|
-
* @param this
|
|
31693
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31738
31694
|
* @param cframe The position and orientation of the terrain cylinder.
|
|
31739
31695
|
* @param height The height in studs of the terrain cylinder.
|
|
31740
31696
|
* @param radius The radius in studs of the terrain cylinder.
|
|
@@ -31747,19 +31703,19 @@ interface Terrain extends BasePart {
|
|
|
31747
31703
|
* - **ThreadSafety**: Unsafe
|
|
31748
31704
|
*
|
|
31749
31705
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillRegion)
|
|
31750
|
-
* @param this
|
|
31706
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31751
31707
|
* @param region
|
|
31752
31708
|
* @param resolution
|
|
31753
31709
|
* @param material
|
|
31754
31710
|
*/
|
|
31755
31711
|
FillRegion(this: Terrain, region: Region3, resolution: number, material: CastsToEnum<Enum.Material>): void;
|
|
31756
31712
|
/**
|
|
31757
|
-
* Fills a wedge-shaped volume of
|
|
31713
|
+
* Fills a wedge-shaped volume of Terrain with the given `Material` and the area's CFrame and Size.
|
|
31758
31714
|
*
|
|
31759
31715
|
* - **ThreadSafety**: Unsafe
|
|
31760
31716
|
*
|
|
31761
31717
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillWedge)
|
|
31762
|
-
* @param this
|
|
31718
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31763
31719
|
* @param cframe The position and orientation of the wedge to fill.
|
|
31764
31720
|
* @param size The size of the wedge to fill.
|
|
31765
31721
|
* @param material The material with which the wedge will be filled.
|
|
@@ -31774,13 +31730,13 @@ interface Terrain extends BasePart {
|
|
|
31774
31730
|
/**
|
|
31775
31731
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31776
31732
|
*
|
|
31777
|
-
* Returns the closest
|
|
31733
|
+
* Returns the closest CellMaterial from the legacy terrain engine that matches the smooth terrain voxel specified.
|
|
31778
31734
|
*
|
|
31779
31735
|
* - **ThreadSafety**: Unsafe
|
|
31780
31736
|
* - **Tags**:
|
|
31781
31737
|
*
|
|
31782
31738
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetCell)
|
|
31783
|
-
* @param this
|
|
31739
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31784
31740
|
* @param x
|
|
31785
31741
|
* @param y
|
|
31786
31742
|
* @param z
|
|
@@ -31800,7 +31756,7 @@ interface Terrain extends BasePart {
|
|
|
31800
31756
|
* - **ThreadSafety**: Safe
|
|
31801
31757
|
*
|
|
31802
31758
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetMaterialColor)
|
|
31803
|
-
* @param this
|
|
31759
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31804
31760
|
* @param material
|
|
31805
31761
|
*/
|
|
31806
31762
|
GetMaterialColor(this: Terrain, material: CastsToEnum<Enum.Material>): Color3;
|
|
@@ -31813,13 +31769,13 @@ interface Terrain extends BasePart {
|
|
|
31813
31769
|
/**
|
|
31814
31770
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31815
31771
|
*
|
|
31816
|
-
* Returns
|
|
31772
|
+
* Returns if the cell is a water cell.
|
|
31817
31773
|
*
|
|
31818
31774
|
* - **ThreadSafety**: Unsafe
|
|
31819
31775
|
* - **Tags**:
|
|
31820
31776
|
*
|
|
31821
31777
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetWaterCell)
|
|
31822
|
-
* @param this
|
|
31778
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31823
31779
|
* @param x
|
|
31824
31780
|
* @param y
|
|
31825
31781
|
* @param z
|
|
@@ -31832,6 +31788,10 @@ interface Terrain extends BasePart {
|
|
|
31832
31788
|
* - **Tags**: CustomLuaState
|
|
31833
31789
|
*
|
|
31834
31790
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#IterateVoxelsAsync_beta)
|
|
31791
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31792
|
+
* @param region
|
|
31793
|
+
* @param resolution
|
|
31794
|
+
* @param channelIds
|
|
31835
31795
|
*/
|
|
31836
31796
|
IterateVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainIterateOperation;
|
|
31837
31797
|
/**
|
|
@@ -31839,15 +31799,19 @@ interface Terrain extends BasePart {
|
|
|
31839
31799
|
* - **Tags**: CustomLuaState
|
|
31840
31800
|
*
|
|
31841
31801
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ModifyVoxelsAsync_beta)
|
|
31802
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31803
|
+
* @param region
|
|
31804
|
+
* @param resolution
|
|
31805
|
+
* @param channelIds
|
|
31842
31806
|
*/
|
|
31843
31807
|
ModifyVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainModifyOperation;
|
|
31844
31808
|
/**
|
|
31845
|
-
* Applies a chunk of terrain to the
|
|
31809
|
+
* Applies a chunk of terrain to the Terrain object. Note: `TerrainRegion` data does not replicate between server and client.
|
|
31846
31810
|
*
|
|
31847
31811
|
* - **ThreadSafety**: Unsafe
|
|
31848
31812
|
*
|
|
31849
31813
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#PasteRegion)
|
|
31850
|
-
* @param this
|
|
31814
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31851
31815
|
* @param region
|
|
31852
31816
|
* @param corner
|
|
31853
31817
|
* @param pasteEmptyCells
|
|
@@ -31860,7 +31824,7 @@ interface Terrain extends BasePart {
|
|
|
31860
31824
|
* - **Tags**: CustomLuaState
|
|
31861
31825
|
*
|
|
31862
31826
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReadVoxelChannels)
|
|
31863
|
-
* @param this
|
|
31827
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31864
31828
|
* @param region Target region to read from. Must be aligned to the voxel grid. Will throw an error if region is too large; limit is currently 4194304 voxels³.
|
|
31865
31829
|
* @param resolution Voxel resolution. Must be 4.
|
|
31866
31830
|
* @param channelIds Array of channel IDs (strings) that need to be accessed from the voxel data. Each channel ID represents a type of data that's stored in voxel. Current supported IDs are `{"SolidMaterial", "SolidOccupancy", "LiquidOccupancy"}`.
|
|
@@ -31878,9 +31842,9 @@ interface Terrain extends BasePart {
|
|
|
31878
31842
|
* - **Tags**: CustomLuaState
|
|
31879
31843
|
*
|
|
31880
31844
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReadVoxels)
|
|
31881
|
-
* @param this
|
|
31882
|
-
* @param region Target region to read from. Must be aligned to the voxel grid. Will throw an error if region is too large. The limit is currently 4194304 voxels
|
|
31883
|
-
* @param resolution Voxel resolution. Must be
|
|
31845
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31846
|
+
* @param region Target region to read from. Must be aligned to the voxel grid. Will throw an error if region is too large. The limit is currently 4194304 voxels^3.
|
|
31847
|
+
* @param resolution Voxel resolution. Must be 4.
|
|
31884
31848
|
* @returns Returns raw voxel data as two 3D arrays. - `materials` - 3D array of `Material` from the target area. Also contains a Size field, equal to the dimensions of the nested arrays.
|
|
31885
31849
|
* - `occupancies` - 3D array of occupancy values from the target area. Also contains a Size field, equal to the dimensions of the nested arrays.
|
|
31886
31850
|
*/
|
|
@@ -31893,6 +31857,10 @@ interface Terrain extends BasePart {
|
|
|
31893
31857
|
* - **Tags**: CustomLuaState
|
|
31894
31858
|
*
|
|
31895
31859
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReadVoxelsAsync_beta)
|
|
31860
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31861
|
+
* @param region
|
|
31862
|
+
* @param resolution
|
|
31863
|
+
* @param channelIds
|
|
31896
31864
|
*/
|
|
31897
31865
|
ReadVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainReadOperation;
|
|
31898
31866
|
/**
|
|
@@ -31901,9 +31869,9 @@ interface Terrain extends BasePart {
|
|
|
31901
31869
|
* - **ThreadSafety**: Unsafe
|
|
31902
31870
|
*
|
|
31903
31871
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReplaceMaterial)
|
|
31904
|
-
* @param this
|
|
31872
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31905
31873
|
* @param region The region in which the replacement operation will occur.
|
|
31906
|
-
* @param resolution The resolution at which the replacement operation will take place; at the moment this must be exactly
|
|
31874
|
+
* @param resolution The resolution at which the replacement operation will take place; at the moment this must be exactly 4.
|
|
31907
31875
|
* @param sourceMaterial The old material that shall be replaced.
|
|
31908
31876
|
* @param targetMaterial The new material.
|
|
31909
31877
|
*/
|
|
@@ -31923,7 +31891,7 @@ interface Terrain extends BasePart {
|
|
|
31923
31891
|
* - **Tags**:
|
|
31924
31892
|
*
|
|
31925
31893
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetCell)
|
|
31926
|
-
* @param this
|
|
31894
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31927
31895
|
* @param x
|
|
31928
31896
|
* @param y
|
|
31929
31897
|
* @param z
|
|
@@ -31943,7 +31911,7 @@ interface Terrain extends BasePart {
|
|
|
31943
31911
|
* - **Tags**:
|
|
31944
31912
|
*
|
|
31945
31913
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetCells)
|
|
31946
|
-
* @param this
|
|
31914
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31947
31915
|
* @param region
|
|
31948
31916
|
* @param material
|
|
31949
31917
|
* @param block
|
|
@@ -31958,7 +31926,7 @@ interface Terrain extends BasePart {
|
|
|
31958
31926
|
* - **ThreadSafety**: Unsafe
|
|
31959
31927
|
*
|
|
31960
31928
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetMaterialColor)
|
|
31961
|
-
* @param this
|
|
31929
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31962
31930
|
* @param material
|
|
31963
31931
|
* @param value
|
|
31964
31932
|
*/
|
|
@@ -31972,13 +31940,13 @@ interface Terrain extends BasePart {
|
|
|
31972
31940
|
/**
|
|
31973
31941
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31974
31942
|
*
|
|
31975
|
-
* Sets the specified terrain voxel's material to
|
|
31943
|
+
* Sets the specified terrain voxel's material to ''Water'' and sets its occupancy to 1.
|
|
31976
31944
|
*
|
|
31977
31945
|
* - **ThreadSafety**: Unsafe
|
|
31978
31946
|
* - **Tags**:
|
|
31979
31947
|
*
|
|
31980
31948
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetWaterCell)
|
|
31981
|
-
* @param this
|
|
31949
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31982
31950
|
* @param x
|
|
31983
31951
|
* @param y
|
|
31984
31952
|
* @param z
|
|
@@ -31989,22 +31957,22 @@ interface Terrain extends BasePart {
|
|
|
31989
31957
|
*/
|
|
31990
31958
|
SetWaterCell(this: Terrain, x: number, y: number, z: number, force: CastsToEnum<Enum.WaterForce>, direction: CastsToEnum<Enum.WaterDirection>): void;
|
|
31991
31959
|
/**
|
|
31992
|
-
* Returns the grid cell location that contains the position
|
|
31960
|
+
* Returns the grid cell location that contains the point **position**.
|
|
31993
31961
|
*
|
|
31994
31962
|
* - **ThreadSafety**: Unsafe
|
|
31995
31963
|
*
|
|
31996
31964
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCell)
|
|
31997
|
-
* @param this
|
|
31965
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31998
31966
|
* @param position
|
|
31999
31967
|
*/
|
|
32000
31968
|
WorldToCell(this: Terrain, position: Vector3): Vector3;
|
|
32001
31969
|
/**
|
|
32002
|
-
* Returns the grid cell location that contains the position
|
|
31970
|
+
* Returns the grid cell location that contains the point position, preferring empty grid cells when position is on a grid edge.
|
|
32003
31971
|
*
|
|
32004
31972
|
* - **ThreadSafety**: Unsafe
|
|
32005
31973
|
*
|
|
32006
31974
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCellPreferEmpty)
|
|
32007
|
-
* @param this
|
|
31975
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32008
31976
|
* @param position
|
|
32009
31977
|
*/
|
|
32010
31978
|
WorldToCellPreferEmpty(this: Terrain, position: Vector3): Vector3;
|
|
@@ -32014,7 +31982,7 @@ interface Terrain extends BasePart {
|
|
|
32014
31982
|
* - **ThreadSafety**: Unsafe
|
|
32015
31983
|
*
|
|
32016
31984
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCellPreferSolid)
|
|
32017
|
-
* @param this
|
|
31985
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32018
31986
|
* @param position
|
|
32019
31987
|
*/
|
|
32020
31988
|
WorldToCellPreferSolid(this: Terrain, position: Vector3): Vector3;
|
|
@@ -32025,12 +31993,12 @@ interface Terrain extends BasePart {
|
|
|
32025
31993
|
* - **Tags**: CustomLuaState
|
|
32026
31994
|
*
|
|
32027
31995
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WriteVoxelChannels)
|
|
32028
|
-
* @param this
|
|
31996
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32029
31997
|
* @param region Target region to write to. Must be aligned to the voxel grid. Will throw an error if region is too large; limit is currently 4194304 voxels³.
|
|
32030
|
-
* @param resolution Voxel resolution. Must be
|
|
32031
|
-
* @param channels Dictionary of voxel data similar to the return value of `ReadVoxelChannels()`. Keys represent each channel ID with their respective value as an array of 3D data. The dictionary can support single or multiple channel inputs. - `SolidMaterial` — The `Material` material of the voxel. Note that `Water` is not supported anymore; instead, a voxel that contains only water should be entered as `SolidMaterial = Enum.Material.Air, LiquidOccupancy = x`, where `x` is a number between
|
|
32032
|
-
* - `SolidOccupancy` — The occupancy of the voxel's material as specified in the `SolidMaterial` channel. This should be a value between
|
|
32033
|
-
* - `LiquidOccupancy` — Specifies the occupancy of the `Water` material in a voxel as a value between
|
|
31998
|
+
* @param resolution Voxel resolution. Must be 4.
|
|
31999
|
+
* @param channels Dictionary of voxel data similar to the return value of `ReadVoxelChannels()`. Keys represent each channel ID with their respective value as an array of 3D data. The dictionary can support single or multiple channel inputs. - `SolidMaterial` — The `Material` material of the voxel. Note that `Water` is not supported anymore; instead, a voxel that contains only water should be entered as `SolidMaterial = Enum.Material.Air, LiquidOccupancy = x`, where `x` is a number between 0 (exclusive) and 1 (inclusive).
|
|
32000
|
+
* - `SolidOccupancy` — The occupancy of the voxel's material as specified in the `SolidMaterial` channel. This should be a value between 0 (empty) and 1 (full).
|
|
32001
|
+
* - `LiquidOccupancy` — Specifies the occupancy of the `Water` material in a voxel as a value between 0 (no water) and 1 (full of water). If the `SolidOccupancy` is 1 and the `SolidMaterial` is not `Air`, this will be 0.
|
|
32034
32002
|
*/
|
|
32035
32003
|
WriteVoxelChannels(this: Terrain, region: Region3, resolution: number, channels: VoxelChannels): void;
|
|
32036
32004
|
/**
|
|
@@ -32040,11 +32008,11 @@ interface Terrain extends BasePart {
|
|
|
32040
32008
|
* - **Tags**: CustomLuaState
|
|
32041
32009
|
*
|
|
32042
32010
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WriteVoxels)
|
|
32043
|
-
* @param this
|
|
32011
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32044
32012
|
* @param region Target region to write to. Must be aligned to the voxel grid. Will throw an error if region is too large.
|
|
32045
|
-
* @param resolution Voxel resolution. Must be
|
|
32046
|
-
* @param materials 3D array of
|
|
32047
|
-
* @param occupancy 3D array of voxel occupancies (number between
|
|
32013
|
+
* @param resolution Voxel resolution. Must be 4.
|
|
32014
|
+
* @param materials 3D array of Enum.Material. Dimensions must exactly match the size of the target region in voxels.
|
|
32015
|
+
* @param occupancy 3D array of voxel occupancies (number between 0 and 1). Dimensions must exactly match the size of the target region in voxels.
|
|
32048
32016
|
*/
|
|
32049
32017
|
WriteVoxels(this: Terrain, region: Region3, resolution: number, materials: Array<Array<Array<CastsToEnum<Enum.Material>>>>, occupancy: Array<Array<Array<number>>>): void;
|
|
32050
32018
|
/**
|
|
@@ -32052,6 +32020,10 @@ interface Terrain extends BasePart {
|
|
|
32052
32020
|
* - **Tags**: CustomLuaState
|
|
32053
32021
|
*
|
|
32054
32022
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WriteVoxelsAsync_beta)
|
|
32023
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32024
|
+
* @param region
|
|
32025
|
+
* @param resolution
|
|
32026
|
+
* @param channelIds
|
|
32055
32027
|
*/
|
|
32056
32028
|
WriteVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainWriteOperation;
|
|
32057
32029
|
}
|
|
@@ -36403,7 +36375,7 @@ interface PlayerHydrationService extends Instance {
|
|
|
36403
36375
|
readonly _nominal_PlayerHydrationService: unique symbol;
|
|
36404
36376
|
}
|
|
36405
36377
|
/**
|
|
36406
|
-
* A container for
|
|
36378
|
+
* A container for LocalScripts to be run on the client.
|
|
36407
36379
|
*
|
|
36408
36380
|
* - **Tags**: NotCreatable, NotReplicated
|
|
36409
36381
|
*
|
|
@@ -36419,39 +36391,39 @@ interface PlayerScripts extends Instance {
|
|
|
36419
36391
|
*/
|
|
36420
36392
|
readonly _nominal_PlayerScripts: unique symbol;
|
|
36421
36393
|
/**
|
|
36422
|
-
* Unregisters all
|
|
36394
|
+
* Unregisters all ComputerCameraMovementMode enums from the experience's settings menu.
|
|
36423
36395
|
*
|
|
36424
36396
|
* - **ThreadSafety**: Unsafe
|
|
36425
36397
|
*
|
|
36426
36398
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearComputerCameraMovementModes)
|
|
36427
|
-
* @param this A container for
|
|
36399
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36428
36400
|
*/
|
|
36429
36401
|
ClearComputerCameraMovementModes(this: PlayerScripts): void;
|
|
36430
36402
|
/**
|
|
36431
|
-
* Unregisters all
|
|
36403
|
+
* Unregisters all ComputerMovementMode enums from the experience's settings menu.
|
|
36432
36404
|
*
|
|
36433
36405
|
* - **ThreadSafety**: Unsafe
|
|
36434
36406
|
*
|
|
36435
36407
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearComputerMovementModes)
|
|
36436
|
-
* @param this A container for
|
|
36408
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36437
36409
|
*/
|
|
36438
36410
|
ClearComputerMovementModes(this: PlayerScripts): void;
|
|
36439
36411
|
/**
|
|
36440
|
-
* Unregisters all
|
|
36412
|
+
* Unregisters all TouchCameraMovementMode enums from the experience's settings menu.
|
|
36441
36413
|
*
|
|
36442
36414
|
* - **ThreadSafety**: Unsafe
|
|
36443
36415
|
*
|
|
36444
36416
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearTouchCameraMovementModes)
|
|
36445
|
-
* @param this A container for
|
|
36417
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36446
36418
|
*/
|
|
36447
36419
|
ClearTouchCameraMovementModes(this: PlayerScripts): void;
|
|
36448
36420
|
/**
|
|
36449
|
-
* Unregisters all
|
|
36421
|
+
* Unregisters all TouchMovementMode enums from the experience's settings menu.
|
|
36450
36422
|
*
|
|
36451
36423
|
* - **ThreadSafety**: Unsafe
|
|
36452
36424
|
*
|
|
36453
36425
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearTouchMovementModes)
|
|
36454
|
-
* @param this A container for
|
|
36426
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36455
36427
|
*/
|
|
36456
36428
|
ClearTouchMovementModes(this: PlayerScripts): void;
|
|
36457
36429
|
/**
|
|
@@ -36460,7 +36432,7 @@ interface PlayerScripts extends Instance {
|
|
|
36460
36432
|
* - **ThreadSafety**: Unsafe
|
|
36461
36433
|
*
|
|
36462
36434
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterComputerCameraMovementMode)
|
|
36463
|
-
* @param this A container for
|
|
36435
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36464
36436
|
* @param cameraMovementMode
|
|
36465
36437
|
*/
|
|
36466
36438
|
RegisterComputerCameraMovementMode(this: PlayerScripts, cameraMovementMode: CastsToEnum<Enum.ComputerCameraMovementMode>): void;
|
|
@@ -36470,7 +36442,7 @@ interface PlayerScripts extends Instance {
|
|
|
36470
36442
|
* - **ThreadSafety**: Unsafe
|
|
36471
36443
|
*
|
|
36472
36444
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterComputerMovementMode)
|
|
36473
|
-
* @param this A container for
|
|
36445
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36474
36446
|
* @param movementMode
|
|
36475
36447
|
*/
|
|
36476
36448
|
RegisterComputerMovementMode(this: PlayerScripts, movementMode: CastsToEnum<Enum.ComputerMovementMode>): void;
|
|
@@ -36480,7 +36452,7 @@ interface PlayerScripts extends Instance {
|
|
|
36480
36452
|
* - **ThreadSafety**: Unsafe
|
|
36481
36453
|
*
|
|
36482
36454
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterTouchCameraMovementMode)
|
|
36483
|
-
* @param this A container for
|
|
36455
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36484
36456
|
* @param cameraMovementMode
|
|
36485
36457
|
*/
|
|
36486
36458
|
RegisterTouchCameraMovementMode(this: PlayerScripts, cameraMovementMode: CastsToEnum<Enum.TouchCameraMovementMode>): void;
|
|
@@ -36490,7 +36462,7 @@ interface PlayerScripts extends Instance {
|
|
|
36490
36462
|
* - **ThreadSafety**: Unsafe
|
|
36491
36463
|
*
|
|
36492
36464
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterTouchMovementMode)
|
|
36493
|
-
* @param this A container for
|
|
36465
|
+
* @param this A container for LocalScripts to be run on the client.
|
|
36494
36466
|
* @param movementMode
|
|
36495
36467
|
*/
|
|
36496
36468
|
RegisterTouchMovementMode(this: PlayerScripts, movementMode: CastsToEnum<Enum.TouchMovementMode>): void;
|
|
@@ -41651,7 +41623,7 @@ interface StartPageService extends Instance {
|
|
|
41651
41623
|
readonly _nominal_StartPageService: unique symbol;
|
|
41652
41624
|
}
|
|
41653
41625
|
/**
|
|
41654
|
-
* If the game allows gear,
|
|
41626
|
+
* If the game allows gear, StarterGear contains all of a player's appropriate gear. Whenever the player's character spawns, all of the contents of that player's StarterGear will get copied into the player's `Backpack`.
|
|
41655
41627
|
*
|
|
41656
41628
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterGear)
|
|
41657
41629
|
*/
|
|
@@ -41666,7 +41638,7 @@ interface StarterGear extends Instance {
|
|
|
41666
41638
|
readonly _nominal_StarterGear: unique symbol;
|
|
41667
41639
|
}
|
|
41668
41640
|
/**
|
|
41669
|
-
* A container whose contents are copied into each player's `Backpack` when
|
|
41641
|
+
* A service-level container whose contents are copied into each player's `Backpack` when the player spawns. It is generally used to hold `Tools`, but is sometimes used to hold `LocalScripts` to ensure that each player gets a copy.
|
|
41670
41642
|
*
|
|
41671
41643
|
* - **Tags**: NotCreatable, Service
|
|
41672
41644
|
*
|
|
@@ -47352,16 +47324,12 @@ interface UserGameSettings extends Instance {
|
|
|
47352
47324
|
*/
|
|
47353
47325
|
MouseSensitivity: number;
|
|
47354
47326
|
/**
|
|
47355
|
-
* Internal MicroProfiler setting specifying the frame rate used when capturing server-side RCC profiler data.
|
|
47356
|
-
*
|
|
47357
47327
|
* - **ThreadSafety**: ReadSafe
|
|
47358
47328
|
*
|
|
47359
47329
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#RCCProfilerRecordFrameRate)
|
|
47360
47330
|
*/
|
|
47361
47331
|
RCCProfilerRecordFrameRate: number;
|
|
47362
47332
|
/**
|
|
47363
|
-
* Internal MicroProfiler setting specifying the duration over which server-side RCC profiler data is captured.
|
|
47364
|
-
*
|
|
47365
47333
|
* - **ThreadSafety**: ReadSafe
|
|
47366
47334
|
*
|
|
47367
47335
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#RCCProfilerRecordTimeFrame)
|
|
@@ -47400,16 +47368,12 @@ interface UserGameSettings extends Instance {
|
|
|
47400
47368
|
*/
|
|
47401
47369
|
TouchMovementMode: Enum.TouchMovementMode;
|
|
47402
47370
|
/**
|
|
47403
|
-
* Indicates whether smooth rotation is used instead of snap rotation in VR.
|
|
47404
|
-
*
|
|
47405
47371
|
* - **ThreadSafety**: ReadSafe
|
|
47406
47372
|
*
|
|
47407
47373
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#VRSmoothRotationEnabled)
|
|
47408
47374
|
*/
|
|
47409
47375
|
get VRSmoothRotationEnabled(): boolean;
|
|
47410
47376
|
/**
|
|
47411
|
-
* Indicates whether the VR vignette comfort effect is enabled.
|
|
47412
|
-
*
|
|
47413
47377
|
* - **ThreadSafety**: ReadSafe
|
|
47414
47378
|
*
|
|
47415
47379
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#VignetteEnabled)
|
|
@@ -49918,6 +49882,8 @@ interface TerrainIterateOperation extends RBXObject {
|
|
|
49918
49882
|
* - **ThreadSafety**: Unsafe
|
|
49919
49883
|
*
|
|
49920
49884
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainIterateOperation#CommitBlock)
|
|
49885
|
+
* @param this
|
|
49886
|
+
* @param block
|
|
49921
49887
|
*/
|
|
49922
49888
|
CommitBlock(this: TerrainIterateOperation, block: object): RBXScriptSignal;
|
|
49923
49889
|
/**
|
|
@@ -49945,6 +49911,8 @@ interface TerrainModifyOperation extends RBXObject {
|
|
|
49945
49911
|
* - **ThreadSafety**: Unsafe
|
|
49946
49912
|
*
|
|
49947
49913
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainModifyOperation#CommitBlock)
|
|
49914
|
+
* @param this
|
|
49915
|
+
* @param block
|
|
49948
49916
|
*/
|
|
49949
49917
|
CommitBlock(this: TerrainModifyOperation, block: object): RBXScriptSignal;
|
|
49950
49918
|
/**
|
|
@@ -49993,6 +49961,8 @@ interface TerrainWriteOperation extends RBXObject {
|
|
|
49993
49961
|
* - **ThreadSafety**: Unsafe
|
|
49994
49962
|
*
|
|
49995
49963
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainWriteOperation#CommitBlock)
|
|
49964
|
+
* @param this
|
|
49965
|
+
* @param block
|
|
49996
49966
|
*/
|
|
49997
49967
|
CommitBlock(this: TerrainWriteOperation, block: object): RBXScriptSignal;
|
|
49998
49968
|
/**
|
|
@@ -50000,6 +49970,7 @@ interface TerrainWriteOperation extends RBXObject {
|
|
|
50000
49970
|
* - **Tags**: CustomLuaState
|
|
50001
49971
|
*
|
|
50002
49972
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainWriteOperation#GetBlock)
|
|
49973
|
+
* @param this
|
|
50003
49974
|
*/
|
|
50004
49975
|
GetBlock(this: TerrainWriteOperation): object;
|
|
50005
49976
|
}
|
|
@@ -83,7 +83,6 @@ interface Services {
|
|
|
83
83
|
FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
|
|
84
84
|
FeatureRestrictionManager: FeatureRestrictionManager;
|
|
85
85
|
FileManagerService: FileManagerService;
|
|
86
|
-
FileSyncReplicationService: FileSyncReplicationService;
|
|
87
86
|
GamepadService: GamepadService;
|
|
88
87
|
GamePassService: GamePassService;
|
|
89
88
|
GameSettings: GameSettings;
|
|
@@ -96,7 +95,6 @@ interface Services {
|
|
|
96
95
|
HapticService: HapticService;
|
|
97
96
|
HarmonyService: HarmonyService;
|
|
98
97
|
HeapProfilerService: HeapProfilerService;
|
|
99
|
-
HeatmapQueryService: HeatmapQueryService;
|
|
100
98
|
HeatmapService: HeatmapService;
|
|
101
99
|
HeightmapImporterService: HeightmapImporterService;
|
|
102
100
|
HttpService: HttpService;
|
|
@@ -2301,7 +2299,7 @@ interface AvatarSettings extends Instance {
|
|
|
2301
2299
|
readonly _nominal_AvatarSettings: unique symbol;
|
|
2302
2300
|
}
|
|
2303
2301
|
/**
|
|
2304
|
-
* A container object that holds a player's inventory. Any `Tool` in a player's
|
|
2302
|
+
* A container object that holds a player's inventory. Any `Tool` in a player's Backpack will be displayed in their inventory at the bottom of their screen.
|
|
2305
2303
|
*
|
|
2306
2304
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Backpack)
|
|
2307
2305
|
*/
|
|
@@ -2547,7 +2545,7 @@ interface CoreGui extends BasePlayerGui {
|
|
|
2547
2545
|
readonly _nominal_CoreGui: unique symbol;
|
|
2548
2546
|
}
|
|
2549
2547
|
/**
|
|
2550
|
-
* A container
|
|
2548
|
+
* A container for a player's currently rendered `ScreenGuis`.
|
|
2551
2549
|
*
|
|
2552
2550
|
* - **Tags**: NotCreatable, PlayerReplicated
|
|
2553
2551
|
*
|
|
@@ -3565,7 +3563,7 @@ interface ConfigService extends Instance {
|
|
|
3565
3563
|
readonly _nominal_ConfigService: unique symbol;
|
|
3566
3564
|
}
|
|
3567
3565
|
/**
|
|
3568
|
-
*
|
|
3566
|
+
* The Configuration object is a container object that is designed to hold value objects to make values used in `Tools` or any model using `Scripts` more accessible.
|
|
3569
3567
|
*
|
|
3570
3568
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Configuration)
|
|
3571
3569
|
*/
|
|
@@ -5024,7 +5022,7 @@ interface ExperienceStateCaptureService extends Instance {
|
|
|
5024
5022
|
readonly _nominal_ExperienceStateCaptureService: unique symbol;
|
|
5025
5023
|
}
|
|
5026
5024
|
/**
|
|
5027
|
-
* - **Tags**: NotCreatable, Service
|
|
5025
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
5028
5026
|
*
|
|
5029
5027
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExperienceStateRecordingService)
|
|
5030
5028
|
*/
|
|
@@ -5870,21 +5868,6 @@ interface FileManagerService extends Instance {
|
|
|
5870
5868
|
*/
|
|
5871
5869
|
readonly _nominal_FileManagerService: unique symbol;
|
|
5872
5870
|
}
|
|
5873
|
-
/**
|
|
5874
|
-
* - **Tags**: NotCreatable, Service
|
|
5875
|
-
*
|
|
5876
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FileSyncReplicationService)
|
|
5877
|
-
*/
|
|
5878
|
-
interface FileSyncReplicationService extends Instance {
|
|
5879
|
-
/**
|
|
5880
|
-
* **DO NOT USE!**
|
|
5881
|
-
*
|
|
5882
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
5883
|
-
* @hidden
|
|
5884
|
-
* @deprecated
|
|
5885
|
-
*/
|
|
5886
|
-
readonly _nominal_FileSyncReplicationService: unique symbol;
|
|
5887
|
-
}
|
|
5888
5871
|
/**
|
|
5889
5872
|
* A preconfigured particle emitter with the visual aesthetic of fire.
|
|
5890
5873
|
*
|
|
@@ -7154,21 +7137,6 @@ interface HeapProfilerService extends Instance {
|
|
|
7154
7137
|
*/
|
|
7155
7138
|
readonly OnNewData: RBXScriptSignal<(player: Player, jsonString: buffer, id: number, compressedLength: number, uncompressedLength: number) => void>;
|
|
7156
7139
|
}
|
|
7157
|
-
/**
|
|
7158
|
-
* - **Tags**: NotCreatable, Service
|
|
7159
|
-
*
|
|
7160
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeatmapQueryService)
|
|
7161
|
-
*/
|
|
7162
|
-
interface HeatmapQueryService extends Instance {
|
|
7163
|
-
/**
|
|
7164
|
-
* **DO NOT USE!**
|
|
7165
|
-
*
|
|
7166
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7167
|
-
* @hidden
|
|
7168
|
-
* @deprecated
|
|
7169
|
-
*/
|
|
7170
|
-
readonly _nominal_HeatmapQueryService: unique symbol;
|
|
7171
|
-
}
|
|
7172
7140
|
/**
|
|
7173
7141
|
* - **Tags**: NotCreatable, Service
|
|
7174
7142
|
*
|
|
@@ -9385,7 +9353,7 @@ interface WedgePart extends FormFactorPart {
|
|
|
9385
9353
|
readonly _nominal_WedgePart: unique symbol;
|
|
9386
9354
|
}
|
|
9387
9355
|
/**
|
|
9388
|
-
*
|
|
9356
|
+
* Terrain lets you to create dynamically morphable environments.
|
|
9389
9357
|
*
|
|
9390
9358
|
* - **Tags**: NotCreatable
|
|
9391
9359
|
*
|
|
@@ -9401,7 +9369,7 @@ interface Terrain extends BasePart {
|
|
|
9401
9369
|
*/
|
|
9402
9370
|
readonly _nominal_Terrain: unique symbol;
|
|
9403
9371
|
/**
|
|
9404
|
-
* **Deprecated:** Since all places now automatically use the new terrain engine, this method is obsolete.
|
|
9372
|
+
* **Deprecated:** Since all places now automatically use the new terrain engine, this method is obsolete. Do not use it for new work.
|
|
9405
9373
|
*
|
|
9406
9374
|
* Transforms the legacy terrain engine into the new terrain engine.
|
|
9407
9375
|
*
|
|
@@ -9409,7 +9377,7 @@ interface Terrain extends BasePart {
|
|
|
9409
9377
|
* - **Tags**:
|
|
9410
9378
|
*
|
|
9411
9379
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ConvertToSmooth)
|
|
9412
|
-
* @param this
|
|
9380
|
+
* @param this Terrain lets you to create dynamically morphable environments.
|
|
9413
9381
|
*
|
|
9414
9382
|
* @deprecated
|
|
9415
9383
|
*/
|
|
@@ -10793,7 +10761,7 @@ interface PlayerHydrationService extends Instance {
|
|
|
10793
10761
|
readonly _nominal_PlayerHydrationService: unique symbol;
|
|
10794
10762
|
}
|
|
10795
10763
|
/**
|
|
10796
|
-
* A container for
|
|
10764
|
+
* A container for LocalScripts to be run on the client.
|
|
10797
10765
|
*
|
|
10798
10766
|
* - **Tags**: NotCreatable, NotReplicated
|
|
10799
10767
|
*
|
|
@@ -13882,7 +13850,7 @@ interface StartPageService extends Instance {
|
|
|
13882
13850
|
readonly _nominal_StartPageService: unique symbol;
|
|
13883
13851
|
}
|
|
13884
13852
|
/**
|
|
13885
|
-
* If the game allows gear,
|
|
13853
|
+
* If the game allows gear, StarterGear contains all of a player's appropriate gear. Whenever the player's character spawns, all of the contents of that player's StarterGear will get copied into the player's `Backpack`.
|
|
13886
13854
|
*
|
|
13887
13855
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterGear)
|
|
13888
13856
|
*/
|
|
@@ -13897,7 +13865,7 @@ interface StarterGear extends Instance {
|
|
|
13897
13865
|
readonly _nominal_StarterGear: unique symbol;
|
|
13898
13866
|
}
|
|
13899
13867
|
/**
|
|
13900
|
-
* A container whose contents are copied into each player's `Backpack` when
|
|
13868
|
+
* A service-level container whose contents are copied into each player's `Backpack` when the player spawns. It is generally used to hold `Tools`, but is sometimes used to hold `LocalScripts` to ensure that each player gets a copy.
|
|
13901
13869
|
*
|
|
13902
13870
|
* - **Tags**: NotCreatable, Service
|
|
13903
13871
|
*
|
|
@@ -3556,20 +3556,11 @@ declare namespace Enum {
|
|
|
3556
3556
|
EnumType: typeof globalThis.Enum.AssetType;
|
|
3557
3557
|
}
|
|
3558
3558
|
export const VoxelFragment: VoxelFragment;
|
|
3559
|
-
/**
|
|
3560
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#AvatarBackground)
|
|
3561
|
-
*/
|
|
3562
|
-
export interface AvatarBackground extends globalThis.EnumItem {
|
|
3563
|
-
Name: "AvatarBackground";
|
|
3564
|
-
Value: 92;
|
|
3565
|
-
EnumType: typeof globalThis.Enum.AssetType;
|
|
3566
|
-
}
|
|
3567
|
-
export const AvatarBackground: AvatarBackground;
|
|
3568
3559
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
|
|
3569
3560
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
|
|
3570
3561
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
|
|
3571
3562
|
}
|
|
3572
|
-
export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.VoxelFragment
|
|
3563
|
+
export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.VoxelFragment;
|
|
3573
3564
|
/**
|
|
3574
3565
|
* Determines the asset type verification mode.
|
|
3575
3566
|
*
|
|
@@ -4586,20 +4577,11 @@ declare namespace Enum {
|
|
|
4586
4577
|
EnumType: typeof globalThis.Enum.AvatarAssetType;
|
|
4587
4578
|
}
|
|
4588
4579
|
export const EyeMakeup: EyeMakeup;
|
|
4589
|
-
/**
|
|
4590
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarAssetType#AvatarBackground)
|
|
4591
|
-
*/
|
|
4592
|
-
export interface AvatarBackground extends globalThis.EnumItem {
|
|
4593
|
-
Name: "AvatarBackground";
|
|
4594
|
-
Value: 92;
|
|
4595
|
-
EnumType: typeof globalThis.Enum.AvatarAssetType;
|
|
4596
|
-
}
|
|
4597
|
-
export const AvatarBackground: AvatarBackground;
|
|
4598
4580
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarAssetType>;
|
|
4599
4581
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarAssetType | undefined;
|
|
4600
4582
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarAssetType | undefined;
|
|
4601
4583
|
}
|
|
4602
|
-
export type AvatarAssetType = AvatarAssetType.TShirt | AvatarAssetType.Hat | AvatarAssetType.Shirt | AvatarAssetType.Pants | AvatarAssetType.Head | AvatarAssetType.Face | AvatarAssetType.Gear | AvatarAssetType.Torso | AvatarAssetType.RightArm | AvatarAssetType.LeftArm | AvatarAssetType.LeftLeg | AvatarAssetType.RightLeg | AvatarAssetType.HairAccessory | AvatarAssetType.FaceAccessory | AvatarAssetType.NeckAccessory | AvatarAssetType.ShoulderAccessory | AvatarAssetType.FrontAccessory | AvatarAssetType.BackAccessory | AvatarAssetType.WaistAccessory | AvatarAssetType.ClimbAnimation | AvatarAssetType.FallAnimation | AvatarAssetType.IdleAnimation | AvatarAssetType.JumpAnimation | AvatarAssetType.RunAnimation | AvatarAssetType.SwimAnimation | AvatarAssetType.WalkAnimation | AvatarAssetType.EmoteAnimation | AvatarAssetType.TShirtAccessory | AvatarAssetType.ShirtAccessory | AvatarAssetType.PantsAccessory | AvatarAssetType.JacketAccessory | AvatarAssetType.SweaterAccessory | AvatarAssetType.ShortsAccessory | AvatarAssetType.LeftShoeAccessory | AvatarAssetType.RightShoeAccessory | AvatarAssetType.DressSkirtAccessory | AvatarAssetType.EyebrowAccessory | AvatarAssetType.EyelashAccessory | AvatarAssetType.MoodAnimation | AvatarAssetType.DynamicHead | AvatarAssetType.FaceMakeup | AvatarAssetType.LipMakeup | AvatarAssetType.EyeMakeup
|
|
4584
|
+
export type AvatarAssetType = AvatarAssetType.TShirt | AvatarAssetType.Hat | AvatarAssetType.Shirt | AvatarAssetType.Pants | AvatarAssetType.Head | AvatarAssetType.Face | AvatarAssetType.Gear | AvatarAssetType.Torso | AvatarAssetType.RightArm | AvatarAssetType.LeftArm | AvatarAssetType.LeftLeg | AvatarAssetType.RightLeg | AvatarAssetType.HairAccessory | AvatarAssetType.FaceAccessory | AvatarAssetType.NeckAccessory | AvatarAssetType.ShoulderAccessory | AvatarAssetType.FrontAccessory | AvatarAssetType.BackAccessory | AvatarAssetType.WaistAccessory | AvatarAssetType.ClimbAnimation | AvatarAssetType.FallAnimation | AvatarAssetType.IdleAnimation | AvatarAssetType.JumpAnimation | AvatarAssetType.RunAnimation | AvatarAssetType.SwimAnimation | AvatarAssetType.WalkAnimation | AvatarAssetType.EmoteAnimation | AvatarAssetType.TShirtAccessory | AvatarAssetType.ShirtAccessory | AvatarAssetType.PantsAccessory | AvatarAssetType.JacketAccessory | AvatarAssetType.SweaterAccessory | AvatarAssetType.ShortsAccessory | AvatarAssetType.LeftShoeAccessory | AvatarAssetType.RightShoeAccessory | AvatarAssetType.DressSkirtAccessory | AvatarAssetType.EyebrowAccessory | AvatarAssetType.EyelashAccessory | AvatarAssetType.MoodAnimation | AvatarAssetType.DynamicHead | AvatarAssetType.FaceMakeup | AvatarAssetType.LipMakeup | AvatarAssetType.EyeMakeup;
|
|
4603
4585
|
/**
|
|
4604
4586
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarChatServiceFeature)
|
|
4605
4587
|
*/
|
|
@@ -9138,24 +9120,6 @@ declare namespace Enum {
|
|
|
9138
9120
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9139
9121
|
}
|
|
9140
9122
|
export const DisconnectCollaboratorUnknownError: DisconnectCollaboratorUnknownError;
|
|
9141
|
-
/**
|
|
9142
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorRequestedEviction)
|
|
9143
|
-
*/
|
|
9144
|
-
export interface DisconnectCollaboratorRequestedEviction extends globalThis.EnumItem {
|
|
9145
|
-
Name: "DisconnectCollaboratorRequestedEviction";
|
|
9146
|
-
Value: 315;
|
|
9147
|
-
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9148
|
-
}
|
|
9149
|
-
export const DisconnectCollaboratorRequestedEviction: DisconnectCollaboratorRequestedEviction;
|
|
9150
|
-
/**
|
|
9151
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorTrustedConnectionsRequiredPC)
|
|
9152
|
-
*/
|
|
9153
|
-
export interface DisconnectCollaboratorTrustedConnectionsRequiredPC extends globalThis.EnumItem {
|
|
9154
|
-
Name: "DisconnectCollaboratorTrustedConnectionsRequiredPC";
|
|
9155
|
-
Value: 316;
|
|
9156
|
-
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9157
|
-
}
|
|
9158
|
-
export const DisconnectCollaboratorTrustedConnectionsRequiredPC: DisconnectCollaboratorTrustedConnectionsRequiredPC;
|
|
9159
9123
|
/**
|
|
9160
9124
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchErrors)
|
|
9161
9125
|
*/
|
|
@@ -9430,7 +9394,7 @@ declare namespace Enum {
|
|
|
9430
9394
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
9431
9395
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
9432
9396
|
}
|
|
9433
|
-
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.
|
|
9397
|
+
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchVipOwnerNotPresent | ConnectionError.PlacelaunchAgeVerificationRequired | ConnectionError.PlacelaunchParentalApprovalRequired | ConnectionError.PlacelaunchCoreGated | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchDeviceBlock | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
|
|
9434
9398
|
/**
|
|
9435
9399
|
* Used to determine the connection state of the client to the game server.
|
|
9436
9400
|
*
|
|
@@ -12443,60 +12407,6 @@ declare namespace Enum {
|
|
|
12443
12407
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ElasticBehavior | undefined;
|
|
12444
12408
|
}
|
|
12445
12409
|
export type ElasticBehavior = ElasticBehavior.WhenScrollable | ElasticBehavior.Always | ElasticBehavior.Never;
|
|
12446
|
-
/**
|
|
12447
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel)
|
|
12448
|
-
*/
|
|
12449
|
-
export namespace EngagementLevel {
|
|
12450
|
-
/**
|
|
12451
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Unknown)
|
|
12452
|
-
*/
|
|
12453
|
-
export interface Unknown extends globalThis.EnumItem {
|
|
12454
|
-
Name: "Unknown";
|
|
12455
|
-
Value: 0;
|
|
12456
|
-
EnumType: typeof globalThis.Enum.EngagementLevel;
|
|
12457
|
-
}
|
|
12458
|
-
export const Unknown: Unknown;
|
|
12459
|
-
/**
|
|
12460
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Inactive)
|
|
12461
|
-
*/
|
|
12462
|
-
export interface Inactive extends globalThis.EnumItem {
|
|
12463
|
-
Name: "Inactive";
|
|
12464
|
-
Value: 1;
|
|
12465
|
-
EnumType: typeof globalThis.Enum.EngagementLevel;
|
|
12466
|
-
}
|
|
12467
|
-
export const Inactive: Inactive;
|
|
12468
|
-
/**
|
|
12469
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Low)
|
|
12470
|
-
*/
|
|
12471
|
-
export interface Low extends globalThis.EnumItem {
|
|
12472
|
-
Name: "Low";
|
|
12473
|
-
Value: 2;
|
|
12474
|
-
EnumType: typeof globalThis.Enum.EngagementLevel;
|
|
12475
|
-
}
|
|
12476
|
-
export const Low: Low;
|
|
12477
|
-
/**
|
|
12478
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Medium)
|
|
12479
|
-
*/
|
|
12480
|
-
export interface Medium extends globalThis.EnumItem {
|
|
12481
|
-
Name: "Medium";
|
|
12482
|
-
Value: 3;
|
|
12483
|
-
EnumType: typeof globalThis.Enum.EngagementLevel;
|
|
12484
|
-
}
|
|
12485
|
-
export const Medium: Medium;
|
|
12486
|
-
/**
|
|
12487
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#High)
|
|
12488
|
-
*/
|
|
12489
|
-
export interface High extends globalThis.EnumItem {
|
|
12490
|
-
Name: "High";
|
|
12491
|
-
Value: 4;
|
|
12492
|
-
EnumType: typeof globalThis.Enum.EngagementLevel;
|
|
12493
|
-
}
|
|
12494
|
-
export const High: High;
|
|
12495
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.EngagementLevel>;
|
|
12496
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.EngagementLevel | undefined;
|
|
12497
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EngagementLevel | undefined;
|
|
12498
|
-
}
|
|
12499
|
-
export type EngagementLevel = EngagementLevel.Unknown | EngagementLevel.Inactive | EngagementLevel.Low | EngagementLevel.Medium | EngagementLevel.High;
|
|
12500
12410
|
/**
|
|
12501
12411
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder)
|
|
12502
12412
|
*/
|
|
@@ -12621,60 +12531,6 @@ declare namespace Enum {
|
|
|
12621
12531
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EnviromentalPhysicsThrottle | undefined;
|
|
12622
12532
|
}
|
|
12623
12533
|
export type EnviromentalPhysicsThrottle = EnviromentalPhysicsThrottle.DefaultAuto | EnviromentalPhysicsThrottle.Disabled | EnviromentalPhysicsThrottle.Always | EnviromentalPhysicsThrottle.Skip2 | EnviromentalPhysicsThrottle.Skip4 | EnviromentalPhysicsThrottle.Skip8 | EnviromentalPhysicsThrottle.Skip16;
|
|
12624
|
-
/**
|
|
12625
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus)
|
|
12626
|
-
*/
|
|
12627
|
-
export namespace ExperienceActivationStatus {
|
|
12628
|
-
/**
|
|
12629
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Unknown)
|
|
12630
|
-
*/
|
|
12631
|
-
export interface Unknown extends globalThis.EnumItem {
|
|
12632
|
-
Name: "Unknown";
|
|
12633
|
-
Value: 0;
|
|
12634
|
-
EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
|
|
12635
|
-
}
|
|
12636
|
-
export const Unknown: Unknown;
|
|
12637
|
-
/**
|
|
12638
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#New)
|
|
12639
|
-
*/
|
|
12640
|
-
export interface New extends globalThis.EnumItem {
|
|
12641
|
-
Name: "New";
|
|
12642
|
-
Value: 1;
|
|
12643
|
-
EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
|
|
12644
|
-
}
|
|
12645
|
-
export const New: New;
|
|
12646
|
-
/**
|
|
12647
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Active)
|
|
12648
|
-
*/
|
|
12649
|
-
export interface Active extends globalThis.EnumItem {
|
|
12650
|
-
Name: "Active";
|
|
12651
|
-
Value: 2;
|
|
12652
|
-
EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
|
|
12653
|
-
}
|
|
12654
|
-
export const Active: Active;
|
|
12655
|
-
/**
|
|
12656
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Lapsed)
|
|
12657
|
-
*/
|
|
12658
|
-
export interface Lapsed extends globalThis.EnumItem {
|
|
12659
|
-
Name: "Lapsed";
|
|
12660
|
-
Value: 3;
|
|
12661
|
-
EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
|
|
12662
|
-
}
|
|
12663
|
-
export const Lapsed: Lapsed;
|
|
12664
|
-
/**
|
|
12665
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Reactivated)
|
|
12666
|
-
*/
|
|
12667
|
-
export interface Reactivated extends globalThis.EnumItem {
|
|
12668
|
-
Name: "Reactivated";
|
|
12669
|
-
Value: 4;
|
|
12670
|
-
EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
|
|
12671
|
-
}
|
|
12672
|
-
export const Reactivated: Reactivated;
|
|
12673
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExperienceActivationStatus>;
|
|
12674
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExperienceActivationStatus | undefined;
|
|
12675
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceActivationStatus | undefined;
|
|
12676
|
-
}
|
|
12677
|
-
export type ExperienceActivationStatus = ExperienceActivationStatus.Unknown | ExperienceActivationStatus.New | ExperienceActivationStatus.Active | ExperienceActivationStatus.Lapsed | ExperienceActivationStatus.Reactivated;
|
|
12678
12534
|
/**
|
|
12679
12535
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceAuthScope)
|
|
12680
12536
|
*/
|
|
@@ -18056,10 +17912,6 @@ declare namespace Enum {
|
|
|
18056
17912
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18057
17913
|
}
|
|
18058
17914
|
export const Unknown: Unknown;
|
|
18059
|
-
/**
|
|
18060
|
-
* @deprecated renamed to Unknown
|
|
18061
|
-
*/
|
|
18062
|
-
export const None: Unknown;
|
|
18063
17915
|
/**
|
|
18064
17916
|
* The `Backspace` key.
|
|
18065
17917
|
*
|
|
@@ -25996,60 +25848,6 @@ declare namespace Enum {
|
|
|
25996
25848
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerExitReason | undefined;
|
|
25997
25849
|
}
|
|
25998
25850
|
export type PlayerExitReason = PlayerExitReason.Unknown | PlayerExitReason.PlatformKick | PlayerExitReason.CreatorKick;
|
|
25999
|
-
/**
|
|
26000
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus)
|
|
26001
|
-
*/
|
|
26002
|
-
export namespace PlayerPlatformActivationStatus {
|
|
26003
|
-
/**
|
|
26004
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Unknown)
|
|
26005
|
-
*/
|
|
26006
|
-
export interface Unknown extends globalThis.EnumItem {
|
|
26007
|
-
Name: "Unknown";
|
|
26008
|
-
Value: 0;
|
|
26009
|
-
EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
|
|
26010
|
-
}
|
|
26011
|
-
export const Unknown: Unknown;
|
|
26012
|
-
/**
|
|
26013
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#New)
|
|
26014
|
-
*/
|
|
26015
|
-
export interface New extends globalThis.EnumItem {
|
|
26016
|
-
Name: "New";
|
|
26017
|
-
Value: 1;
|
|
26018
|
-
EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
|
|
26019
|
-
}
|
|
26020
|
-
export const New: New;
|
|
26021
|
-
/**
|
|
26022
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Active)
|
|
26023
|
-
*/
|
|
26024
|
-
export interface Active extends globalThis.EnumItem {
|
|
26025
|
-
Name: "Active";
|
|
26026
|
-
Value: 2;
|
|
26027
|
-
EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
|
|
26028
|
-
}
|
|
26029
|
-
export const Active: Active;
|
|
26030
|
-
/**
|
|
26031
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Lapsed)
|
|
26032
|
-
*/
|
|
26033
|
-
export interface Lapsed extends globalThis.EnumItem {
|
|
26034
|
-
Name: "Lapsed";
|
|
26035
|
-
Value: 3;
|
|
26036
|
-
EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
|
|
26037
|
-
}
|
|
26038
|
-
export const Lapsed: Lapsed;
|
|
26039
|
-
/**
|
|
26040
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Reactivated)
|
|
26041
|
-
*/
|
|
26042
|
-
export interface Reactivated extends globalThis.EnumItem {
|
|
26043
|
-
Name: "Reactivated";
|
|
26044
|
-
Value: 4;
|
|
26045
|
-
EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
|
|
26046
|
-
}
|
|
26047
|
-
export const Reactivated: Reactivated;
|
|
26048
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlayerPlatformActivationStatus>;
|
|
26049
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlayerPlatformActivationStatus | undefined;
|
|
26050
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerPlatformActivationStatus | undefined;
|
|
26051
|
-
}
|
|
26052
|
-
export type PlayerPlatformActivationStatus = PlayerPlatformActivationStatus.Unknown | PlayerPlatformActivationStatus.New | PlayerPlatformActivationStatus.Active | PlayerPlatformActivationStatus.Lapsed | PlayerPlatformActivationStatus.Reactivated;
|
|
26053
25851
|
/**
|
|
26054
25852
|
* Describes a player's platform-wide spender status bucket.
|
|
26055
25853
|
*
|