@rbxts/types 1.0.915 → 1.0.917
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 +265 -45
- package/include/generated/PluginSecurity.d.ts +186 -18
- package/include/generated/enums.d.ts +190 -23
- package/package.json +1 -1
|
@@ -104,6 +104,7 @@ interface Services {
|
|
|
104
104
|
InstanceExtensionsService: InstanceExtensionsService;
|
|
105
105
|
InstanceFileSyncService: InstanceFileSyncService;
|
|
106
106
|
InternalMessagingService: InternalMessagingService;
|
|
107
|
+
InternalMessagingServiceVerifier: InternalMessagingServiceVerifier;
|
|
107
108
|
InternalSyncService: InternalSyncService;
|
|
108
109
|
IXPService: IXPService;
|
|
109
110
|
JointsService: JointsService;
|
|
@@ -162,6 +163,7 @@ interface Services {
|
|
|
162
163
|
PluginManagementService: PluginManagementService;
|
|
163
164
|
PluginPolicyService: PluginPolicyService;
|
|
164
165
|
PolicyService: PolicyService;
|
|
166
|
+
Preloaded: Preloaded;
|
|
165
167
|
ProceduralBehaviorSchedulerService: ProceduralBehaviorSchedulerService;
|
|
166
168
|
ProcessInstancePhysicsService: ProcessInstancePhysicsService;
|
|
167
169
|
ProximityPromptService: ProximityPromptService;
|
|
@@ -184,6 +186,7 @@ interface Services {
|
|
|
184
186
|
RunService: RunService;
|
|
185
187
|
RuntimeContentService: RuntimeContentService;
|
|
186
188
|
SafetyService: SafetyService;
|
|
189
|
+
SceneAnalysisService: SceneAnalysisService;
|
|
187
190
|
ScriptChangeService: ScriptChangeService;
|
|
188
191
|
ScriptCloneWatcher: ScriptCloneWatcher;
|
|
189
192
|
ScriptCloneWatcherHelper: ScriptCloneWatcherHelper;
|
|
@@ -222,6 +225,7 @@ interface Services {
|
|
|
222
225
|
StudioCaptureService: StudioCaptureService;
|
|
223
226
|
StudioData: StudioData;
|
|
224
227
|
StudioDeviceEmulatorService: StudioDeviceEmulatorService;
|
|
228
|
+
StudioDeviceSimulatorService: StudioDeviceSimulatorService;
|
|
225
229
|
StudioPublishService: StudioPublishService;
|
|
226
230
|
StudioScriptDebugEventListener: StudioScriptDebugEventListener;
|
|
227
231
|
StudioSdkService: StudioSdkService;
|
|
@@ -650,7 +654,6 @@ interface Instances extends Services, CreatableInstances {
|
|
|
650
654
|
DebuggerWatch: DebuggerWatch;
|
|
651
655
|
DockWidgetPluginGui: DockWidgetPluginGui;
|
|
652
656
|
DynamicRotate: DynamicRotate;
|
|
653
|
-
EmotesPages: EmotesPages;
|
|
654
657
|
ExplorerFilterAutocompleter: ExplorerFilterAutocompleter;
|
|
655
658
|
FaceInstance: FaceInstance;
|
|
656
659
|
FacialAnimationStreamingServiceStats: FacialAnimationStreamingServiceStats;
|
|
@@ -7533,6 +7536,21 @@ interface InternalMessagingService extends Instance {
|
|
|
7533
7536
|
*/
|
|
7534
7537
|
readonly _nominal_InternalMessagingService: unique symbol;
|
|
7535
7538
|
}
|
|
7539
|
+
/**
|
|
7540
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
7541
|
+
*
|
|
7542
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalMessagingServiceVerifier)
|
|
7543
|
+
*/
|
|
7544
|
+
interface InternalMessagingServiceVerifier extends Instance {
|
|
7545
|
+
/**
|
|
7546
|
+
* **DO NOT USE!**
|
|
7547
|
+
*
|
|
7548
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7549
|
+
* @hidden
|
|
7550
|
+
* @deprecated
|
|
7551
|
+
*/
|
|
7552
|
+
readonly _nominal_InternalMessagingServiceVerifier: unique symbol;
|
|
7553
|
+
}
|
|
7536
7554
|
/**
|
|
7537
7555
|
* - **Tags**: NotReplicated
|
|
7538
7556
|
*
|
|
@@ -9920,7 +9938,7 @@ interface DataStoreVersionPages extends Pages<DataStoreObjectVersionInfo> {
|
|
|
9920
9938
|
readonly _nominal_DataStoreVersionPages: unique symbol;
|
|
9921
9939
|
}
|
|
9922
9940
|
/**
|
|
9923
|
-
* A special version of `Pages` that contains information about a player's
|
|
9941
|
+
* A special version of `Pages` that contains information about a player's friends.
|
|
9924
9942
|
*
|
|
9925
9943
|
* - **Tags**: NotCreatable, NotReplicated
|
|
9926
9944
|
*
|
|
@@ -9957,21 +9975,6 @@ interface InventoryPages<T = unknown> extends Pages<T> {
|
|
|
9957
9975
|
*/
|
|
9958
9976
|
readonly _nominal_InventoryPages: unique symbol;
|
|
9959
9977
|
}
|
|
9960
|
-
/**
|
|
9961
|
-
* - **Tags**: NotCreatable, NotReplicated
|
|
9962
|
-
*
|
|
9963
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EmotesPages)
|
|
9964
|
-
*/
|
|
9965
|
-
interface EmotesPages extends InventoryPages {
|
|
9966
|
-
/**
|
|
9967
|
-
* **DO NOT USE!**
|
|
9968
|
-
*
|
|
9969
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9970
|
-
* @hidden
|
|
9971
|
-
* @deprecated
|
|
9972
|
-
*/
|
|
9973
|
-
readonly _nominal_EmotesPages: unique symbol;
|
|
9974
|
-
}
|
|
9975
9978
|
/**
|
|
9976
9979
|
* A special type of `Pages` object whose pages contain key-value pairs from a `MemoryStoreHashMap`.
|
|
9977
9980
|
*
|
|
@@ -11640,6 +11643,21 @@ interface SunRaysEffect extends PostEffect {
|
|
|
11640
11643
|
*/
|
|
11641
11644
|
readonly _nominal_SunRaysEffect: unique symbol;
|
|
11642
11645
|
}
|
|
11646
|
+
/**
|
|
11647
|
+
* - **Tags**: NotCreatable, Service
|
|
11648
|
+
*
|
|
11649
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Preloaded)
|
|
11650
|
+
*/
|
|
11651
|
+
interface Preloaded extends Instance {
|
|
11652
|
+
/**
|
|
11653
|
+
* **DO NOT USE!**
|
|
11654
|
+
*
|
|
11655
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11656
|
+
* @hidden
|
|
11657
|
+
* @deprecated
|
|
11658
|
+
*/
|
|
11659
|
+
readonly _nominal_Preloaded: unique symbol;
|
|
11660
|
+
}
|
|
11643
11661
|
/**
|
|
11644
11662
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11645
11663
|
*
|
|
@@ -12156,6 +12174,21 @@ interface SafetyService extends Instance {
|
|
|
12156
12174
|
*/
|
|
12157
12175
|
readonly _nominal_SafetyService: unique symbol;
|
|
12158
12176
|
}
|
|
12177
|
+
/**
|
|
12178
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
12179
|
+
*
|
|
12180
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SceneAnalysisService)
|
|
12181
|
+
*/
|
|
12182
|
+
interface SceneAnalysisService extends Instance {
|
|
12183
|
+
/**
|
|
12184
|
+
* **DO NOT USE!**
|
|
12185
|
+
*
|
|
12186
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
12187
|
+
* @hidden
|
|
12188
|
+
* @deprecated
|
|
12189
|
+
*/
|
|
12190
|
+
readonly _nominal_SceneAnalysisService: unique symbol;
|
|
12191
|
+
}
|
|
12159
12192
|
/**
|
|
12160
12193
|
* A 2D user interface that allows users to capture and save screenshots to their local device.
|
|
12161
12194
|
*
|
|
@@ -14005,6 +14038,139 @@ interface StudioDeviceEmulatorService extends Instance {
|
|
|
14005
14038
|
*/
|
|
14006
14039
|
readonly _nominal_StudioDeviceEmulatorService: unique symbol;
|
|
14007
14040
|
}
|
|
14041
|
+
/**
|
|
14042
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
14043
|
+
*
|
|
14044
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService)
|
|
14045
|
+
*/
|
|
14046
|
+
interface StudioDeviceSimulatorService extends Instance {
|
|
14047
|
+
/**
|
|
14048
|
+
* **DO NOT USE!**
|
|
14049
|
+
*
|
|
14050
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
14051
|
+
* @hidden
|
|
14052
|
+
* @deprecated
|
|
14053
|
+
*/
|
|
14054
|
+
readonly _nominal_StudioDeviceSimulatorService: unique symbol;
|
|
14055
|
+
/**
|
|
14056
|
+
* - **ThreadSafety**: Unsafe
|
|
14057
|
+
* - **Tags**: Yields
|
|
14058
|
+
*
|
|
14059
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#CreateDeviceAsync)
|
|
14060
|
+
*/
|
|
14061
|
+
CreateDeviceAsync(this: StudioDeviceSimulatorService, config: object): string;
|
|
14062
|
+
/**
|
|
14063
|
+
* - **ThreadSafety**: Unsafe
|
|
14064
|
+
* - **Tags**: Yields
|
|
14065
|
+
*
|
|
14066
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetDeviceAsync)
|
|
14067
|
+
*/
|
|
14068
|
+
GetDeviceAsync(this: StudioDeviceSimulatorService): string;
|
|
14069
|
+
/**
|
|
14070
|
+
* - **ThreadSafety**: Unsafe
|
|
14071
|
+
* - **Tags**: Yields
|
|
14072
|
+
*
|
|
14073
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetDeviceInfoAsync)
|
|
14074
|
+
*/
|
|
14075
|
+
GetDeviceInfoAsync(this: StudioDeviceSimulatorService, deviceId: string): object;
|
|
14076
|
+
/**
|
|
14077
|
+
* - **ThreadSafety**: Unsafe
|
|
14078
|
+
* - **Tags**: Yields
|
|
14079
|
+
*
|
|
14080
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetDeviceListAsync)
|
|
14081
|
+
*/
|
|
14082
|
+
GetDeviceListAsync(this: StudioDeviceSimulatorService): Array<unknown>;
|
|
14083
|
+
/**
|
|
14084
|
+
* - **ThreadSafety**: Unsafe
|
|
14085
|
+
* - **Tags**: Yields
|
|
14086
|
+
*
|
|
14087
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetOrientationAsync)
|
|
14088
|
+
*/
|
|
14089
|
+
GetOrientationAsync(this: StudioDeviceSimulatorService): Enum.ScreenOrientation;
|
|
14090
|
+
/**
|
|
14091
|
+
* - **ThreadSafety**: Unsafe
|
|
14092
|
+
* - **Tags**: Yields
|
|
14093
|
+
*
|
|
14094
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetPixelDensityAsync)
|
|
14095
|
+
*/
|
|
14096
|
+
GetPixelDensityAsync(this: StudioDeviceSimulatorService): number;
|
|
14097
|
+
/**
|
|
14098
|
+
* - **ThreadSafety**: Unsafe
|
|
14099
|
+
* - **Tags**: Yields
|
|
14100
|
+
*
|
|
14101
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetResolutionAsync)
|
|
14102
|
+
*/
|
|
14103
|
+
GetResolutionAsync(this: StudioDeviceSimulatorService): Vector2;
|
|
14104
|
+
/**
|
|
14105
|
+
* - **ThreadSafety**: Unsafe
|
|
14106
|
+
* - **Tags**: Yields
|
|
14107
|
+
*
|
|
14108
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#GetScalingModeAsync)
|
|
14109
|
+
*/
|
|
14110
|
+
GetScalingModeAsync(this: StudioDeviceSimulatorService): Enum.DeviceSimulatorScalingMode;
|
|
14111
|
+
/**
|
|
14112
|
+
* - **ThreadSafety**: Unsafe
|
|
14113
|
+
* - **Tags**: Yields
|
|
14114
|
+
*
|
|
14115
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#RemoveDeviceAsync)
|
|
14116
|
+
*/
|
|
14117
|
+
RemoveDeviceAsync(this: StudioDeviceSimulatorService, deviceId: string): void;
|
|
14118
|
+
/**
|
|
14119
|
+
* - **ThreadSafety**: Unsafe
|
|
14120
|
+
* - **Tags**: Yields
|
|
14121
|
+
*
|
|
14122
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#SetDeviceAsync)
|
|
14123
|
+
*/
|
|
14124
|
+
SetDeviceAsync(this: StudioDeviceSimulatorService, deviceId: string): void;
|
|
14125
|
+
/**
|
|
14126
|
+
* - **ThreadSafety**: Unsafe
|
|
14127
|
+
* - **Tags**: Yields
|
|
14128
|
+
*
|
|
14129
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#SetOrientationAsync)
|
|
14130
|
+
*/
|
|
14131
|
+
SetOrientationAsync(this: StudioDeviceSimulatorService, orientation: CastsToEnum<Enum.ScreenOrientation>): void;
|
|
14132
|
+
/**
|
|
14133
|
+
* - **ThreadSafety**: Unsafe
|
|
14134
|
+
* - **Tags**: Yields
|
|
14135
|
+
*
|
|
14136
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#SetPixelDensityAsync)
|
|
14137
|
+
*/
|
|
14138
|
+
SetPixelDensityAsync(this: StudioDeviceSimulatorService, density: number): void;
|
|
14139
|
+
/**
|
|
14140
|
+
* - **ThreadSafety**: Unsafe
|
|
14141
|
+
* - **Tags**: Yields
|
|
14142
|
+
*
|
|
14143
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#SetResolutionAsync)
|
|
14144
|
+
*/
|
|
14145
|
+
SetResolutionAsync(this: StudioDeviceSimulatorService, width: number, height: number): void;
|
|
14146
|
+
/**
|
|
14147
|
+
* - **ThreadSafety**: Unsafe
|
|
14148
|
+
* - **Tags**: Yields
|
|
14149
|
+
*
|
|
14150
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#SetScalingModeAsync)
|
|
14151
|
+
*/
|
|
14152
|
+
SetScalingModeAsync(this: StudioDeviceSimulatorService, mode: CastsToEnum<Enum.DeviceSimulatorScalingMode>): void;
|
|
14153
|
+
/**
|
|
14154
|
+
* - **ThreadSafety**: Unsafe
|
|
14155
|
+
* - **Tags**: Yields
|
|
14156
|
+
*
|
|
14157
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#StopSimulationAsync)
|
|
14158
|
+
*/
|
|
14159
|
+
StopSimulationAsync(this: StudioDeviceSimulatorService): void;
|
|
14160
|
+
/**
|
|
14161
|
+
* - **ThreadSafety**: Unsafe
|
|
14162
|
+
* - **Tags**: Yields
|
|
14163
|
+
*
|
|
14164
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#UpdateDeviceAsync)
|
|
14165
|
+
*/
|
|
14166
|
+
UpdateDeviceAsync(this: StudioDeviceSimulatorService, deviceId: string, config: object): void;
|
|
14167
|
+
/**
|
|
14168
|
+
* - **ThreadSafety**: Unsafe
|
|
14169
|
+
*
|
|
14170
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioDeviceSimulatorService#ConfigurationChanged)
|
|
14171
|
+
*/
|
|
14172
|
+
readonly ConfigurationChanged: RBXScriptSignal<() => void>;
|
|
14173
|
+
}
|
|
14008
14174
|
/**
|
|
14009
14175
|
* - **Tags**: NotCreatable, NotReplicated
|
|
14010
14176
|
*
|
|
@@ -14439,6 +14605,8 @@ interface StyleLink extends Instance {
|
|
|
14439
14605
|
readonly _nominal_StyleLink: unique symbol;
|
|
14440
14606
|
}
|
|
14441
14607
|
/**
|
|
14608
|
+
* Instance used to set conditions such as `"MaxSize"` and `"PreferredInput"` for a `StyleRule`.
|
|
14609
|
+
*
|
|
14442
14610
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StyleQuery)
|
|
14443
14611
|
*/
|
|
14444
14612
|
interface StyleQuery extends Instance {
|
|
@@ -16555,7 +16723,7 @@ interface PluginConnection extends RBXObject {
|
|
|
16555
16723
|
*
|
|
16556
16724
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#SendMessage)
|
|
16557
16725
|
*/
|
|
16558
|
-
SendMessage(this: PluginConnection, message:
|
|
16726
|
+
SendMessage(this: PluginConnection, message: unknown): void;
|
|
16559
16727
|
}
|
|
16560
16728
|
/**
|
|
16561
16729
|
* - **Tags**: NotCreatable, NotReplicated
|
|
@@ -2368,6 +2368,39 @@ declare namespace Enum {
|
|
|
2368
2368
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnnotationRequestType | undefined;
|
|
2369
2369
|
}
|
|
2370
2370
|
export type AnnotationRequestType = AnnotationRequestType.Unknown | AnnotationRequestType.Create | AnnotationRequestType.Resolve | AnnotationRequestType.Delete | AnnotationRequestType.Edit;
|
|
2371
|
+
/**
|
|
2372
|
+
* Determines whether anti-aliasing is applied when drawing on the instance.
|
|
2373
|
+
*
|
|
2374
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AntiAliasing)
|
|
2375
|
+
*/
|
|
2376
|
+
export namespace AntiAliasing {
|
|
2377
|
+
/**
|
|
2378
|
+
* Disables anti-aliasing, resulting in hard edges.
|
|
2379
|
+
*
|
|
2380
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AntiAliasing#Disabled)
|
|
2381
|
+
*/
|
|
2382
|
+
export interface Disabled extends globalThis.EnumItem {
|
|
2383
|
+
Name: "Disabled";
|
|
2384
|
+
Value: 0;
|
|
2385
|
+
EnumType: typeof globalThis.Enum.AntiAliasing;
|
|
2386
|
+
}
|
|
2387
|
+
export const Disabled: Disabled;
|
|
2388
|
+
/**
|
|
2389
|
+
* Enables anti-aliasing, resulting in soft edges.
|
|
2390
|
+
*
|
|
2391
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AntiAliasing#Enabled)
|
|
2392
|
+
*/
|
|
2393
|
+
export interface Enabled extends globalThis.EnumItem {
|
|
2394
|
+
Name: "Enabled";
|
|
2395
|
+
Value: 1;
|
|
2396
|
+
EnumType: typeof globalThis.Enum.AntiAliasing;
|
|
2397
|
+
}
|
|
2398
|
+
export const Enabled: Enabled;
|
|
2399
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AntiAliasing>;
|
|
2400
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AntiAliasing | undefined;
|
|
2401
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AntiAliasing | undefined;
|
|
2402
|
+
}
|
|
2403
|
+
export type AntiAliasing = AntiAliasing.Disabled | AntiAliasing.Enabled;
|
|
2371
2404
|
/**
|
|
2372
2405
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AppLifecycleManagerState)
|
|
2373
2406
|
*/
|
|
@@ -2516,11 +2549,20 @@ declare namespace Enum {
|
|
|
2516
2549
|
EnumType: typeof globalThis.Enum.AppShellActionType;
|
|
2517
2550
|
}
|
|
2518
2551
|
export const AvatarEditorPageLoaded: AvatarEditorPageLoaded;
|
|
2552
|
+
/**
|
|
2553
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AppShellActionType#HomePageInteractive)
|
|
2554
|
+
*/
|
|
2555
|
+
export interface HomePageInteractive extends globalThis.EnumItem {
|
|
2556
|
+
Name: "HomePageInteractive";
|
|
2557
|
+
Value: 11;
|
|
2558
|
+
EnumType: typeof globalThis.Enum.AppShellActionType;
|
|
2559
|
+
}
|
|
2560
|
+
export const HomePageInteractive: HomePageInteractive;
|
|
2519
2561
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AppShellActionType>;
|
|
2520
2562
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AppShellActionType | undefined;
|
|
2521
2563
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AppShellActionType | undefined;
|
|
2522
2564
|
}
|
|
2523
|
-
export type AppShellActionType = AppShellActionType.None | AppShellActionType.OpenApp | AppShellActionType.TapChatTab | AppShellActionType.TapConversationEntry | AppShellActionType.TapAvatarTab | AppShellActionType.ReadConversation | AppShellActionType.TapGamePageTab | AppShellActionType.TapHomePageTab | AppShellActionType.GamePageLoaded | AppShellActionType.HomePageLoaded | AppShellActionType.AvatarEditorPageLoaded;
|
|
2565
|
+
export type AppShellActionType = AppShellActionType.None | AppShellActionType.OpenApp | AppShellActionType.TapChatTab | AppShellActionType.TapConversationEntry | AppShellActionType.TapAvatarTab | AppShellActionType.ReadConversation | AppShellActionType.TapGamePageTab | AppShellActionType.TapHomePageTab | AppShellActionType.GamePageLoaded | AppShellActionType.HomePageLoaded | AppShellActionType.AvatarEditorPageLoaded | AppShellActionType.HomePageInteractive;
|
|
2524
2566
|
/**
|
|
2525
2567
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AppShellFeature)
|
|
2526
2568
|
*/
|
|
@@ -7283,7 +7325,7 @@ declare namespace Enum {
|
|
|
7283
7325
|
}
|
|
7284
7326
|
export const NoOne: NoOne;
|
|
7285
7327
|
/**
|
|
7286
|
-
* A player can only chat with users in a game that are on their
|
|
7328
|
+
* A player can only chat with users in a game that are on their friends list.
|
|
7287
7329
|
*
|
|
7288
7330
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ChatPrivacyMode#Friends)
|
|
7289
7331
|
*/
|
|
@@ -11173,6 +11215,42 @@ declare namespace Enum {
|
|
|
11173
11215
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeviceLevel | undefined;
|
|
11174
11216
|
}
|
|
11175
11217
|
export type DeviceLevel = DeviceLevel.Low | DeviceLevel.Medium | DeviceLevel.High;
|
|
11218
|
+
/**
|
|
11219
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceSimulatorScalingMode)
|
|
11220
|
+
*/
|
|
11221
|
+
export namespace DeviceSimulatorScalingMode {
|
|
11222
|
+
/**
|
|
11223
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceSimulatorScalingMode#ScaleToPhysicalSize)
|
|
11224
|
+
*/
|
|
11225
|
+
export interface ScaleToPhysicalSize extends globalThis.EnumItem {
|
|
11226
|
+
Name: "ScaleToPhysicalSize";
|
|
11227
|
+
Value: 0;
|
|
11228
|
+
EnumType: typeof globalThis.Enum.DeviceSimulatorScalingMode;
|
|
11229
|
+
}
|
|
11230
|
+
export const ScaleToPhysicalSize: ScaleToPhysicalSize;
|
|
11231
|
+
/**
|
|
11232
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceSimulatorScalingMode#ActualResolution)
|
|
11233
|
+
*/
|
|
11234
|
+
export interface ActualResolution extends globalThis.EnumItem {
|
|
11235
|
+
Name: "ActualResolution";
|
|
11236
|
+
Value: 1;
|
|
11237
|
+
EnumType: typeof globalThis.Enum.DeviceSimulatorScalingMode;
|
|
11238
|
+
}
|
|
11239
|
+
export const ActualResolution: ActualResolution;
|
|
11240
|
+
/**
|
|
11241
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceSimulatorScalingMode#FitToWindow)
|
|
11242
|
+
*/
|
|
11243
|
+
export interface FitToWindow extends globalThis.EnumItem {
|
|
11244
|
+
Name: "FitToWindow";
|
|
11245
|
+
Value: 2;
|
|
11246
|
+
EnumType: typeof globalThis.Enum.DeviceSimulatorScalingMode;
|
|
11247
|
+
}
|
|
11248
|
+
export const FitToWindow: FitToWindow;
|
|
11249
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DeviceSimulatorScalingMode>;
|
|
11250
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeviceSimulatorScalingMode | undefined;
|
|
11251
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeviceSimulatorScalingMode | undefined;
|
|
11252
|
+
}
|
|
11253
|
+
export type DeviceSimulatorScalingMode = DeviceSimulatorScalingMode.ScaleToPhysicalSize | DeviceSimulatorScalingMode.ActualResolution | DeviceSimulatorScalingMode.FitToWindow;
|
|
11176
11254
|
/**
|
|
11177
11255
|
* Device category of the client.
|
|
11178
11256
|
*
|
|
@@ -12533,19 +12611,23 @@ declare namespace Enum {
|
|
|
12533
12611
|
}
|
|
12534
12612
|
export const SystemDefault: SystemDefault;
|
|
12535
12613
|
/**
|
|
12536
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExternalEditorMode#
|
|
12614
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExternalEditorMode#UserSelectedEditor)
|
|
12537
12615
|
*/
|
|
12538
|
-
export interface
|
|
12539
|
-
Name: "
|
|
12616
|
+
export interface UserSelectedEditor extends globalThis.EnumItem {
|
|
12617
|
+
Name: "UserSelectedEditor";
|
|
12540
12618
|
Value: 1;
|
|
12541
12619
|
EnumType: typeof globalThis.Enum.ExternalEditorMode;
|
|
12542
12620
|
}
|
|
12543
|
-
export const
|
|
12621
|
+
export const UserSelectedEditor: UserSelectedEditor;
|
|
12622
|
+
/**
|
|
12623
|
+
* @deprecated renamed to UserSelectedEditor
|
|
12624
|
+
*/
|
|
12625
|
+
export const CustomEditor: UserSelectedEditor;
|
|
12544
12626
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExternalEditorMode>;
|
|
12545
12627
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExternalEditorMode | undefined;
|
|
12546
12628
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExternalEditorMode | undefined;
|
|
12547
12629
|
}
|
|
12548
|
-
export type ExternalEditorMode = ExternalEditorMode.SystemDefault | ExternalEditorMode.
|
|
12630
|
+
export type ExternalEditorMode = ExternalEditorMode.SystemDefault | ExternalEditorMode.UserSelectedEditor;
|
|
12549
12631
|
/**
|
|
12550
12632
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FACSDataLod)
|
|
12551
12633
|
*/
|
|
@@ -14718,7 +14800,7 @@ declare namespace Enum {
|
|
|
14718
14800
|
*/
|
|
14719
14801
|
export namespace FriendRequestEvent {
|
|
14720
14802
|
/**
|
|
14721
|
-
* A player invokes (sends) a
|
|
14803
|
+
* A player invokes (sends) a friend request.
|
|
14722
14804
|
*
|
|
14723
14805
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendRequestEvent#Issue)
|
|
14724
14806
|
*/
|
|
@@ -14729,7 +14811,7 @@ declare namespace Enum {
|
|
|
14729
14811
|
}
|
|
14730
14812
|
export const Issue: Issue;
|
|
14731
14813
|
/**
|
|
14732
|
-
* A player revokes (cancels) a previously invoked (sent)
|
|
14814
|
+
* A player revokes (cancels) a previously invoked (sent) friend request.
|
|
14733
14815
|
*
|
|
14734
14816
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendRequestEvent#Revoke)
|
|
14735
14817
|
*/
|
|
@@ -14740,7 +14822,7 @@ declare namespace Enum {
|
|
|
14740
14822
|
}
|
|
14741
14823
|
export const Revoke: Revoke;
|
|
14742
14824
|
/**
|
|
14743
|
-
* A player accepts a
|
|
14825
|
+
* A player accepts a friend request.
|
|
14744
14826
|
*
|
|
14745
14827
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendRequestEvent#Accept)
|
|
14746
14828
|
*/
|
|
@@ -14751,7 +14833,7 @@ declare namespace Enum {
|
|
|
14751
14833
|
}
|
|
14752
14834
|
export const Accept: Accept;
|
|
14753
14835
|
/**
|
|
14754
|
-
* A player denies a
|
|
14836
|
+
* A player denies a friend request.
|
|
14755
14837
|
*
|
|
14756
14838
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendRequestEvent#Deny)
|
|
14757
14839
|
*/
|
|
@@ -14771,7 +14853,7 @@ declare namespace Enum {
|
|
|
14771
14853
|
*/
|
|
14772
14854
|
export namespace FriendStatus {
|
|
14773
14855
|
/**
|
|
14774
|
-
* The
|
|
14856
|
+
* The friend status of two players is unknown.
|
|
14775
14857
|
*
|
|
14776
14858
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendStatus#Unknown)
|
|
14777
14859
|
*/
|
|
@@ -14782,7 +14864,7 @@ declare namespace Enum {
|
|
|
14782
14864
|
}
|
|
14783
14865
|
export const Unknown: Unknown;
|
|
14784
14866
|
/**
|
|
14785
|
-
* Two players are not
|
|
14867
|
+
* Two players are not friends.
|
|
14786
14868
|
*
|
|
14787
14869
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendStatus#NotFriend)
|
|
14788
14870
|
*/
|
|
@@ -14793,7 +14875,7 @@ declare namespace Enum {
|
|
|
14793
14875
|
}
|
|
14794
14876
|
export const NotFriend: NotFriend;
|
|
14795
14877
|
/**
|
|
14796
|
-
* Two players are
|
|
14878
|
+
* Two players are friends.
|
|
14797
14879
|
*
|
|
14798
14880
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendStatus#Friend)
|
|
14799
14881
|
*/
|
|
@@ -14804,7 +14886,7 @@ declare namespace Enum {
|
|
|
14804
14886
|
}
|
|
14805
14887
|
export const Friend: Friend;
|
|
14806
14888
|
/**
|
|
14807
|
-
* At least one of two players has sent a
|
|
14889
|
+
* At least one of two players has sent a friend request to the other player.
|
|
14808
14890
|
*
|
|
14809
14891
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendStatus#FriendRequestSent)
|
|
14810
14892
|
*/
|
|
@@ -14815,7 +14897,7 @@ declare namespace Enum {
|
|
|
14815
14897
|
}
|
|
14816
14898
|
export const FriendRequestSent: FriendRequestSent;
|
|
14817
14899
|
/**
|
|
14818
|
-
* At least one of two players has received a
|
|
14900
|
+
* At least one of two players has received a friend request sent by the other player.
|
|
14819
14901
|
*
|
|
14820
14902
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FriendStatus#FriendRequestReceived)
|
|
14821
14903
|
*/
|
|
@@ -19482,14 +19564,18 @@ declare namespace Enum {
|
|
|
19482
19564
|
/**
|
|
19483
19565
|
* The position of a touch in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
19484
19566
|
*
|
|
19485
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19567
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchPosition)
|
|
19486
19568
|
*/
|
|
19487
|
-
export interface
|
|
19488
|
-
Name: "
|
|
19569
|
+
export interface TouchPosition extends globalThis.EnumItem {
|
|
19570
|
+
Name: "TouchPosition";
|
|
19489
19571
|
Value: 1034;
|
|
19490
19572
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19491
19573
|
}
|
|
19492
|
-
export const
|
|
19574
|
+
export const TouchPosition: TouchPosition;
|
|
19575
|
+
/**
|
|
19576
|
+
* @deprecated renamed to TouchPosition
|
|
19577
|
+
*/
|
|
19578
|
+
export const Touch: TouchPosition;
|
|
19493
19579
|
/**
|
|
19494
19580
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseWheel)
|
|
19495
19581
|
*/
|
|
@@ -20630,7 +20716,7 @@ declare namespace Enum {
|
|
|
20630
20716
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20631
20717
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20632
20718
|
}
|
|
20633
|
-
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MousePosition | KeyCode.
|
|
20719
|
+
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MousePosition | KeyCode.TouchPosition | KeyCode.MouseWheel | KeyCode.TrackpadPan | KeyCode.TrackpadPinch | KeyCode.MouseDelta | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
|
|
20634
20720
|
/**
|
|
20635
20721
|
* Describes the interpolation method between two keys.
|
|
20636
20722
|
*
|
|
@@ -27123,6 +27209,69 @@ declare namespace Enum {
|
|
|
27123
27209
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReadCapturesFromGalleryResult | undefined;
|
|
27124
27210
|
}
|
|
27125
27211
|
export type ReadCapturesFromGalleryResult = ReadCapturesFromGalleryResult.Success | ReadCapturesFromGalleryResult.NeedPermission;
|
|
27212
|
+
/**
|
|
27213
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision)
|
|
27214
|
+
*/
|
|
27215
|
+
export namespace ReceiptDecision {
|
|
27216
|
+
/**
|
|
27217
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision#NotProcessedYet)
|
|
27218
|
+
*/
|
|
27219
|
+
export interface NotProcessedYet extends globalThis.EnumItem {
|
|
27220
|
+
Name: "NotProcessedYet";
|
|
27221
|
+
Value: 0;
|
|
27222
|
+
EnumType: typeof globalThis.Enum.ReceiptDecision;
|
|
27223
|
+
}
|
|
27224
|
+
export const NotProcessedYet: NotProcessedYet;
|
|
27225
|
+
/**
|
|
27226
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision#Processed)
|
|
27227
|
+
*/
|
|
27228
|
+
export interface Processed extends globalThis.EnumItem {
|
|
27229
|
+
Name: "Processed";
|
|
27230
|
+
Value: 1;
|
|
27231
|
+
EnumType: typeof globalThis.Enum.ReceiptDecision;
|
|
27232
|
+
}
|
|
27233
|
+
export const Processed: Processed;
|
|
27234
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ReceiptDecision>;
|
|
27235
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ReceiptDecision | undefined;
|
|
27236
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReceiptDecision | undefined;
|
|
27237
|
+
}
|
|
27238
|
+
export type ReceiptDecision = ReceiptDecision.NotProcessedYet | ReceiptDecision.Processed;
|
|
27239
|
+
/**
|
|
27240
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType)
|
|
27241
|
+
*/
|
|
27242
|
+
export namespace ReceiptType {
|
|
27243
|
+
/**
|
|
27244
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#DeveloperProduct)
|
|
27245
|
+
*/
|
|
27246
|
+
export interface DeveloperProduct extends globalThis.EnumItem {
|
|
27247
|
+
Name: "DeveloperProduct";
|
|
27248
|
+
Value: 0;
|
|
27249
|
+
EnumType: typeof globalThis.Enum.ReceiptType;
|
|
27250
|
+
}
|
|
27251
|
+
export const DeveloperProduct: DeveloperProduct;
|
|
27252
|
+
/**
|
|
27253
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferSender)
|
|
27254
|
+
*/
|
|
27255
|
+
export interface RobuxTransferSender extends globalThis.EnumItem {
|
|
27256
|
+
Name: "RobuxTransferSender";
|
|
27257
|
+
Value: 1;
|
|
27258
|
+
EnumType: typeof globalThis.Enum.ReceiptType;
|
|
27259
|
+
}
|
|
27260
|
+
export const RobuxTransferSender: RobuxTransferSender;
|
|
27261
|
+
/**
|
|
27262
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferReceiver)
|
|
27263
|
+
*/
|
|
27264
|
+
export interface RobuxTransferReceiver extends globalThis.EnumItem {
|
|
27265
|
+
Name: "RobuxTransferReceiver";
|
|
27266
|
+
Value: 2;
|
|
27267
|
+
EnumType: typeof globalThis.Enum.ReceiptType;
|
|
27268
|
+
}
|
|
27269
|
+
export const RobuxTransferReceiver: RobuxTransferReceiver;
|
|
27270
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ReceiptType>;
|
|
27271
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ReceiptType | undefined;
|
|
27272
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReceiptType | undefined;
|
|
27273
|
+
}
|
|
27274
|
+
export type ReceiptType = ReceiptType.DeveloperProduct | ReceiptType.RobuxTransferSender | ReceiptType.RobuxTransferReceiver;
|
|
27126
27275
|
/**
|
|
27127
27276
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationActionType)
|
|
27128
27277
|
*/
|
|
@@ -30426,11 +30575,20 @@ declare namespace Enum {
|
|
|
30426
30575
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30427
30576
|
}
|
|
30428
30577
|
export const Ladder: Ladder;
|
|
30578
|
+
/**
|
|
30579
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicLadder)
|
|
30580
|
+
*/
|
|
30581
|
+
export interface ClassicLadder extends globalThis.EnumItem {
|
|
30582
|
+
Name: "ClassicLadder";
|
|
30583
|
+
Value: 2;
|
|
30584
|
+
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30585
|
+
}
|
|
30586
|
+
export const ClassicLadder: ClassicLadder;
|
|
30429
30587
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SensorMode>;
|
|
30430
30588
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SensorMode | undefined;
|
|
30431
30589
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SensorMode | undefined;
|
|
30432
30590
|
}
|
|
30433
|
-
export type SensorMode = SensorMode.Floor | SensorMode.Ladder;
|
|
30591
|
+
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicLadder;
|
|
30434
30592
|
/**
|
|
30435
30593
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorUpdateType)
|
|
30436
30594
|
*/
|
|
@@ -38811,11 +38969,20 @@ declare namespace Enum {
|
|
|
38811
38969
|
EnumType: typeof globalThis.Enum.VoiceRccReconnectReason;
|
|
38812
38970
|
}
|
|
38813
38971
|
export const CloseRoom: CloseRoom;
|
|
38972
|
+
/**
|
|
38973
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceRccReconnectReason#FAEUpdate)
|
|
38974
|
+
*/
|
|
38975
|
+
export interface FAEUpdate extends globalThis.EnumItem {
|
|
38976
|
+
Name: "FAEUpdate";
|
|
38977
|
+
Value: 3;
|
|
38978
|
+
EnumType: typeof globalThis.Enum.VoiceRccReconnectReason;
|
|
38979
|
+
}
|
|
38980
|
+
export const FAEUpdate: FAEUpdate;
|
|
38814
38981
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.VoiceRccReconnectReason>;
|
|
38815
38982
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.VoiceRccReconnectReason | undefined;
|
|
38816
38983
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VoiceRccReconnectReason | undefined;
|
|
38817
38984
|
}
|
|
38818
|
-
export type VoiceRccReconnectReason = VoiceRccReconnectReason.Unknown | VoiceRccReconnectReason.Migration | VoiceRccReconnectReason.CloseRoom;
|
|
38985
|
+
export type VoiceRccReconnectReason = VoiceRccReconnectReason.Unknown | VoiceRccReconnectReason.Migration | VoiceRccReconnectReason.CloseRoom | VoiceRccReconnectReason.FAEUpdate;
|
|
38819
38986
|
/**
|
|
38820
38987
|
* Controls how the engine renders volumetric audio effects.
|
|
38821
38988
|
*
|