@rbxts/types 1.0.920 → 1.0.921
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 +139 -110
- package/include/generated/PluginSecurity.d.ts +42 -10
- package/include/generated/enums.d.ts +205 -3
- package/package.json +1 -1
|
@@ -79,6 +79,7 @@ interface Services {
|
|
|
79
79
|
FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
|
|
80
80
|
FeatureRestrictionManager: FeatureRestrictionManager;
|
|
81
81
|
FileManagerService: FileManagerService;
|
|
82
|
+
FileSyncReplicationService: FileSyncReplicationService;
|
|
82
83
|
GamepadService: GamepadService;
|
|
83
84
|
GamePassService: GamePassService;
|
|
84
85
|
GenerationService: GenerationService;
|
|
@@ -90,6 +91,7 @@ interface Services {
|
|
|
90
91
|
HapticService: HapticService;
|
|
91
92
|
HarmonyService: HarmonyService;
|
|
92
93
|
HeapProfilerService: HeapProfilerService;
|
|
94
|
+
HeatmapQueryService: HeatmapQueryService;
|
|
93
95
|
HeatmapService: HeatmapService;
|
|
94
96
|
HeightmapImporterService: HeightmapImporterService;
|
|
95
97
|
HttpService: HttpService;
|
|
@@ -8353,6 +8355,13 @@ interface AvatarEditorService extends Instance {
|
|
|
8353
8355
|
* @returns Returns an array of item details.
|
|
8354
8356
|
*/
|
|
8355
8357
|
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;
|
|
8356
8365
|
/**
|
|
8357
8366
|
* **Deprecated:**
|
|
8358
8367
|
*
|
|
@@ -8699,7 +8708,7 @@ interface AvatarSettings extends Instance {
|
|
|
8699
8708
|
readonly _nominal_AvatarSettings: unique symbol;
|
|
8700
8709
|
}
|
|
8701
8710
|
/**
|
|
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
|
|
8711
|
+
* 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 the screen.
|
|
8703
8712
|
*
|
|
8704
8713
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Backpack)
|
|
8705
8714
|
*/
|
|
@@ -9460,7 +9469,7 @@ interface BasePlayerGui extends Instance {
|
|
|
9460
9469
|
GetGuiObjectsAtPosition(this: BasePlayerGui, x: number, y: number): Array<GuiObject>;
|
|
9461
9470
|
}
|
|
9462
9471
|
/**
|
|
9463
|
-
* A container
|
|
9472
|
+
* A container that holds a player's UI.
|
|
9464
9473
|
*
|
|
9465
9474
|
* - **Tags**: NotCreatable, PlayerReplicated
|
|
9466
9475
|
*
|
|
@@ -9509,7 +9518,7 @@ interface PlayerGui extends BasePlayerGui {
|
|
|
9509
9518
|
* - **Tags**:
|
|
9510
9519
|
*
|
|
9511
9520
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerGui#GetTopbarTransparency)
|
|
9512
|
-
* @param this A container
|
|
9521
|
+
* @param this A container that holds a player's UI.
|
|
9513
9522
|
*
|
|
9514
9523
|
* @deprecated
|
|
9515
9524
|
*/
|
|
@@ -9523,7 +9532,7 @@ interface PlayerGui extends BasePlayerGui {
|
|
|
9523
9532
|
* - **Tags**:
|
|
9524
9533
|
*
|
|
9525
9534
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerGui#SetTopbarTransparency)
|
|
9526
|
-
* @param this A container
|
|
9535
|
+
* @param this A container that holds a player's UI.
|
|
9527
9536
|
* @param transparency
|
|
9528
9537
|
*
|
|
9529
9538
|
* @deprecated
|
|
@@ -12414,7 +12423,7 @@ interface ConfigService extends Instance {
|
|
|
12414
12423
|
GetConfigForPlayerAsync(this: ConfigService, player: Player): ConfigSnapshot;
|
|
12415
12424
|
}
|
|
12416
12425
|
/**
|
|
12417
|
-
*
|
|
12426
|
+
* A container object designed to hold value objects. Makes values used in `Tools` or any model using `Scripts` more accessible.
|
|
12418
12427
|
*
|
|
12419
12428
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Configuration)
|
|
12420
12429
|
*/
|
|
@@ -16831,7 +16840,7 @@ interface ExperienceStateCaptureService extends Instance {
|
|
|
16831
16840
|
readonly _nominal_ExperienceStateCaptureService: unique symbol;
|
|
16832
16841
|
}
|
|
16833
16842
|
/**
|
|
16834
|
-
* - **Tags**: NotCreatable, Service
|
|
16843
|
+
* - **Tags**: NotCreatable, Service
|
|
16835
16844
|
*
|
|
16836
16845
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExperienceStateRecordingService)
|
|
16837
16846
|
*/
|
|
@@ -17420,6 +17429,21 @@ interface FileManagerService extends Instance {
|
|
|
17420
17429
|
*/
|
|
17421
17430
|
readonly _nominal_FileManagerService: unique symbol;
|
|
17422
17431
|
}
|
|
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
|
+
}
|
|
17423
17447
|
/**
|
|
17424
17448
|
* A preconfigured particle emitter with the visual aesthetic of fire.
|
|
17425
17449
|
*
|
|
@@ -20168,6 +20192,8 @@ interface ScrollingFrame extends GuiObject {
|
|
|
20168
20192
|
*/
|
|
20169
20193
|
VerticalScrollBarPosition: Enum.VerticalScrollBarPosition;
|
|
20170
20194
|
/**
|
|
20195
|
+
* Returns a `Vector2` representing the current inertial scroll velocity after the user stops their input.
|
|
20196
|
+
*
|
|
20171
20197
|
* - **ThreadSafety**: Unsafe
|
|
20172
20198
|
*
|
|
20173
20199
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#GetScrollVelocity)
|
|
@@ -20175,6 +20201,8 @@ interface ScrollingFrame extends GuiObject {
|
|
|
20175
20201
|
*/
|
|
20176
20202
|
GetScrollVelocity(this: ScrollingFrame): Vector2;
|
|
20177
20203
|
/**
|
|
20204
|
+
* Resets the inertial scroll velocity of the `ScrollingFrame` to `0` on both axes.
|
|
20205
|
+
*
|
|
20178
20206
|
* - **ThreadSafety**: Unsafe
|
|
20179
20207
|
*
|
|
20180
20208
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#ResetScrollVelocity)
|
|
@@ -23034,6 +23062,21 @@ interface HeapProfilerService extends Instance {
|
|
|
23034
23062
|
*/
|
|
23035
23063
|
readonly _nominal_HeapProfilerService: unique symbol;
|
|
23036
23064
|
}
|
|
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
|
+
}
|
|
23037
23080
|
/**
|
|
23038
23081
|
* - **Tags**: NotCreatable, Service
|
|
23039
23082
|
*
|
|
@@ -25899,6 +25942,12 @@ interface InputBinding extends Instance {
|
|
|
25899
25942
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#UIButton)
|
|
25900
25943
|
*/
|
|
25901
25944
|
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;
|
|
25902
25951
|
/**
|
|
25903
25952
|
* Specifies an alternate `KeyCode` for dispatching directionally "up" inputs to the parent `InputAction`.
|
|
25904
25953
|
*
|
|
@@ -28502,8 +28551,6 @@ interface MarketplaceService extends Instance {
|
|
|
28502
28551
|
* - **ThreadSafety**: Unsafe
|
|
28503
28552
|
*
|
|
28504
28553
|
* [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
|
|
28507
28554
|
*/
|
|
28508
28555
|
OpenShop(this: MarketplaceService, player: Player): void;
|
|
28509
28556
|
/**
|
|
@@ -31489,7 +31536,7 @@ interface WedgePart extends FormFactorPart {
|
|
|
31489
31536
|
readonly _nominal_WedgePart: unique symbol;
|
|
31490
31537
|
}
|
|
31491
31538
|
/**
|
|
31492
|
-
* Terrain lets you to create dynamically morphable environments.
|
|
31539
|
+
* `Terrain` lets you to create dynamically morphable environments.
|
|
31493
31540
|
*
|
|
31494
31541
|
* - **Tags**: NotCreatable
|
|
31495
31542
|
*
|
|
@@ -31505,9 +31552,9 @@ interface Terrain extends BasePart {
|
|
|
31505
31552
|
*/
|
|
31506
31553
|
readonly _nominal_Terrain: unique symbol;
|
|
31507
31554
|
/**
|
|
31508
|
-
* **Deprecated:**
|
|
31555
|
+
* **Deprecated:** The legacy terrain engine has been removed, so this property will always be `true`.
|
|
31509
31556
|
*
|
|
31510
|
-
* Returns true if the
|
|
31557
|
+
* Returns `true` if the game is using the smooth terrain system.
|
|
31511
31558
|
*
|
|
31512
31559
|
* - **ThreadSafety**: ReadSafe
|
|
31513
31560
|
* - **Tags**: NotReplicated
|
|
@@ -31527,7 +31574,7 @@ interface Terrain extends BasePart {
|
|
|
31527
31574
|
*/
|
|
31528
31575
|
readonly MaxExtents: Region3int16;
|
|
31529
31576
|
/**
|
|
31530
|
-
* The tint of
|
|
31577
|
+
* The tint of `Terrain` water.
|
|
31531
31578
|
*
|
|
31532
31579
|
* - **ThreadSafety**: ReadSafe
|
|
31533
31580
|
*
|
|
@@ -31535,7 +31582,7 @@ interface Terrain extends BasePart {
|
|
|
31535
31582
|
*/
|
|
31536
31583
|
WaterColor: Color3;
|
|
31537
31584
|
/**
|
|
31538
|
-
* Controls how opaque
|
|
31585
|
+
* Controls how opaque `Terrain` water reflections are.
|
|
31539
31586
|
*
|
|
31540
31587
|
* - **ThreadSafety**: ReadSafe
|
|
31541
31588
|
*
|
|
@@ -31543,7 +31590,7 @@ interface Terrain extends BasePart {
|
|
|
31543
31590
|
*/
|
|
31544
31591
|
WaterReflectance: number;
|
|
31545
31592
|
/**
|
|
31546
|
-
* The transparency of
|
|
31593
|
+
* The transparency of `Terrain` water.
|
|
31547
31594
|
*
|
|
31548
31595
|
* - **ThreadSafety**: ReadSafe
|
|
31549
31596
|
*
|
|
@@ -31551,7 +31598,7 @@ interface Terrain extends BasePart {
|
|
|
31551
31598
|
*/
|
|
31552
31599
|
WaterTransparency: number;
|
|
31553
31600
|
/**
|
|
31554
|
-
* Sets the maximum height of
|
|
31601
|
+
* Sets the maximum height of `Terrain` water waves in studs.
|
|
31555
31602
|
*
|
|
31556
31603
|
* - **ThreadSafety**: ReadSafe
|
|
31557
31604
|
*
|
|
@@ -31559,7 +31606,7 @@ interface Terrain extends BasePart {
|
|
|
31559
31606
|
*/
|
|
31560
31607
|
WaterWaveSize: number;
|
|
31561
31608
|
/**
|
|
31562
|
-
* Sets how many times
|
|
31609
|
+
* Sets how many times `Terrain` water waves will move up and down per minute.
|
|
31563
31610
|
*
|
|
31564
31611
|
* - **ThreadSafety**: ReadSafe
|
|
31565
31612
|
*
|
|
@@ -31569,13 +31616,13 @@ interface Terrain extends BasePart {
|
|
|
31569
31616
|
/**
|
|
31570
31617
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31571
31618
|
*
|
|
31572
|
-
*
|
|
31619
|
+
* Obsolete function which no longer does anything.
|
|
31573
31620
|
*
|
|
31574
31621
|
* - **ThreadSafety**: Unsafe
|
|
31575
31622
|
* - **Tags**:
|
|
31576
31623
|
*
|
|
31577
31624
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#AutowedgeCell)
|
|
31578
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31625
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31579
31626
|
* @param x
|
|
31580
31627
|
* @param y
|
|
31581
31628
|
* @param z
|
|
@@ -31586,49 +31633,49 @@ interface Terrain extends BasePart {
|
|
|
31586
31633
|
/**
|
|
31587
31634
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31588
31635
|
*
|
|
31589
|
-
*
|
|
31636
|
+
* Obsolete function which no longer does anything.
|
|
31590
31637
|
*
|
|
31591
31638
|
* - **ThreadSafety**: Unsafe
|
|
31592
31639
|
* - **Tags**:
|
|
31593
31640
|
*
|
|
31594
31641
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#AutowedgeCells)
|
|
31595
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31642
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31596
31643
|
* @param region
|
|
31597
31644
|
*
|
|
31598
31645
|
* @deprecated
|
|
31599
31646
|
*/
|
|
31600
31647
|
AutowedgeCells(this: Terrain, region: Region3int16): void;
|
|
31601
31648
|
/**
|
|
31602
|
-
* Returns the world position of the center of the terrain cell
|
|
31649
|
+
* Returns the world position of the center of the terrain cell.
|
|
31603
31650
|
*
|
|
31604
31651
|
* - **ThreadSafety**: Unsafe
|
|
31605
31652
|
*
|
|
31606
31653
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CellCenterToWorld)
|
|
31607
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31654
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31608
31655
|
* @param x
|
|
31609
31656
|
* @param y
|
|
31610
31657
|
* @param z
|
|
31611
31658
|
*/
|
|
31612
31659
|
CellCenterToWorld(this: Terrain, x: number, y: number, z: number): Vector3;
|
|
31613
31660
|
/**
|
|
31614
|
-
* Returns the position of the lower-left-forward corner of the grid cell
|
|
31661
|
+
* Returns the position of the lower-left-forward corner of the grid cell.
|
|
31615
31662
|
*
|
|
31616
31663
|
* - **ThreadSafety**: Unsafe
|
|
31617
31664
|
*
|
|
31618
31665
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CellCornerToWorld)
|
|
31619
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31666
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31620
31667
|
* @param x
|
|
31621
31668
|
* @param y
|
|
31622
31669
|
* @param z
|
|
31623
31670
|
*/
|
|
31624
31671
|
CellCornerToWorld(this: Terrain, x: number, y: number, z: number): Vector3;
|
|
31625
31672
|
/**
|
|
31626
|
-
* Clears
|
|
31673
|
+
* Clears all terrain.
|
|
31627
31674
|
*
|
|
31628
31675
|
* - **ThreadSafety**: Unsafe
|
|
31629
31676
|
*
|
|
31630
31677
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#Clear)
|
|
31631
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31678
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31632
31679
|
*/
|
|
31633
31680
|
Clear(this: Terrain): void;
|
|
31634
31681
|
/**
|
|
@@ -31636,28 +31683,25 @@ interface Terrain extends BasePart {
|
|
|
31636
31683
|
* - **Tags**: CustomLuaState
|
|
31637
31684
|
*
|
|
31638
31685
|
* [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
|
|
31642
31686
|
*/
|
|
31643
31687
|
ClearVoxelsAsync_beta(this: Terrain, region: Region3, channelIds: Array<unknown>): void;
|
|
31644
31688
|
/**
|
|
31645
|
-
* Stores a chunk of terrain into a `TerrainRegion` object so it can be loaded back later.
|
|
31689
|
+
* Stores a chunk of terrain into a `TerrainRegion` object so it can be loaded back later.
|
|
31646
31690
|
*
|
|
31647
31691
|
* - **ThreadSafety**: Unsafe
|
|
31648
31692
|
*
|
|
31649
31693
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CopyRegion)
|
|
31650
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31694
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31651
31695
|
* @param region
|
|
31652
31696
|
*/
|
|
31653
31697
|
CopyRegion(this: Terrain, region: Region3int16): TerrainRegion;
|
|
31654
31698
|
/**
|
|
31655
|
-
* Returns the number of non-empty cells in the
|
|
31699
|
+
* Returns the number of non-empty cells in the terrain.
|
|
31656
31700
|
*
|
|
31657
31701
|
* - **ThreadSafety**: Unsafe
|
|
31658
31702
|
*
|
|
31659
31703
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#CountCells)
|
|
31660
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31704
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31661
31705
|
*/
|
|
31662
31706
|
CountCells(this: Terrain): number;
|
|
31663
31707
|
/**
|
|
@@ -31666,7 +31710,7 @@ interface Terrain extends BasePart {
|
|
|
31666
31710
|
* - **ThreadSafety**: Unsafe
|
|
31667
31711
|
*
|
|
31668
31712
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillBall)
|
|
31669
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31713
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31670
31714
|
* @param center The position of the center of the terrain ball.
|
|
31671
31715
|
* @param radius The radius in studs of the terrain ball.
|
|
31672
31716
|
* @param material The `Material` of the terrain ball.
|
|
@@ -31678,9 +31722,9 @@ interface Terrain extends BasePart {
|
|
|
31678
31722
|
* - **ThreadSafety**: Unsafe
|
|
31679
31723
|
*
|
|
31680
31724
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillBlock)
|
|
31681
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31725
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31682
31726
|
* @param cframe The position and orientation of the terrain block.
|
|
31683
|
-
* @param size The size in studs of the square block
|
|
31727
|
+
* @param size The size in studs of the square block (both the height and width).
|
|
31684
31728
|
* @param material The `Material` of the terrain block.
|
|
31685
31729
|
*/
|
|
31686
31730
|
FillBlock(this: Terrain, cframe: CFrame, size: Vector3, material: CastsToEnum<Enum.Material>): void;
|
|
@@ -31690,7 +31734,7 @@ interface Terrain extends BasePart {
|
|
|
31690
31734
|
* - **ThreadSafety**: Unsafe
|
|
31691
31735
|
*
|
|
31692
31736
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillCylinder)
|
|
31693
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31737
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31694
31738
|
* @param cframe The position and orientation of the terrain cylinder.
|
|
31695
31739
|
* @param height The height in studs of the terrain cylinder.
|
|
31696
31740
|
* @param radius The radius in studs of the terrain cylinder.
|
|
@@ -31703,19 +31747,19 @@ interface Terrain extends BasePart {
|
|
|
31703
31747
|
* - **ThreadSafety**: Unsafe
|
|
31704
31748
|
*
|
|
31705
31749
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillRegion)
|
|
31706
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31750
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31707
31751
|
* @param region
|
|
31708
31752
|
* @param resolution
|
|
31709
31753
|
* @param material
|
|
31710
31754
|
*/
|
|
31711
31755
|
FillRegion(this: Terrain, region: Region3, resolution: number, material: CastsToEnum<Enum.Material>): void;
|
|
31712
31756
|
/**
|
|
31713
|
-
* Fills a wedge-shaped volume of
|
|
31757
|
+
* Fills a wedge-shaped volume of terrain with the given `Material`.
|
|
31714
31758
|
*
|
|
31715
31759
|
* - **ThreadSafety**: Unsafe
|
|
31716
31760
|
*
|
|
31717
31761
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#FillWedge)
|
|
31718
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31762
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31719
31763
|
* @param cframe The position and orientation of the wedge to fill.
|
|
31720
31764
|
* @param size The size of the wedge to fill.
|
|
31721
31765
|
* @param material The material with which the wedge will be filled.
|
|
@@ -31730,13 +31774,13 @@ interface Terrain extends BasePart {
|
|
|
31730
31774
|
/**
|
|
31731
31775
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31732
31776
|
*
|
|
31733
|
-
* Returns the closest
|
|
31777
|
+
* Returns the closest cell material from the legacy terrain engine that matches the smooth terrain voxel specified.
|
|
31734
31778
|
*
|
|
31735
31779
|
* - **ThreadSafety**: Unsafe
|
|
31736
31780
|
* - **Tags**:
|
|
31737
31781
|
*
|
|
31738
31782
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetCell)
|
|
31739
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31783
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31740
31784
|
* @param x
|
|
31741
31785
|
* @param y
|
|
31742
31786
|
* @param z
|
|
@@ -31756,7 +31800,7 @@ interface Terrain extends BasePart {
|
|
|
31756
31800
|
* - **ThreadSafety**: Safe
|
|
31757
31801
|
*
|
|
31758
31802
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetMaterialColor)
|
|
31759
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31803
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31760
31804
|
* @param material
|
|
31761
31805
|
*/
|
|
31762
31806
|
GetMaterialColor(this: Terrain, material: CastsToEnum<Enum.Material>): Color3;
|
|
@@ -31769,13 +31813,13 @@ interface Terrain extends BasePart {
|
|
|
31769
31813
|
/**
|
|
31770
31814
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31771
31815
|
*
|
|
31772
|
-
* Returns if the cell is a water cell.
|
|
31816
|
+
* Returns `true` if the cell is a water cell.
|
|
31773
31817
|
*
|
|
31774
31818
|
* - **ThreadSafety**: Unsafe
|
|
31775
31819
|
* - **Tags**:
|
|
31776
31820
|
*
|
|
31777
31821
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetWaterCell)
|
|
31778
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31822
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31779
31823
|
* @param x
|
|
31780
31824
|
* @param y
|
|
31781
31825
|
* @param z
|
|
@@ -31788,10 +31832,6 @@ interface Terrain extends BasePart {
|
|
|
31788
31832
|
* - **Tags**: CustomLuaState
|
|
31789
31833
|
*
|
|
31790
31834
|
* [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
|
|
31795
31835
|
*/
|
|
31796
31836
|
IterateVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainIterateOperation;
|
|
31797
31837
|
/**
|
|
@@ -31799,19 +31839,15 @@ interface Terrain extends BasePart {
|
|
|
31799
31839
|
* - **Tags**: CustomLuaState
|
|
31800
31840
|
*
|
|
31801
31841
|
* [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
|
|
31806
31842
|
*/
|
|
31807
31843
|
ModifyVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainModifyOperation;
|
|
31808
31844
|
/**
|
|
31809
|
-
* Applies a chunk of terrain to the Terrain object.
|
|
31845
|
+
* Applies a chunk of terrain to the `Terrain` object.
|
|
31810
31846
|
*
|
|
31811
31847
|
* - **ThreadSafety**: Unsafe
|
|
31812
31848
|
*
|
|
31813
31849
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#PasteRegion)
|
|
31814
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31850
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31815
31851
|
* @param region
|
|
31816
31852
|
* @param corner
|
|
31817
31853
|
* @param pasteEmptyCells
|
|
@@ -31824,7 +31860,7 @@ interface Terrain extends BasePart {
|
|
|
31824
31860
|
* - **Tags**: CustomLuaState
|
|
31825
31861
|
*
|
|
31826
31862
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReadVoxelChannels)
|
|
31827
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31863
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31828
31864
|
* @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³.
|
|
31829
31865
|
* @param resolution Voxel resolution. Must be 4.
|
|
31830
31866
|
* @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"}`.
|
|
@@ -31842,9 +31878,9 @@ interface Terrain extends BasePart {
|
|
|
31842
31878
|
* - **Tags**: CustomLuaState
|
|
31843
31879
|
*
|
|
31844
31880
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReadVoxels)
|
|
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
|
|
31847
|
-
* @param resolution Voxel resolution. Must be 4
|
|
31881
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
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 `4`.
|
|
31848
31884
|
* @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.
|
|
31849
31885
|
* - `occupancies` - 3D array of occupancy values from the target area. Also contains a Size field, equal to the dimensions of the nested arrays.
|
|
31850
31886
|
*/
|
|
@@ -31857,10 +31893,6 @@ interface Terrain extends BasePart {
|
|
|
31857
31893
|
* - **Tags**: CustomLuaState
|
|
31858
31894
|
*
|
|
31859
31895
|
* [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
|
|
31864
31896
|
*/
|
|
31865
31897
|
ReadVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainReadOperation;
|
|
31866
31898
|
/**
|
|
@@ -31869,9 +31901,9 @@ interface Terrain extends BasePart {
|
|
|
31869
31901
|
* - **ThreadSafety**: Unsafe
|
|
31870
31902
|
*
|
|
31871
31903
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ReplaceMaterial)
|
|
31872
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31904
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31873
31905
|
* @param region The region in which the replacement operation will occur.
|
|
31874
|
-
* @param resolution The resolution at which the replacement operation will take place; at the moment this must be exactly 4
|
|
31906
|
+
* @param resolution The resolution at which the replacement operation will take place; at the moment this must be exactly `4`.
|
|
31875
31907
|
* @param sourceMaterial The old material that shall be replaced.
|
|
31876
31908
|
* @param targetMaterial The new material.
|
|
31877
31909
|
*/
|
|
@@ -31891,7 +31923,7 @@ interface Terrain extends BasePart {
|
|
|
31891
31923
|
* - **Tags**:
|
|
31892
31924
|
*
|
|
31893
31925
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetCell)
|
|
31894
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31926
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31895
31927
|
* @param x
|
|
31896
31928
|
* @param y
|
|
31897
31929
|
* @param z
|
|
@@ -31911,7 +31943,7 @@ interface Terrain extends BasePart {
|
|
|
31911
31943
|
* - **Tags**:
|
|
31912
31944
|
*
|
|
31913
31945
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetCells)
|
|
31914
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31946
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31915
31947
|
* @param region
|
|
31916
31948
|
* @param material
|
|
31917
31949
|
* @param block
|
|
@@ -31926,7 +31958,7 @@ interface Terrain extends BasePart {
|
|
|
31926
31958
|
* - **ThreadSafety**: Unsafe
|
|
31927
31959
|
*
|
|
31928
31960
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetMaterialColor)
|
|
31929
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31961
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31930
31962
|
* @param material
|
|
31931
31963
|
* @param value
|
|
31932
31964
|
*/
|
|
@@ -31940,13 +31972,13 @@ interface Terrain extends BasePart {
|
|
|
31940
31972
|
/**
|
|
31941
31973
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31942
31974
|
*
|
|
31943
|
-
* Sets the specified terrain voxel's material to
|
|
31975
|
+
* Sets the specified terrain voxel's material to water and sets its occupancy to `1`.
|
|
31944
31976
|
*
|
|
31945
31977
|
* - **ThreadSafety**: Unsafe
|
|
31946
31978
|
* - **Tags**:
|
|
31947
31979
|
*
|
|
31948
31980
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#SetWaterCell)
|
|
31949
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31981
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31950
31982
|
* @param x
|
|
31951
31983
|
* @param y
|
|
31952
31984
|
* @param z
|
|
@@ -31957,22 +31989,22 @@ interface Terrain extends BasePart {
|
|
|
31957
31989
|
*/
|
|
31958
31990
|
SetWaterCell(this: Terrain, x: number, y: number, z: number, force: CastsToEnum<Enum.WaterForce>, direction: CastsToEnum<Enum.WaterDirection>): void;
|
|
31959
31991
|
/**
|
|
31960
|
-
* Returns the grid cell location that contains the point
|
|
31992
|
+
* Returns the grid cell location that contains the position point.
|
|
31961
31993
|
*
|
|
31962
31994
|
* - **ThreadSafety**: Unsafe
|
|
31963
31995
|
*
|
|
31964
31996
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCell)
|
|
31965
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
31997
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31966
31998
|
* @param position
|
|
31967
31999
|
*/
|
|
31968
32000
|
WorldToCell(this: Terrain, position: Vector3): Vector3;
|
|
31969
32001
|
/**
|
|
31970
|
-
* Returns the grid cell location that contains the point
|
|
32002
|
+
* Returns the grid cell location that contains the position point, preferring empty grid cells when position is on a grid edge.
|
|
31971
32003
|
*
|
|
31972
32004
|
* - **ThreadSafety**: Unsafe
|
|
31973
32005
|
*
|
|
31974
32006
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCellPreferEmpty)
|
|
31975
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32007
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31976
32008
|
* @param position
|
|
31977
32009
|
*/
|
|
31978
32010
|
WorldToCellPreferEmpty(this: Terrain, position: Vector3): Vector3;
|
|
@@ -31982,7 +32014,7 @@ interface Terrain extends BasePart {
|
|
|
31982
32014
|
* - **ThreadSafety**: Unsafe
|
|
31983
32015
|
*
|
|
31984
32016
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WorldToCellPreferSolid)
|
|
31985
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32017
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31986
32018
|
* @param position
|
|
31987
32019
|
*/
|
|
31988
32020
|
WorldToCellPreferSolid(this: Terrain, position: Vector3): Vector3;
|
|
@@ -31993,12 +32025,12 @@ interface Terrain extends BasePart {
|
|
|
31993
32025
|
* - **Tags**: CustomLuaState
|
|
31994
32026
|
*
|
|
31995
32027
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WriteVoxelChannels)
|
|
31996
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32028
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
31997
32029
|
* @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³.
|
|
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
|
|
32030
|
+
* @param resolution Voxel resolution. Must be `4`.
|
|
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 `0` (exclusive) and `1` (inclusive).
|
|
32032
|
+
* - `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).
|
|
32033
|
+
* - `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`.
|
|
32002
32034
|
*/
|
|
32003
32035
|
WriteVoxelChannels(this: Terrain, region: Region3, resolution: number, channels: VoxelChannels): void;
|
|
32004
32036
|
/**
|
|
@@ -32008,11 +32040,11 @@ interface Terrain extends BasePart {
|
|
|
32008
32040
|
* - **Tags**: CustomLuaState
|
|
32009
32041
|
*
|
|
32010
32042
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#WriteVoxels)
|
|
32011
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
32043
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
32012
32044
|
* @param region Target region to write to. Must be aligned to the voxel grid. Will throw an error if region is too large.
|
|
32013
|
-
* @param resolution Voxel resolution. Must be 4
|
|
32014
|
-
* @param materials 3D array of
|
|
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.
|
|
32045
|
+
* @param resolution Voxel resolution. Must be `4`.
|
|
32046
|
+
* @param materials 3D array of `Material`. Dimensions must exactly match the size of the target region in voxels.
|
|
32047
|
+
* @param occupancy 3D array of voxel occupancies (number between `0` and `1`). Dimensions must exactly match the size of the target region in voxels.
|
|
32016
32048
|
*/
|
|
32017
32049
|
WriteVoxels(this: Terrain, region: Region3, resolution: number, materials: Array<Array<Array<CastsToEnum<Enum.Material>>>>, occupancy: Array<Array<Array<number>>>): void;
|
|
32018
32050
|
/**
|
|
@@ -32020,10 +32052,6 @@ interface Terrain extends BasePart {
|
|
|
32020
32052
|
* - **Tags**: CustomLuaState
|
|
32021
32053
|
*
|
|
32022
32054
|
* [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
|
|
32027
32055
|
*/
|
|
32028
32056
|
WriteVoxelsAsync_beta(this: Terrain, region: Region3, resolution: number, channelIds: Array<unknown>): TerrainWriteOperation;
|
|
32029
32057
|
}
|
|
@@ -36375,7 +36403,7 @@ interface PlayerHydrationService extends Instance {
|
|
|
36375
36403
|
readonly _nominal_PlayerHydrationService: unique symbol;
|
|
36376
36404
|
}
|
|
36377
36405
|
/**
|
|
36378
|
-
* A container for
|
|
36406
|
+
* A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36379
36407
|
*
|
|
36380
36408
|
* - **Tags**: NotCreatable, NotReplicated
|
|
36381
36409
|
*
|
|
@@ -36391,39 +36419,39 @@ interface PlayerScripts extends Instance {
|
|
|
36391
36419
|
*/
|
|
36392
36420
|
readonly _nominal_PlayerScripts: unique symbol;
|
|
36393
36421
|
/**
|
|
36394
|
-
* Unregisters all ComputerCameraMovementMode enums from the
|
|
36422
|
+
* Unregisters all `ComputerCameraMovementMode` enums from the game's settings menu.
|
|
36395
36423
|
*
|
|
36396
36424
|
* - **ThreadSafety**: Unsafe
|
|
36397
36425
|
*
|
|
36398
36426
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearComputerCameraMovementModes)
|
|
36399
|
-
* @param this A container for
|
|
36427
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36400
36428
|
*/
|
|
36401
36429
|
ClearComputerCameraMovementModes(this: PlayerScripts): void;
|
|
36402
36430
|
/**
|
|
36403
|
-
* Unregisters all ComputerMovementMode enums from the
|
|
36431
|
+
* Unregisters all `ComputerMovementMode` enums from the game's settings menu.
|
|
36404
36432
|
*
|
|
36405
36433
|
* - **ThreadSafety**: Unsafe
|
|
36406
36434
|
*
|
|
36407
36435
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearComputerMovementModes)
|
|
36408
|
-
* @param this A container for
|
|
36436
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36409
36437
|
*/
|
|
36410
36438
|
ClearComputerMovementModes(this: PlayerScripts): void;
|
|
36411
36439
|
/**
|
|
36412
|
-
* Unregisters all TouchCameraMovementMode enums from the
|
|
36440
|
+
* Unregisters all `TouchCameraMovementMode` enums from the game's settings menu.
|
|
36413
36441
|
*
|
|
36414
36442
|
* - **ThreadSafety**: Unsafe
|
|
36415
36443
|
*
|
|
36416
36444
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearTouchCameraMovementModes)
|
|
36417
|
-
* @param this A container for
|
|
36445
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36418
36446
|
*/
|
|
36419
36447
|
ClearTouchCameraMovementModes(this: PlayerScripts): void;
|
|
36420
36448
|
/**
|
|
36421
|
-
* Unregisters all TouchMovementMode enums from the
|
|
36449
|
+
* Unregisters all `TouchMovementMode` enums from the game's settings menu.
|
|
36422
36450
|
*
|
|
36423
36451
|
* - **ThreadSafety**: Unsafe
|
|
36424
36452
|
*
|
|
36425
36453
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#ClearTouchMovementModes)
|
|
36426
|
-
* @param this A container for
|
|
36454
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36427
36455
|
*/
|
|
36428
36456
|
ClearTouchMovementModes(this: PlayerScripts): void;
|
|
36429
36457
|
/**
|
|
@@ -36432,7 +36460,7 @@ interface PlayerScripts extends Instance {
|
|
|
36432
36460
|
* - **ThreadSafety**: Unsafe
|
|
36433
36461
|
*
|
|
36434
36462
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterComputerCameraMovementMode)
|
|
36435
|
-
* @param this A container for
|
|
36463
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36436
36464
|
* @param cameraMovementMode
|
|
36437
36465
|
*/
|
|
36438
36466
|
RegisterComputerCameraMovementMode(this: PlayerScripts, cameraMovementMode: CastsToEnum<Enum.ComputerCameraMovementMode>): void;
|
|
@@ -36442,7 +36470,7 @@ interface PlayerScripts extends Instance {
|
|
|
36442
36470
|
* - **ThreadSafety**: Unsafe
|
|
36443
36471
|
*
|
|
36444
36472
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterComputerMovementMode)
|
|
36445
|
-
* @param this A container for
|
|
36473
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36446
36474
|
* @param movementMode
|
|
36447
36475
|
*/
|
|
36448
36476
|
RegisterComputerMovementMode(this: PlayerScripts, movementMode: CastsToEnum<Enum.ComputerMovementMode>): void;
|
|
@@ -36452,7 +36480,7 @@ interface PlayerScripts extends Instance {
|
|
|
36452
36480
|
* - **ThreadSafety**: Unsafe
|
|
36453
36481
|
*
|
|
36454
36482
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterTouchCameraMovementMode)
|
|
36455
|
-
* @param this A container for
|
|
36483
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36456
36484
|
* @param cameraMovementMode
|
|
36457
36485
|
*/
|
|
36458
36486
|
RegisterTouchCameraMovementMode(this: PlayerScripts, cameraMovementMode: CastsToEnum<Enum.TouchCameraMovementMode>): void;
|
|
@@ -36462,7 +36490,7 @@ interface PlayerScripts extends Instance {
|
|
|
36462
36490
|
* - **ThreadSafety**: Unsafe
|
|
36463
36491
|
*
|
|
36464
36492
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerScripts#RegisterTouchMovementMode)
|
|
36465
|
-
* @param this A container for
|
|
36493
|
+
* @param this A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
36466
36494
|
* @param movementMode
|
|
36467
36495
|
*/
|
|
36468
36496
|
RegisterTouchMovementMode(this: PlayerScripts, movementMode: CastsToEnum<Enum.TouchMovementMode>): void;
|
|
@@ -41623,7 +41651,7 @@ interface StartPageService extends Instance {
|
|
|
41623
41651
|
readonly _nominal_StartPageService: unique symbol;
|
|
41624
41652
|
}
|
|
41625
41653
|
/**
|
|
41626
|
-
* If the game allows gear, StarterGear
|
|
41654
|
+
* If the game allows gear, `StarterGear` is a container automatically inserted into each `Player` object when the player joins the game. Whenever the player's character spawns, the contents of that player's `StarterGear` are copied into the player's `Backpack`.
|
|
41627
41655
|
*
|
|
41628
41656
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterGear)
|
|
41629
41657
|
*/
|
|
@@ -41638,7 +41666,7 @@ interface StarterGear extends Instance {
|
|
|
41638
41666
|
readonly _nominal_StarterGear: unique symbol;
|
|
41639
41667
|
}
|
|
41640
41668
|
/**
|
|
41641
|
-
* A
|
|
41669
|
+
* A container whose contents are copied into each player's `Backpack` when their player character spawns. It is generally used to hold `Tools`.
|
|
41642
41670
|
*
|
|
41643
41671
|
* - **Tags**: NotCreatable, Service
|
|
41644
41672
|
*
|
|
@@ -47324,12 +47352,16 @@ interface UserGameSettings extends Instance {
|
|
|
47324
47352
|
*/
|
|
47325
47353
|
MouseSensitivity: number;
|
|
47326
47354
|
/**
|
|
47355
|
+
* Internal MicroProfiler setting specifying the frame rate used when capturing server-side RCC profiler data.
|
|
47356
|
+
*
|
|
47327
47357
|
* - **ThreadSafety**: ReadSafe
|
|
47328
47358
|
*
|
|
47329
47359
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#RCCProfilerRecordFrameRate)
|
|
47330
47360
|
*/
|
|
47331
47361
|
RCCProfilerRecordFrameRate: number;
|
|
47332
47362
|
/**
|
|
47363
|
+
* Internal MicroProfiler setting specifying the duration over which server-side RCC profiler data is captured.
|
|
47364
|
+
*
|
|
47333
47365
|
* - **ThreadSafety**: ReadSafe
|
|
47334
47366
|
*
|
|
47335
47367
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#RCCProfilerRecordTimeFrame)
|
|
@@ -47368,12 +47400,16 @@ interface UserGameSettings extends Instance {
|
|
|
47368
47400
|
*/
|
|
47369
47401
|
TouchMovementMode: Enum.TouchMovementMode;
|
|
47370
47402
|
/**
|
|
47403
|
+
* Indicates whether smooth rotation is used instead of snap rotation in VR.
|
|
47404
|
+
*
|
|
47371
47405
|
* - **ThreadSafety**: ReadSafe
|
|
47372
47406
|
*
|
|
47373
47407
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#VRSmoothRotationEnabled)
|
|
47374
47408
|
*/
|
|
47375
47409
|
get VRSmoothRotationEnabled(): boolean;
|
|
47376
47410
|
/**
|
|
47411
|
+
* Indicates whether the VR vignette comfort effect is enabled.
|
|
47412
|
+
*
|
|
47377
47413
|
* - **ThreadSafety**: ReadSafe
|
|
47378
47414
|
*
|
|
47379
47415
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings#VignetteEnabled)
|
|
@@ -49882,8 +49918,6 @@ interface TerrainIterateOperation extends RBXObject {
|
|
|
49882
49918
|
* - **ThreadSafety**: Unsafe
|
|
49883
49919
|
*
|
|
49884
49920
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainIterateOperation#CommitBlock)
|
|
49885
|
-
* @param this
|
|
49886
|
-
* @param block
|
|
49887
49921
|
*/
|
|
49888
49922
|
CommitBlock(this: TerrainIterateOperation, block: object): RBXScriptSignal;
|
|
49889
49923
|
/**
|
|
@@ -49911,8 +49945,6 @@ interface TerrainModifyOperation extends RBXObject {
|
|
|
49911
49945
|
* - **ThreadSafety**: Unsafe
|
|
49912
49946
|
*
|
|
49913
49947
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainModifyOperation#CommitBlock)
|
|
49914
|
-
* @param this
|
|
49915
|
-
* @param block
|
|
49916
49948
|
*/
|
|
49917
49949
|
CommitBlock(this: TerrainModifyOperation, block: object): RBXScriptSignal;
|
|
49918
49950
|
/**
|
|
@@ -49961,8 +49993,6 @@ interface TerrainWriteOperation extends RBXObject {
|
|
|
49961
49993
|
* - **ThreadSafety**: Unsafe
|
|
49962
49994
|
*
|
|
49963
49995
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainWriteOperation#CommitBlock)
|
|
49964
|
-
* @param this
|
|
49965
|
-
* @param block
|
|
49966
49996
|
*/
|
|
49967
49997
|
CommitBlock(this: TerrainWriteOperation, block: object): RBXScriptSignal;
|
|
49968
49998
|
/**
|
|
@@ -49970,7 +50000,6 @@ interface TerrainWriteOperation extends RBXObject {
|
|
|
49970
50000
|
* - **Tags**: CustomLuaState
|
|
49971
50001
|
*
|
|
49972
50002
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainWriteOperation#GetBlock)
|
|
49973
|
-
* @param this
|
|
49974
50003
|
*/
|
|
49975
50004
|
GetBlock(this: TerrainWriteOperation): object;
|
|
49976
50005
|
}
|
|
@@ -83,6 +83,7 @@ interface Services {
|
|
|
83
83
|
FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
|
|
84
84
|
FeatureRestrictionManager: FeatureRestrictionManager;
|
|
85
85
|
FileManagerService: FileManagerService;
|
|
86
|
+
FileSyncReplicationService: FileSyncReplicationService;
|
|
86
87
|
GamepadService: GamepadService;
|
|
87
88
|
GamePassService: GamePassService;
|
|
88
89
|
GameSettings: GameSettings;
|
|
@@ -95,6 +96,7 @@ interface Services {
|
|
|
95
96
|
HapticService: HapticService;
|
|
96
97
|
HarmonyService: HarmonyService;
|
|
97
98
|
HeapProfilerService: HeapProfilerService;
|
|
99
|
+
HeatmapQueryService: HeatmapQueryService;
|
|
98
100
|
HeatmapService: HeatmapService;
|
|
99
101
|
HeightmapImporterService: HeightmapImporterService;
|
|
100
102
|
HttpService: HttpService;
|
|
@@ -2299,7 +2301,7 @@ interface AvatarSettings extends Instance {
|
|
|
2299
2301
|
readonly _nominal_AvatarSettings: unique symbol;
|
|
2300
2302
|
}
|
|
2301
2303
|
/**
|
|
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
|
|
2304
|
+
* 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 the screen.
|
|
2303
2305
|
*
|
|
2304
2306
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Backpack)
|
|
2305
2307
|
*/
|
|
@@ -2545,7 +2547,7 @@ interface CoreGui extends BasePlayerGui {
|
|
|
2545
2547
|
readonly _nominal_CoreGui: unique symbol;
|
|
2546
2548
|
}
|
|
2547
2549
|
/**
|
|
2548
|
-
* A container
|
|
2550
|
+
* A container that holds a player's UI.
|
|
2549
2551
|
*
|
|
2550
2552
|
* - **Tags**: NotCreatable, PlayerReplicated
|
|
2551
2553
|
*
|
|
@@ -3563,7 +3565,7 @@ interface ConfigService extends Instance {
|
|
|
3563
3565
|
readonly _nominal_ConfigService: unique symbol;
|
|
3564
3566
|
}
|
|
3565
3567
|
/**
|
|
3566
|
-
*
|
|
3568
|
+
* A container object designed to hold value objects. Makes values used in `Tools` or any model using `Scripts` more accessible.
|
|
3567
3569
|
*
|
|
3568
3570
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Configuration)
|
|
3569
3571
|
*/
|
|
@@ -5022,7 +5024,7 @@ interface ExperienceStateCaptureService extends Instance {
|
|
|
5022
5024
|
readonly _nominal_ExperienceStateCaptureService: unique symbol;
|
|
5023
5025
|
}
|
|
5024
5026
|
/**
|
|
5025
|
-
* - **Tags**: NotCreatable, Service
|
|
5027
|
+
* - **Tags**: NotCreatable, Service
|
|
5026
5028
|
*
|
|
5027
5029
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExperienceStateRecordingService)
|
|
5028
5030
|
*/
|
|
@@ -5868,6 +5870,21 @@ interface FileManagerService extends Instance {
|
|
|
5868
5870
|
*/
|
|
5869
5871
|
readonly _nominal_FileManagerService: unique symbol;
|
|
5870
5872
|
}
|
|
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
|
+
}
|
|
5871
5888
|
/**
|
|
5872
5889
|
* A preconfigured particle emitter with the visual aesthetic of fire.
|
|
5873
5890
|
*
|
|
@@ -7137,6 +7154,21 @@ interface HeapProfilerService extends Instance {
|
|
|
7137
7154
|
*/
|
|
7138
7155
|
readonly OnNewData: RBXScriptSignal<(player: Player, jsonString: buffer, id: number, compressedLength: number, uncompressedLength: number) => void>;
|
|
7139
7156
|
}
|
|
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
|
+
}
|
|
7140
7172
|
/**
|
|
7141
7173
|
* - **Tags**: NotCreatable, Service
|
|
7142
7174
|
*
|
|
@@ -9353,7 +9385,7 @@ interface WedgePart extends FormFactorPart {
|
|
|
9353
9385
|
readonly _nominal_WedgePart: unique symbol;
|
|
9354
9386
|
}
|
|
9355
9387
|
/**
|
|
9356
|
-
* Terrain lets you to create dynamically morphable environments.
|
|
9388
|
+
* `Terrain` lets you to create dynamically morphable environments.
|
|
9357
9389
|
*
|
|
9358
9390
|
* - **Tags**: NotCreatable
|
|
9359
9391
|
*
|
|
@@ -9369,7 +9401,7 @@ interface Terrain extends BasePart {
|
|
|
9369
9401
|
*/
|
|
9370
9402
|
readonly _nominal_Terrain: unique symbol;
|
|
9371
9403
|
/**
|
|
9372
|
-
* **Deprecated:** Since all places now automatically use the new terrain engine, this method is obsolete.
|
|
9404
|
+
* **Deprecated:** Since all places now automatically use the new terrain engine, this method is obsolete.
|
|
9373
9405
|
*
|
|
9374
9406
|
* Transforms the legacy terrain engine into the new terrain engine.
|
|
9375
9407
|
*
|
|
@@ -9377,7 +9409,7 @@ interface Terrain extends BasePart {
|
|
|
9377
9409
|
* - **Tags**:
|
|
9378
9410
|
*
|
|
9379
9411
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#ConvertToSmooth)
|
|
9380
|
-
* @param this Terrain lets you to create dynamically morphable environments.
|
|
9412
|
+
* @param this `Terrain` lets you to create dynamically morphable environments.
|
|
9381
9413
|
*
|
|
9382
9414
|
* @deprecated
|
|
9383
9415
|
*/
|
|
@@ -10761,7 +10793,7 @@ interface PlayerHydrationService extends Instance {
|
|
|
10761
10793
|
readonly _nominal_PlayerHydrationService: unique symbol;
|
|
10762
10794
|
}
|
|
10763
10795
|
/**
|
|
10764
|
-
* A container for
|
|
10796
|
+
* A container for client-side scripts to be run inside `Player` objects within the `Players` service.
|
|
10765
10797
|
*
|
|
10766
10798
|
* - **Tags**: NotCreatable, NotReplicated
|
|
10767
10799
|
*
|
|
@@ -13850,7 +13882,7 @@ interface StartPageService extends Instance {
|
|
|
13850
13882
|
readonly _nominal_StartPageService: unique symbol;
|
|
13851
13883
|
}
|
|
13852
13884
|
/**
|
|
13853
|
-
* If the game allows gear, StarterGear
|
|
13885
|
+
* If the game allows gear, `StarterGear` is a container automatically inserted into each `Player` object when the player joins the game. Whenever the player's character spawns, the contents of that player's `StarterGear` are copied into the player's `Backpack`.
|
|
13854
13886
|
*
|
|
13855
13887
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterGear)
|
|
13856
13888
|
*/
|
|
@@ -13865,7 +13897,7 @@ interface StarterGear extends Instance {
|
|
|
13865
13897
|
readonly _nominal_StarterGear: unique symbol;
|
|
13866
13898
|
}
|
|
13867
13899
|
/**
|
|
13868
|
-
* A
|
|
13900
|
+
* A container whose contents are copied into each player's `Backpack` when their player character spawns. It is generally used to hold `Tools`.
|
|
13869
13901
|
*
|
|
13870
13902
|
* - **Tags**: NotCreatable, Service
|
|
13871
13903
|
*
|
|
@@ -3556,11 +3556,20 @@ 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;
|
|
3559
3568
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
|
|
3560
3569
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
|
|
3561
3570
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
|
|
3562
3571
|
}
|
|
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;
|
|
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 | AssetType.AvatarBackground;
|
|
3564
3573
|
/**
|
|
3565
3574
|
* Determines the asset type verification mode.
|
|
3566
3575
|
*
|
|
@@ -4577,11 +4586,20 @@ declare namespace Enum {
|
|
|
4577
4586
|
EnumType: typeof globalThis.Enum.AvatarAssetType;
|
|
4578
4587
|
}
|
|
4579
4588
|
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;
|
|
4580
4598
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarAssetType>;
|
|
4581
4599
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarAssetType | undefined;
|
|
4582
4600
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarAssetType | undefined;
|
|
4583
4601
|
}
|
|
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;
|
|
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 | AvatarAssetType.AvatarBackground;
|
|
4585
4603
|
/**
|
|
4586
4604
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarChatServiceFeature)
|
|
4587
4605
|
*/
|
|
@@ -9120,6 +9138,24 @@ declare namespace Enum {
|
|
|
9120
9138
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9121
9139
|
}
|
|
9122
9140
|
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;
|
|
9123
9159
|
/**
|
|
9124
9160
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchErrors)
|
|
9125
9161
|
*/
|
|
@@ -9394,7 +9430,7 @@ declare namespace Enum {
|
|
|
9394
9430
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
9395
9431
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
9396
9432
|
}
|
|
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;
|
|
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.DisconnectCollaboratorRequestedEviction | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequiredPC | 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;
|
|
9398
9434
|
/**
|
|
9399
9435
|
* Used to determine the connection state of the client to the game server.
|
|
9400
9436
|
*
|
|
@@ -12407,6 +12443,60 @@ declare namespace Enum {
|
|
|
12407
12443
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ElasticBehavior | undefined;
|
|
12408
12444
|
}
|
|
12409
12445
|
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;
|
|
12410
12500
|
/**
|
|
12411
12501
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder)
|
|
12412
12502
|
*/
|
|
@@ -12531,6 +12621,60 @@ declare namespace Enum {
|
|
|
12531
12621
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EnviromentalPhysicsThrottle | undefined;
|
|
12532
12622
|
}
|
|
12533
12623
|
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;
|
|
12534
12678
|
/**
|
|
12535
12679
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceAuthScope)
|
|
12536
12680
|
*/
|
|
@@ -17912,6 +18056,10 @@ declare namespace Enum {
|
|
|
17912
18056
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17913
18057
|
}
|
|
17914
18058
|
export const Unknown: Unknown;
|
|
18059
|
+
/**
|
|
18060
|
+
* @deprecated renamed to Unknown
|
|
18061
|
+
*/
|
|
18062
|
+
export const None: Unknown;
|
|
17915
18063
|
/**
|
|
17916
18064
|
* The `Backspace` key.
|
|
17917
18065
|
*
|
|
@@ -25848,6 +25996,60 @@ declare namespace Enum {
|
|
|
25848
25996
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerExitReason | undefined;
|
|
25849
25997
|
}
|
|
25850
25998
|
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;
|
|
25851
26053
|
/**
|
|
25852
26054
|
* Describes a player's platform-wide spender status bucket.
|
|
25853
26055
|
*
|