@rbxts/types 1.0.848 → 1.0.850
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 +411 -61
- package/include/generated/PluginSecurity.d.ts +138 -12
- package/include/generated/enums.d.ts +527 -17
- package/package.json +1 -1
|
@@ -2963,6 +2963,15 @@ declare namespace Enum {
|
|
|
2963
2963
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AudioApiRollout | undefined;
|
|
2964
2964
|
}
|
|
2965
2965
|
export type AudioApiRollout = AudioApiRollout.Disabled | AudioApiRollout.Automatic | AudioApiRollout.Enabled;
|
|
2966
|
+
/**
|
|
2967
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AudioCaptureMode)
|
|
2968
|
+
*/
|
|
2969
|
+
export namespace AudioCaptureMode {
|
|
2970
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AudioCaptureMode>;
|
|
2971
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AudioCaptureMode | undefined;
|
|
2972
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AudioCaptureMode | undefined;
|
|
2973
|
+
}
|
|
2974
|
+
export type AudioCaptureMode = ;
|
|
2966
2975
|
/**
|
|
2967
2976
|
* Describes the channel layout of an audio stream.
|
|
2968
2977
|
*
|
|
@@ -4122,6 +4131,438 @@ declare namespace Enum {
|
|
|
4122
4131
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarPromptResult | undefined;
|
|
4123
4132
|
}
|
|
4124
4133
|
export type AvatarPromptResult = AvatarPromptResult.Success | AvatarPromptResult.PermissionDenied | AvatarPromptResult.Failed;
|
|
4134
|
+
/**
|
|
4135
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryLimitMethod)
|
|
4136
|
+
*/
|
|
4137
|
+
export namespace AvatarSettingsAccessoryLimitMethod {
|
|
4138
|
+
/**
|
|
4139
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryLimitMethod#Scale)
|
|
4140
|
+
*/
|
|
4141
|
+
export interface Scale extends globalThis.EnumItem {
|
|
4142
|
+
Name: "Scale";
|
|
4143
|
+
Value: 0;
|
|
4144
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAccessoryLimitMethod;
|
|
4145
|
+
}
|
|
4146
|
+
export const Scale: Scale;
|
|
4147
|
+
/**
|
|
4148
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryLimitMethod#Remove)
|
|
4149
|
+
*/
|
|
4150
|
+
export interface Remove extends globalThis.EnumItem {
|
|
4151
|
+
Name: "Remove";
|
|
4152
|
+
Value: 1;
|
|
4153
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAccessoryLimitMethod;
|
|
4154
|
+
}
|
|
4155
|
+
export const Remove: Remove;
|
|
4156
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsAccessoryLimitMethod>;
|
|
4157
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsAccessoryLimitMethod | undefined;
|
|
4158
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsAccessoryLimitMethod | undefined;
|
|
4159
|
+
}
|
|
4160
|
+
export type AvatarSettingsAccessoryLimitMethod = AvatarSettingsAccessoryLimitMethod.Scale | AvatarSettingsAccessoryLimitMethod.Remove;
|
|
4161
|
+
/**
|
|
4162
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryMode)
|
|
4163
|
+
*/
|
|
4164
|
+
export namespace AvatarSettingsAccessoryMode {
|
|
4165
|
+
/**
|
|
4166
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryMode#PlayerChoice)
|
|
4167
|
+
*/
|
|
4168
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4169
|
+
Name: "PlayerChoice";
|
|
4170
|
+
Value: 0;
|
|
4171
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAccessoryMode;
|
|
4172
|
+
}
|
|
4173
|
+
export const PlayerChoice: PlayerChoice;
|
|
4174
|
+
/**
|
|
4175
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAccessoryMode#CustomLimit)
|
|
4176
|
+
*/
|
|
4177
|
+
export interface CustomLimit extends globalThis.EnumItem {
|
|
4178
|
+
Name: "CustomLimit";
|
|
4179
|
+
Value: 1;
|
|
4180
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAccessoryMode;
|
|
4181
|
+
}
|
|
4182
|
+
export const CustomLimit: CustomLimit;
|
|
4183
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsAccessoryMode>;
|
|
4184
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsAccessoryMode | undefined;
|
|
4185
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsAccessoryMode | undefined;
|
|
4186
|
+
}
|
|
4187
|
+
export type AvatarSettingsAccessoryMode = AvatarSettingsAccessoryMode.PlayerChoice | AvatarSettingsAccessoryMode.CustomLimit;
|
|
4188
|
+
/**
|
|
4189
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationClipsMode)
|
|
4190
|
+
*/
|
|
4191
|
+
export namespace AvatarSettingsAnimationClipsMode {
|
|
4192
|
+
/**
|
|
4193
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationClipsMode#PlayerChoice)
|
|
4194
|
+
*/
|
|
4195
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4196
|
+
Name: "PlayerChoice";
|
|
4197
|
+
Value: 0;
|
|
4198
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAnimationClipsMode;
|
|
4199
|
+
}
|
|
4200
|
+
export const PlayerChoice: PlayerChoice;
|
|
4201
|
+
/**
|
|
4202
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationClipsMode#CustomClips)
|
|
4203
|
+
*/
|
|
4204
|
+
export interface CustomClips extends globalThis.EnumItem {
|
|
4205
|
+
Name: "CustomClips";
|
|
4206
|
+
Value: 1;
|
|
4207
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAnimationClipsMode;
|
|
4208
|
+
}
|
|
4209
|
+
export const CustomClips: CustomClips;
|
|
4210
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsAnimationClipsMode>;
|
|
4211
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsAnimationClipsMode | undefined;
|
|
4212
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsAnimationClipsMode | undefined;
|
|
4213
|
+
}
|
|
4214
|
+
export type AvatarSettingsAnimationClipsMode = AvatarSettingsAnimationClipsMode.PlayerChoice | AvatarSettingsAnimationClipsMode.CustomClips;
|
|
4215
|
+
/**
|
|
4216
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationPacksMode)
|
|
4217
|
+
*/
|
|
4218
|
+
export namespace AvatarSettingsAnimationPacksMode {
|
|
4219
|
+
/**
|
|
4220
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationPacksMode#PlayerChoice)
|
|
4221
|
+
*/
|
|
4222
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4223
|
+
Name: "PlayerChoice";
|
|
4224
|
+
Value: 0;
|
|
4225
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAnimationPacksMode;
|
|
4226
|
+
}
|
|
4227
|
+
export const PlayerChoice: PlayerChoice;
|
|
4228
|
+
/**
|
|
4229
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationPacksMode#StandardR15)
|
|
4230
|
+
*/
|
|
4231
|
+
export interface StandardR15 extends globalThis.EnumItem {
|
|
4232
|
+
Name: "StandardR15";
|
|
4233
|
+
Value: 1;
|
|
4234
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAnimationPacksMode;
|
|
4235
|
+
}
|
|
4236
|
+
export const StandardR15: StandardR15;
|
|
4237
|
+
/**
|
|
4238
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAnimationPacksMode#StandardR6)
|
|
4239
|
+
*/
|
|
4240
|
+
export interface StandardR6 extends globalThis.EnumItem {
|
|
4241
|
+
Name: "StandardR6";
|
|
4242
|
+
Value: 2;
|
|
4243
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAnimationPacksMode;
|
|
4244
|
+
}
|
|
4245
|
+
export const StandardR6: StandardR6;
|
|
4246
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsAnimationPacksMode>;
|
|
4247
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsAnimationPacksMode | undefined;
|
|
4248
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsAnimationPacksMode | undefined;
|
|
4249
|
+
}
|
|
4250
|
+
export type AvatarSettingsAnimationPacksMode = AvatarSettingsAnimationPacksMode.PlayerChoice | AvatarSettingsAnimationPacksMode.StandardR15 | AvatarSettingsAnimationPacksMode.StandardR6;
|
|
4251
|
+
/**
|
|
4252
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAppearanceMode)
|
|
4253
|
+
*/
|
|
4254
|
+
export namespace AvatarSettingsAppearanceMode {
|
|
4255
|
+
/**
|
|
4256
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAppearanceMode#PlayerChoice)
|
|
4257
|
+
*/
|
|
4258
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4259
|
+
Name: "PlayerChoice";
|
|
4260
|
+
Value: 0;
|
|
4261
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAppearanceMode;
|
|
4262
|
+
}
|
|
4263
|
+
export const PlayerChoice: PlayerChoice;
|
|
4264
|
+
/**
|
|
4265
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAppearanceMode#CustomParts)
|
|
4266
|
+
*/
|
|
4267
|
+
export interface CustomParts extends globalThis.EnumItem {
|
|
4268
|
+
Name: "CustomParts";
|
|
4269
|
+
Value: 1;
|
|
4270
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAppearanceMode;
|
|
4271
|
+
}
|
|
4272
|
+
export const CustomParts: CustomParts;
|
|
4273
|
+
/**
|
|
4274
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsAppearanceMode#CustomBody)
|
|
4275
|
+
*/
|
|
4276
|
+
export interface CustomBody extends globalThis.EnumItem {
|
|
4277
|
+
Name: "CustomBody";
|
|
4278
|
+
Value: 2;
|
|
4279
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsAppearanceMode;
|
|
4280
|
+
}
|
|
4281
|
+
export const CustomBody: CustomBody;
|
|
4282
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsAppearanceMode>;
|
|
4283
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsAppearanceMode | undefined;
|
|
4284
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsAppearanceMode | undefined;
|
|
4285
|
+
}
|
|
4286
|
+
export type AvatarSettingsAppearanceMode = AvatarSettingsAppearanceMode.PlayerChoice | AvatarSettingsAppearanceMode.CustomParts | AvatarSettingsAppearanceMode.CustomBody;
|
|
4287
|
+
/**
|
|
4288
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsBuildMode)
|
|
4289
|
+
*/
|
|
4290
|
+
export namespace AvatarSettingsBuildMode {
|
|
4291
|
+
/**
|
|
4292
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsBuildMode#PlayerChoice)
|
|
4293
|
+
*/
|
|
4294
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4295
|
+
Name: "PlayerChoice";
|
|
4296
|
+
Value: 0;
|
|
4297
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsBuildMode;
|
|
4298
|
+
}
|
|
4299
|
+
export const PlayerChoice: PlayerChoice;
|
|
4300
|
+
/**
|
|
4301
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsBuildMode#CustomBuild)
|
|
4302
|
+
*/
|
|
4303
|
+
export interface CustomBuild extends globalThis.EnumItem {
|
|
4304
|
+
Name: "CustomBuild";
|
|
4305
|
+
Value: 1;
|
|
4306
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsBuildMode;
|
|
4307
|
+
}
|
|
4308
|
+
export const CustomBuild: CustomBuild;
|
|
4309
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsBuildMode>;
|
|
4310
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsBuildMode | undefined;
|
|
4311
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsBuildMode | undefined;
|
|
4312
|
+
}
|
|
4313
|
+
export type AvatarSettingsBuildMode = AvatarSettingsBuildMode.PlayerChoice | AvatarSettingsBuildMode.CustomBuild;
|
|
4314
|
+
/**
|
|
4315
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsClothingMode)
|
|
4316
|
+
*/
|
|
4317
|
+
export namespace AvatarSettingsClothingMode {
|
|
4318
|
+
/**
|
|
4319
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsClothingMode#PlayerChoice)
|
|
4320
|
+
*/
|
|
4321
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4322
|
+
Name: "PlayerChoice";
|
|
4323
|
+
Value: 0;
|
|
4324
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsClothingMode;
|
|
4325
|
+
}
|
|
4326
|
+
export const PlayerChoice: PlayerChoice;
|
|
4327
|
+
/**
|
|
4328
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsClothingMode#CustomLimit)
|
|
4329
|
+
*/
|
|
4330
|
+
export interface CustomLimit extends globalThis.EnumItem {
|
|
4331
|
+
Name: "CustomLimit";
|
|
4332
|
+
Value: 1;
|
|
4333
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsClothingMode;
|
|
4334
|
+
}
|
|
4335
|
+
export const CustomLimit: CustomLimit;
|
|
4336
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsClothingMode>;
|
|
4337
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsClothingMode | undefined;
|
|
4338
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsClothingMode | undefined;
|
|
4339
|
+
}
|
|
4340
|
+
export type AvatarSettingsClothingMode = AvatarSettingsClothingMode.PlayerChoice | AvatarSettingsClothingMode.CustomLimit;
|
|
4341
|
+
/**
|
|
4342
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCollisionMode)
|
|
4343
|
+
*/
|
|
4344
|
+
export namespace AvatarSettingsCollisionMode {
|
|
4345
|
+
/**
|
|
4346
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCollisionMode#Default)
|
|
4347
|
+
*/
|
|
4348
|
+
export interface Default extends globalThis.EnumItem {
|
|
4349
|
+
Name: "Default";
|
|
4350
|
+
Value: 0;
|
|
4351
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCollisionMode;
|
|
4352
|
+
}
|
|
4353
|
+
export const Default: Default;
|
|
4354
|
+
/**
|
|
4355
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCollisionMode#SingleCollider)
|
|
4356
|
+
*/
|
|
4357
|
+
export interface SingleCollider extends globalThis.EnumItem {
|
|
4358
|
+
Name: "SingleCollider";
|
|
4359
|
+
Value: 1;
|
|
4360
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCollisionMode;
|
|
4361
|
+
}
|
|
4362
|
+
export const SingleCollider: SingleCollider;
|
|
4363
|
+
/**
|
|
4364
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCollisionMode#Legacy)
|
|
4365
|
+
*/
|
|
4366
|
+
export interface Legacy extends globalThis.EnumItem {
|
|
4367
|
+
Name: "Legacy";
|
|
4368
|
+
Value: 2;
|
|
4369
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCollisionMode;
|
|
4370
|
+
}
|
|
4371
|
+
export const Legacy: Legacy;
|
|
4372
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsCollisionMode>;
|
|
4373
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsCollisionMode | undefined;
|
|
4374
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsCollisionMode | undefined;
|
|
4375
|
+
}
|
|
4376
|
+
export type AvatarSettingsCollisionMode = AvatarSettingsCollisionMode.Default | AvatarSettingsCollisionMode.SingleCollider | AvatarSettingsCollisionMode.Legacy;
|
|
4377
|
+
/**
|
|
4378
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomAccessoryMode)
|
|
4379
|
+
*/
|
|
4380
|
+
export namespace AvatarSettingsCustomAccessoryMode {
|
|
4381
|
+
/**
|
|
4382
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomAccessoryMode#PlayerChoice)
|
|
4383
|
+
*/
|
|
4384
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4385
|
+
Name: "PlayerChoice";
|
|
4386
|
+
Value: 0;
|
|
4387
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomAccessoryMode;
|
|
4388
|
+
}
|
|
4389
|
+
export const PlayerChoice: PlayerChoice;
|
|
4390
|
+
/**
|
|
4391
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomAccessoryMode#CustomAccessories)
|
|
4392
|
+
*/
|
|
4393
|
+
export interface CustomAccessories extends globalThis.EnumItem {
|
|
4394
|
+
Name: "CustomAccessories";
|
|
4395
|
+
Value: 1;
|
|
4396
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomAccessoryMode;
|
|
4397
|
+
}
|
|
4398
|
+
export const CustomAccessories: CustomAccessories;
|
|
4399
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsCustomAccessoryMode>;
|
|
4400
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsCustomAccessoryMode | undefined;
|
|
4401
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsCustomAccessoryMode | undefined;
|
|
4402
|
+
}
|
|
4403
|
+
export type AvatarSettingsCustomAccessoryMode = AvatarSettingsCustomAccessoryMode.PlayerChoice | AvatarSettingsCustomAccessoryMode.CustomAccessories;
|
|
4404
|
+
/**
|
|
4405
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomBodyType)
|
|
4406
|
+
*/
|
|
4407
|
+
export namespace AvatarSettingsCustomBodyType {
|
|
4408
|
+
/**
|
|
4409
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomBodyType#AvatarReference)
|
|
4410
|
+
*/
|
|
4411
|
+
export interface AvatarReference extends globalThis.EnumItem {
|
|
4412
|
+
Name: "AvatarReference";
|
|
4413
|
+
Value: 0;
|
|
4414
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomBodyType;
|
|
4415
|
+
}
|
|
4416
|
+
export const AvatarReference: AvatarReference;
|
|
4417
|
+
/**
|
|
4418
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomBodyType#BundleId)
|
|
4419
|
+
*/
|
|
4420
|
+
export interface BundleId extends globalThis.EnumItem {
|
|
4421
|
+
Name: "BundleId";
|
|
4422
|
+
Value: 1;
|
|
4423
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomBodyType;
|
|
4424
|
+
}
|
|
4425
|
+
export const BundleId: BundleId;
|
|
4426
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsCustomBodyType>;
|
|
4427
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsCustomBodyType | undefined;
|
|
4428
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsCustomBodyType | undefined;
|
|
4429
|
+
}
|
|
4430
|
+
export type AvatarSettingsCustomBodyType = AvatarSettingsCustomBodyType.AvatarReference | AvatarSettingsCustomBodyType.BundleId;
|
|
4431
|
+
/**
|
|
4432
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomClothingMode)
|
|
4433
|
+
*/
|
|
4434
|
+
export namespace AvatarSettingsCustomClothingMode {
|
|
4435
|
+
/**
|
|
4436
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomClothingMode#PlayerChoice)
|
|
4437
|
+
*/
|
|
4438
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4439
|
+
Name: "PlayerChoice";
|
|
4440
|
+
Value: 0;
|
|
4441
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomClothingMode;
|
|
4442
|
+
}
|
|
4443
|
+
export const PlayerChoice: PlayerChoice;
|
|
4444
|
+
/**
|
|
4445
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsCustomClothingMode#CustomClothing)
|
|
4446
|
+
*/
|
|
4447
|
+
export interface CustomClothing extends globalThis.EnumItem {
|
|
4448
|
+
Name: "CustomClothing";
|
|
4449
|
+
Value: 1;
|
|
4450
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsCustomClothingMode;
|
|
4451
|
+
}
|
|
4452
|
+
export const CustomClothing: CustomClothing;
|
|
4453
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsCustomClothingMode>;
|
|
4454
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsCustomClothingMode | undefined;
|
|
4455
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsCustomClothingMode | undefined;
|
|
4456
|
+
}
|
|
4457
|
+
export type AvatarSettingsCustomClothingMode = AvatarSettingsCustomClothingMode.PlayerChoice | AvatarSettingsCustomClothingMode.CustomClothing;
|
|
4458
|
+
/**
|
|
4459
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsHitAndTouchDetectionMode)
|
|
4460
|
+
*/
|
|
4461
|
+
export namespace AvatarSettingsHitAndTouchDetectionMode {
|
|
4462
|
+
/**
|
|
4463
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsHitAndTouchDetectionMode#UseParts)
|
|
4464
|
+
*/
|
|
4465
|
+
export interface UseParts extends globalThis.EnumItem {
|
|
4466
|
+
Name: "UseParts";
|
|
4467
|
+
Value: 0;
|
|
4468
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsHitAndTouchDetectionMode;
|
|
4469
|
+
}
|
|
4470
|
+
export const UseParts: UseParts;
|
|
4471
|
+
/**
|
|
4472
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsHitAndTouchDetectionMode#UseCollider)
|
|
4473
|
+
*/
|
|
4474
|
+
export interface UseCollider extends globalThis.EnumItem {
|
|
4475
|
+
Name: "UseCollider";
|
|
4476
|
+
Value: 1;
|
|
4477
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsHitAndTouchDetectionMode;
|
|
4478
|
+
}
|
|
4479
|
+
export const UseCollider: UseCollider;
|
|
4480
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsHitAndTouchDetectionMode>;
|
|
4481
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsHitAndTouchDetectionMode | undefined;
|
|
4482
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsHitAndTouchDetectionMode | undefined;
|
|
4483
|
+
}
|
|
4484
|
+
export type AvatarSettingsHitAndTouchDetectionMode = AvatarSettingsHitAndTouchDetectionMode.UseParts | AvatarSettingsHitAndTouchDetectionMode.UseCollider;
|
|
4485
|
+
/**
|
|
4486
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsJumpMode)
|
|
4487
|
+
*/
|
|
4488
|
+
export namespace AvatarSettingsJumpMode {
|
|
4489
|
+
/**
|
|
4490
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsJumpMode#JumpHeight)
|
|
4491
|
+
*/
|
|
4492
|
+
export interface JumpHeight extends globalThis.EnumItem {
|
|
4493
|
+
Name: "JumpHeight";
|
|
4494
|
+
Value: 0;
|
|
4495
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsJumpMode;
|
|
4496
|
+
}
|
|
4497
|
+
export const JumpHeight: JumpHeight;
|
|
4498
|
+
/**
|
|
4499
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsJumpMode#JumpPower)
|
|
4500
|
+
*/
|
|
4501
|
+
export interface JumpPower extends globalThis.EnumItem {
|
|
4502
|
+
Name: "JumpPower";
|
|
4503
|
+
Value: 1;
|
|
4504
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsJumpMode;
|
|
4505
|
+
}
|
|
4506
|
+
export const JumpPower: JumpPower;
|
|
4507
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsJumpMode>;
|
|
4508
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsJumpMode | undefined;
|
|
4509
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsJumpMode | undefined;
|
|
4510
|
+
}
|
|
4511
|
+
export type AvatarSettingsJumpMode = AvatarSettingsJumpMode.JumpHeight | AvatarSettingsJumpMode.JumpPower;
|
|
4512
|
+
/**
|
|
4513
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsLegacyCollisionMode)
|
|
4514
|
+
*/
|
|
4515
|
+
export namespace AvatarSettingsLegacyCollisionMode {
|
|
4516
|
+
/**
|
|
4517
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsLegacyCollisionMode#R6Colliders)
|
|
4518
|
+
*/
|
|
4519
|
+
export interface R6Colliders extends globalThis.EnumItem {
|
|
4520
|
+
Name: "R6Colliders";
|
|
4521
|
+
Value: 0;
|
|
4522
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsLegacyCollisionMode;
|
|
4523
|
+
}
|
|
4524
|
+
export const R6Colliders: R6Colliders;
|
|
4525
|
+
/**
|
|
4526
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsLegacyCollisionMode#InnerBoxColliders)
|
|
4527
|
+
*/
|
|
4528
|
+
export interface InnerBoxColliders extends globalThis.EnumItem {
|
|
4529
|
+
Name: "InnerBoxColliders";
|
|
4530
|
+
Value: 1;
|
|
4531
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsLegacyCollisionMode;
|
|
4532
|
+
}
|
|
4533
|
+
export const InnerBoxColliders: InnerBoxColliders;
|
|
4534
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsLegacyCollisionMode>;
|
|
4535
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsLegacyCollisionMode | undefined;
|
|
4536
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsLegacyCollisionMode | undefined;
|
|
4537
|
+
}
|
|
4538
|
+
export type AvatarSettingsLegacyCollisionMode = AvatarSettingsLegacyCollisionMode.R6Colliders | AvatarSettingsLegacyCollisionMode.InnerBoxColliders;
|
|
4539
|
+
/**
|
|
4540
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsScaleMode)
|
|
4541
|
+
*/
|
|
4542
|
+
export namespace AvatarSettingsScaleMode {
|
|
4543
|
+
/**
|
|
4544
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsScaleMode#PlayerChoice)
|
|
4545
|
+
*/
|
|
4546
|
+
export interface PlayerChoice extends globalThis.EnumItem {
|
|
4547
|
+
Name: "PlayerChoice";
|
|
4548
|
+
Value: 0;
|
|
4549
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsScaleMode;
|
|
4550
|
+
}
|
|
4551
|
+
export const PlayerChoice: PlayerChoice;
|
|
4552
|
+
/**
|
|
4553
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarSettingsScaleMode#CustomScale)
|
|
4554
|
+
*/
|
|
4555
|
+
export interface CustomScale extends globalThis.EnumItem {
|
|
4556
|
+
Name: "CustomScale";
|
|
4557
|
+
Value: 1;
|
|
4558
|
+
EnumType: typeof globalThis.Enum.AvatarSettingsScaleMode;
|
|
4559
|
+
}
|
|
4560
|
+
export const CustomScale: CustomScale;
|
|
4561
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarSettingsScaleMode>;
|
|
4562
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarSettingsScaleMode | undefined;
|
|
4563
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarSettingsScaleMode | undefined;
|
|
4564
|
+
}
|
|
4565
|
+
export type AvatarSettingsScaleMode = AvatarSettingsScaleMode.PlayerChoice | AvatarSettingsScaleMode.CustomScale;
|
|
4125
4566
|
/**
|
|
4126
4567
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarThumbnailCustomizationType)
|
|
4127
4568
|
*/
|
|
@@ -10805,21 +11246,12 @@ declare namespace Enum {
|
|
|
10805
11246
|
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10806
11247
|
}
|
|
10807
11248
|
export const Interaction: Interaction;
|
|
10808
|
-
/**
|
|
10809
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Invalid)
|
|
10810
|
-
*/
|
|
10811
|
-
export interface Invalid extends globalThis.EnumItem {
|
|
10812
|
-
Name: "Invalid";
|
|
10813
|
-
Value: 4;
|
|
10814
|
-
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10815
|
-
}
|
|
10816
|
-
export const Invalid: Invalid;
|
|
10817
11249
|
/**
|
|
10818
11250
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Sharing)
|
|
10819
11251
|
*/
|
|
10820
11252
|
export interface Sharing extends globalThis.EnumItem {
|
|
10821
11253
|
Name: "Sharing";
|
|
10822
|
-
Value:
|
|
11254
|
+
Value: 4;
|
|
10823
11255
|
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10824
11256
|
}
|
|
10825
11257
|
export const Sharing: Sharing;
|
|
@@ -10827,7 +11259,7 @@ declare namespace Enum {
|
|
|
10827
11259
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FeedRankingScoreType | undefined;
|
|
10828
11260
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeedRankingScoreType | undefined;
|
|
10829
11261
|
}
|
|
10830
|
-
export type FeedRankingScoreType = FeedRankingScoreType.Content | FeedRankingScoreType.Final | FeedRankingScoreType.GameJoin | FeedRankingScoreType.Interaction | FeedRankingScoreType.
|
|
11262
|
+
export type FeedRankingScoreType = FeedRankingScoreType.Content | FeedRankingScoreType.Final | FeedRankingScoreType.GameJoin | FeedRankingScoreType.Interaction | FeedRankingScoreType.Sharing;
|
|
10831
11263
|
/**
|
|
10832
11264
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FieldOfViewMode)
|
|
10833
11265
|
*/
|
|
@@ -13671,11 +14103,29 @@ declare namespace Enum {
|
|
|
13671
14103
|
EnumType: typeof globalThis.Enum.HttpError;
|
|
13672
14104
|
}
|
|
13673
14105
|
export const Unknown: Unknown;
|
|
14106
|
+
/**
|
|
14107
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpError#ConnectionClosed)
|
|
14108
|
+
*/
|
|
14109
|
+
export interface ConnectionClosed extends globalThis.EnumItem {
|
|
14110
|
+
Name: "ConnectionClosed";
|
|
14111
|
+
Value: 13;
|
|
14112
|
+
EnumType: typeof globalThis.Enum.HttpError;
|
|
14113
|
+
}
|
|
14114
|
+
export const ConnectionClosed: ConnectionClosed;
|
|
14115
|
+
/**
|
|
14116
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpError#ServerProtocolError)
|
|
14117
|
+
*/
|
|
14118
|
+
export interface ServerProtocolError extends globalThis.EnumItem {
|
|
14119
|
+
Name: "ServerProtocolError";
|
|
14120
|
+
Value: 14;
|
|
14121
|
+
EnumType: typeof globalThis.Enum.HttpError;
|
|
14122
|
+
}
|
|
14123
|
+
export const ServerProtocolError: ServerProtocolError;
|
|
13674
14124
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.HttpError>;
|
|
13675
14125
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.HttpError | undefined;
|
|
13676
14126
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.HttpError | undefined;
|
|
13677
14127
|
}
|
|
13678
|
-
export type HttpError = HttpError.OK | HttpError.InvalidUrl | HttpError.DnsResolve | HttpError.ConnectFail | HttpError.OutOfMemory | HttpError.TimedOut | HttpError.TooManyRedirects | HttpError.InvalidRedirect | HttpError.NetFail | HttpError.Aborted | HttpError.SslConnectFail | HttpError.SslVerificationFail | HttpError.Unknown;
|
|
14128
|
+
export type HttpError = HttpError.OK | HttpError.InvalidUrl | HttpError.DnsResolve | HttpError.ConnectFail | HttpError.OutOfMemory | HttpError.TimedOut | HttpError.TooManyRedirects | HttpError.InvalidRedirect | HttpError.NetFail | HttpError.Aborted | HttpError.SslConnectFail | HttpError.SslVerificationFail | HttpError.Unknown | HttpError.ConnectionClosed | HttpError.ServerProtocolError;
|
|
13679
14129
|
/**
|
|
13680
14130
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HttpRequestType)
|
|
13681
14131
|
*/
|
|
@@ -14607,14 +15057,14 @@ declare namespace Enum {
|
|
|
14607
15057
|
}
|
|
14608
15058
|
export const Bool: Bool;
|
|
14609
15059
|
/**
|
|
14610
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#
|
|
15060
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Direction1D)
|
|
14611
15061
|
*/
|
|
14612
|
-
export interface
|
|
14613
|
-
Name: "
|
|
15062
|
+
export interface Direction1D extends globalThis.EnumItem {
|
|
15063
|
+
Name: "Direction1D";
|
|
14614
15064
|
Value: 1;
|
|
14615
15065
|
EnumType: typeof globalThis.Enum.InputActionType;
|
|
14616
15066
|
}
|
|
14617
|
-
export const
|
|
15067
|
+
export const Direction1D: Direction1D;
|
|
14618
15068
|
/**
|
|
14619
15069
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Direction2D)
|
|
14620
15070
|
*/
|
|
@@ -14628,7 +15078,7 @@ declare namespace Enum {
|
|
|
14628
15078
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InputActionType | undefined;
|
|
14629
15079
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InputActionType | undefined;
|
|
14630
15080
|
}
|
|
14631
|
-
export type InputActionType = InputActionType.Bool | InputActionType.
|
|
15081
|
+
export type InputActionType = InputActionType.Bool | InputActionType.Direction1D | InputActionType.Direction2D;
|
|
14632
15082
|
/**
|
|
14633
15083
|
* The InputType Enum controls the SurfaceInputs of `Part`.
|
|
14634
15084
|
*
|
|
@@ -32547,6 +32997,60 @@ declare namespace Enum {
|
|
|
32547
32997
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VibrationMotor | undefined;
|
|
32548
32998
|
}
|
|
32549
32999
|
export type VibrationMotor = VibrationMotor.Large | VibrationMotor.Small | VibrationMotor.LeftTrigger | VibrationMotor.RightTrigger | VibrationMotor.LeftHand | VibrationMotor.RightHand;
|
|
33000
|
+
/**
|
|
33001
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult)
|
|
33002
|
+
*/
|
|
33003
|
+
export namespace VideoCaptureResult {
|
|
33004
|
+
/**
|
|
33005
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult#Success)
|
|
33006
|
+
*/
|
|
33007
|
+
export interface Success extends globalThis.EnumItem {
|
|
33008
|
+
Name: "Success";
|
|
33009
|
+
Value: 0;
|
|
33010
|
+
EnumType: typeof globalThis.Enum.VideoCaptureResult;
|
|
33011
|
+
}
|
|
33012
|
+
export const Success: Success;
|
|
33013
|
+
/**
|
|
33014
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult#OtherError)
|
|
33015
|
+
*/
|
|
33016
|
+
export interface OtherError extends globalThis.EnumItem {
|
|
33017
|
+
Name: "OtherError";
|
|
33018
|
+
Value: 1;
|
|
33019
|
+
EnumType: typeof globalThis.Enum.VideoCaptureResult;
|
|
33020
|
+
}
|
|
33021
|
+
export const OtherError: OtherError;
|
|
33022
|
+
/**
|
|
33023
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult#CapturingAlready)
|
|
33024
|
+
*/
|
|
33025
|
+
export interface CapturingAlready extends globalThis.EnumItem {
|
|
33026
|
+
Name: "CapturingAlready";
|
|
33027
|
+
Value: 2;
|
|
33028
|
+
EnumType: typeof globalThis.Enum.VideoCaptureResult;
|
|
33029
|
+
}
|
|
33030
|
+
export const CapturingAlready: CapturingAlready;
|
|
33031
|
+
/**
|
|
33032
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult#NoDeviceSupport)
|
|
33033
|
+
*/
|
|
33034
|
+
export interface NoDeviceSupport extends globalThis.EnumItem {
|
|
33035
|
+
Name: "NoDeviceSupport";
|
|
33036
|
+
Value: 3;
|
|
33037
|
+
EnumType: typeof globalThis.Enum.VideoCaptureResult;
|
|
33038
|
+
}
|
|
33039
|
+
export const NoDeviceSupport: NoDeviceSupport;
|
|
33040
|
+
/**
|
|
33041
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoCaptureResult#NoSpaceOnDevice)
|
|
33042
|
+
*/
|
|
33043
|
+
export interface NoSpaceOnDevice extends globalThis.EnumItem {
|
|
33044
|
+
Name: "NoSpaceOnDevice";
|
|
33045
|
+
Value: 4;
|
|
33046
|
+
EnumType: typeof globalThis.Enum.VideoCaptureResult;
|
|
33047
|
+
}
|
|
33048
|
+
export const NoSpaceOnDevice: NoSpaceOnDevice;
|
|
33049
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.VideoCaptureResult>;
|
|
33050
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.VideoCaptureResult | undefined;
|
|
33051
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VideoCaptureResult | undefined;
|
|
33052
|
+
}
|
|
33053
|
+
export type VideoCaptureResult = VideoCaptureResult.Success | VideoCaptureResult.OtherError | VideoCaptureResult.CapturingAlready | VideoCaptureResult.NoDeviceSupport | VideoCaptureResult.NoSpaceOnDevice;
|
|
32550
33054
|
/**
|
|
32551
33055
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VideoDeviceCaptureQuality)
|
|
32552
33056
|
*/
|
|
@@ -32898,10 +33402,14 @@ declare namespace Enum {
|
|
|
32898
33402
|
}
|
|
32899
33403
|
export type VirtualInputMode = VirtualInputMode.None | VirtualInputMode.Recording | VirtualInputMode.Playing;
|
|
32900
33404
|
/**
|
|
33405
|
+
* Enum used for preset distance attenuation curve options in the default voice chat setup.
|
|
33406
|
+
*
|
|
32901
33407
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceChatDistanceAttenuationType)
|
|
32902
33408
|
*/
|
|
32903
33409
|
export namespace VoiceChatDistanceAttenuationType {
|
|
32904
33410
|
/**
|
|
33411
|
+
* Represents a distance attenuation curve that follows the inverse-squared law. This is identical to the default distance attenuation of an `AudioEmitter` instance.
|
|
33412
|
+
*
|
|
32905
33413
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceChatDistanceAttenuationType#Inverse)
|
|
32906
33414
|
*/
|
|
32907
33415
|
export interface Inverse extends globalThis.EnumItem {
|
|
@@ -32911,6 +33419,8 @@ declare namespace Enum {
|
|
|
32911
33419
|
}
|
|
32912
33420
|
export const Inverse: Inverse;
|
|
32913
33421
|
/**
|
|
33422
|
+
* Represents a linear-squared distance attenuation curve with a minimum distance of `7` and a maximum distance of `80`. This is identical to the distance attenuation used in the internal-only default voice setup that does not use `AudioDeviceInput` and `AudioEmitter` objects.
|
|
33423
|
+
*
|
|
32914
33424
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceChatDistanceAttenuationType#Legacy)
|
|
32915
33425
|
*/
|
|
32916
33426
|
export interface Legacy extends globalThis.EnumItem {
|