@rbxts/types 1.0.843 → 1.0.844
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 +119 -25
- package/include/generated/PluginSecurity.d.ts +34 -0
- package/include/generated/enums.d.ts +1082 -1055
- package/package.json +1 -1
|
@@ -6815,6 +6815,33 @@ declare namespace Enum {
|
|
|
6815
6815
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ComputerMovementMode | undefined;
|
|
6816
6816
|
}
|
|
6817
6817
|
export type ComputerMovementMode = ComputerMovementMode.Default | ComputerMovementMode.KeyboardMouse | ComputerMovementMode.ClickToMove;
|
|
6818
|
+
/**
|
|
6819
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConfigSnapshotErrorState)
|
|
6820
|
+
*/
|
|
6821
|
+
export namespace ConfigSnapshotErrorState {
|
|
6822
|
+
/**
|
|
6823
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConfigSnapshotErrorState#None)
|
|
6824
|
+
*/
|
|
6825
|
+
export interface None extends globalThis.EnumItem {
|
|
6826
|
+
Name: "None";
|
|
6827
|
+
Value: 0;
|
|
6828
|
+
EnumType: typeof globalThis.Enum.ConfigSnapshotErrorState;
|
|
6829
|
+
}
|
|
6830
|
+
export const None: None;
|
|
6831
|
+
/**
|
|
6832
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConfigSnapshotErrorState#LoadFailed)
|
|
6833
|
+
*/
|
|
6834
|
+
export interface LoadFailed extends globalThis.EnumItem {
|
|
6835
|
+
Name: "LoadFailed";
|
|
6836
|
+
Value: 1;
|
|
6837
|
+
EnumType: typeof globalThis.Enum.ConfigSnapshotErrorState;
|
|
6838
|
+
}
|
|
6839
|
+
export const LoadFailed: LoadFailed;
|
|
6840
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ConfigSnapshotErrorState>;
|
|
6841
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConfigSnapshotErrorState | undefined;
|
|
6842
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConfigSnapshotErrorState | undefined;
|
|
6843
|
+
}
|
|
6844
|
+
export type ConfigSnapshotErrorState = ConfigSnapshotErrorState.None | ConfigSnapshotErrorState.LoadFailed;
|
|
6818
6845
|
/**
|
|
6819
6846
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError)
|
|
6820
6847
|
*/
|
|
@@ -15126,1963 +15153,1963 @@ declare namespace Enum {
|
|
|
15126
15153
|
}
|
|
15127
15154
|
export const Delete: Delete;
|
|
15128
15155
|
/**
|
|
15129
|
-
*
|
|
15156
|
+
* The `0` key on the keypad cluster.
|
|
15130
15157
|
*
|
|
15131
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15158
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadZero)
|
|
15132
15159
|
*/
|
|
15133
|
-
export interface
|
|
15134
|
-
Name: "
|
|
15135
|
-
Value:
|
|
15160
|
+
export interface KeypadZero extends globalThis.EnumItem {
|
|
15161
|
+
Name: "KeypadZero";
|
|
15162
|
+
Value: 256;
|
|
15136
15163
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15137
15164
|
}
|
|
15138
|
-
export const
|
|
15165
|
+
export const KeypadZero: KeypadZero;
|
|
15139
15166
|
/**
|
|
15140
|
-
*
|
|
15167
|
+
* The `1` key on the keypad cluster.
|
|
15141
15168
|
*
|
|
15142
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15169
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadOne)
|
|
15143
15170
|
*/
|
|
15144
|
-
export interface
|
|
15145
|
-
Name: "
|
|
15146
|
-
Value:
|
|
15171
|
+
export interface KeypadOne extends globalThis.EnumItem {
|
|
15172
|
+
Name: "KeypadOne";
|
|
15173
|
+
Value: 257;
|
|
15147
15174
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15148
15175
|
}
|
|
15149
|
-
export const
|
|
15176
|
+
export const KeypadOne: KeypadOne;
|
|
15150
15177
|
/**
|
|
15151
|
-
*
|
|
15178
|
+
* The `2` key on the keypad cluster.
|
|
15152
15179
|
*
|
|
15153
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15180
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadTwo)
|
|
15154
15181
|
*/
|
|
15155
|
-
export interface
|
|
15156
|
-
Name: "
|
|
15157
|
-
Value:
|
|
15182
|
+
export interface KeypadTwo extends globalThis.EnumItem {
|
|
15183
|
+
Name: "KeypadTwo";
|
|
15184
|
+
Value: 258;
|
|
15158
15185
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15159
15186
|
}
|
|
15160
|
-
export const
|
|
15187
|
+
export const KeypadTwo: KeypadTwo;
|
|
15161
15188
|
/**
|
|
15162
|
-
*
|
|
15189
|
+
* The `3` key on the keypad cluster.
|
|
15163
15190
|
*
|
|
15164
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15191
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadThree)
|
|
15165
15192
|
*/
|
|
15166
|
-
export interface
|
|
15167
|
-
Name: "
|
|
15168
|
-
Value:
|
|
15193
|
+
export interface KeypadThree extends globalThis.EnumItem {
|
|
15194
|
+
Name: "KeypadThree";
|
|
15195
|
+
Value: 259;
|
|
15169
15196
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15170
15197
|
}
|
|
15171
|
-
export const
|
|
15198
|
+
export const KeypadThree: KeypadThree;
|
|
15172
15199
|
/**
|
|
15173
|
-
*
|
|
15200
|
+
* The `4` key on the keypad cluster.
|
|
15174
15201
|
*
|
|
15175
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15202
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFour)
|
|
15176
15203
|
*/
|
|
15177
|
-
export interface
|
|
15178
|
-
Name: "
|
|
15179
|
-
Value:
|
|
15204
|
+
export interface KeypadFour extends globalThis.EnumItem {
|
|
15205
|
+
Name: "KeypadFour";
|
|
15206
|
+
Value: 260;
|
|
15180
15207
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15181
15208
|
}
|
|
15182
|
-
export const
|
|
15209
|
+
export const KeypadFour: KeypadFour;
|
|
15183
15210
|
/**
|
|
15184
|
-
*
|
|
15211
|
+
* The `5` key on the keypad cluster.
|
|
15185
15212
|
*
|
|
15186
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15213
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFive)
|
|
15187
15214
|
*/
|
|
15188
|
-
export interface
|
|
15189
|
-
Name: "
|
|
15190
|
-
Value:
|
|
15215
|
+
export interface KeypadFive extends globalThis.EnumItem {
|
|
15216
|
+
Name: "KeypadFive";
|
|
15217
|
+
Value: 261;
|
|
15191
15218
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15192
15219
|
}
|
|
15193
|
-
export const
|
|
15220
|
+
export const KeypadFive: KeypadFive;
|
|
15194
15221
|
/**
|
|
15195
|
-
*
|
|
15222
|
+
* The `6` key on the keypad cluster.
|
|
15196
15223
|
*
|
|
15197
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15224
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSix)
|
|
15198
15225
|
*/
|
|
15199
|
-
export interface
|
|
15200
|
-
Name: "
|
|
15201
|
-
Value:
|
|
15226
|
+
export interface KeypadSix extends globalThis.EnumItem {
|
|
15227
|
+
Name: "KeypadSix";
|
|
15228
|
+
Value: 262;
|
|
15202
15229
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15203
15230
|
}
|
|
15204
|
-
export const
|
|
15231
|
+
export const KeypadSix: KeypadSix;
|
|
15205
15232
|
/**
|
|
15206
|
-
*
|
|
15233
|
+
* The `7` key on the keypad cluster.
|
|
15207
15234
|
*
|
|
15208
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15235
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSeven)
|
|
15209
15236
|
*/
|
|
15210
|
-
export interface
|
|
15211
|
-
Name: "
|
|
15212
|
-
Value:
|
|
15237
|
+
export interface KeypadSeven extends globalThis.EnumItem {
|
|
15238
|
+
Name: "KeypadSeven";
|
|
15239
|
+
Value: 263;
|
|
15213
15240
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15214
15241
|
}
|
|
15215
|
-
export const
|
|
15242
|
+
export const KeypadSeven: KeypadSeven;
|
|
15216
15243
|
/**
|
|
15217
|
-
*
|
|
15244
|
+
* The `8` key on the keypad cluster.
|
|
15218
15245
|
*
|
|
15219
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15246
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEight)
|
|
15220
15247
|
*/
|
|
15221
|
-
export interface
|
|
15222
|
-
Name: "
|
|
15223
|
-
Value:
|
|
15248
|
+
export interface KeypadEight extends globalThis.EnumItem {
|
|
15249
|
+
Name: "KeypadEight";
|
|
15250
|
+
Value: 264;
|
|
15224
15251
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15225
15252
|
}
|
|
15226
|
-
export const
|
|
15253
|
+
export const KeypadEight: KeypadEight;
|
|
15227
15254
|
/**
|
|
15228
|
-
*
|
|
15255
|
+
* The `9` key on the keypad cluster.
|
|
15229
15256
|
*
|
|
15230
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15257
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadNine)
|
|
15231
15258
|
*/
|
|
15232
|
-
export interface
|
|
15233
|
-
Name: "
|
|
15234
|
-
Value:
|
|
15259
|
+
export interface KeypadNine extends globalThis.EnumItem {
|
|
15260
|
+
Name: "KeypadNine";
|
|
15261
|
+
Value: 265;
|
|
15235
15262
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15236
15263
|
}
|
|
15237
|
-
export const
|
|
15264
|
+
export const KeypadNine: KeypadNine;
|
|
15238
15265
|
/**
|
|
15239
|
-
*
|
|
15266
|
+
* The `.` key on the keypad cluster.
|
|
15240
15267
|
*
|
|
15241
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15268
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPeriod)
|
|
15242
15269
|
*/
|
|
15243
|
-
export interface
|
|
15244
|
-
Name: "
|
|
15245
|
-
Value:
|
|
15270
|
+
export interface KeypadPeriod extends globalThis.EnumItem {
|
|
15271
|
+
Name: "KeypadPeriod";
|
|
15272
|
+
Value: 266;
|
|
15246
15273
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15247
15274
|
}
|
|
15248
|
-
export const
|
|
15275
|
+
export const KeypadPeriod: KeypadPeriod;
|
|
15249
15276
|
/**
|
|
15250
|
-
*
|
|
15277
|
+
* The `/` key on the keypad cluster.
|
|
15251
15278
|
*
|
|
15252
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15279
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadDivide)
|
|
15253
15280
|
*/
|
|
15254
|
-
export interface
|
|
15255
|
-
Name: "
|
|
15256
|
-
Value:
|
|
15281
|
+
export interface KeypadDivide extends globalThis.EnumItem {
|
|
15282
|
+
Name: "KeypadDivide";
|
|
15283
|
+
Value: 267;
|
|
15257
15284
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15258
15285
|
}
|
|
15259
|
-
export const
|
|
15286
|
+
export const KeypadDivide: KeypadDivide;
|
|
15260
15287
|
/**
|
|
15261
|
-
*
|
|
15288
|
+
* The `*` key on the keypad cluster.
|
|
15262
15289
|
*
|
|
15263
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15290
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMultiply)
|
|
15264
15291
|
*/
|
|
15265
|
-
export interface
|
|
15266
|
-
Name: "
|
|
15267
|
-
Value:
|
|
15292
|
+
export interface KeypadMultiply extends globalThis.EnumItem {
|
|
15293
|
+
Name: "KeypadMultiply";
|
|
15294
|
+
Value: 268;
|
|
15268
15295
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15269
15296
|
}
|
|
15270
|
-
export const
|
|
15297
|
+
export const KeypadMultiply: KeypadMultiply;
|
|
15271
15298
|
/**
|
|
15272
|
-
*
|
|
15299
|
+
* The `-` key on the keypad cluster.
|
|
15273
15300
|
*
|
|
15274
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15301
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMinus)
|
|
15275
15302
|
*/
|
|
15276
|
-
export interface
|
|
15277
|
-
Name: "
|
|
15278
|
-
Value:
|
|
15303
|
+
export interface KeypadMinus extends globalThis.EnumItem {
|
|
15304
|
+
Name: "KeypadMinus";
|
|
15305
|
+
Value: 269;
|
|
15279
15306
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15280
15307
|
}
|
|
15281
|
-
export const
|
|
15308
|
+
export const KeypadMinus: KeypadMinus;
|
|
15282
15309
|
/**
|
|
15283
|
-
*
|
|
15310
|
+
* The `+` key on the keypad cluster.
|
|
15284
15311
|
*
|
|
15285
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15312
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPlus)
|
|
15286
15313
|
*/
|
|
15287
|
-
export interface
|
|
15288
|
-
Name: "
|
|
15289
|
-
Value:
|
|
15314
|
+
export interface KeypadPlus extends globalThis.EnumItem {
|
|
15315
|
+
Name: "KeypadPlus";
|
|
15316
|
+
Value: 270;
|
|
15290
15317
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15291
15318
|
}
|
|
15292
|
-
export const
|
|
15319
|
+
export const KeypadPlus: KeypadPlus;
|
|
15293
15320
|
/**
|
|
15294
|
-
*
|
|
15321
|
+
* The `Enter` key on the keypad cluster.
|
|
15295
15322
|
*
|
|
15296
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15323
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEnter)
|
|
15297
15324
|
*/
|
|
15298
|
-
export interface
|
|
15299
|
-
Name: "
|
|
15300
|
-
Value:
|
|
15325
|
+
export interface KeypadEnter extends globalThis.EnumItem {
|
|
15326
|
+
Name: "KeypadEnter";
|
|
15327
|
+
Value: 271;
|
|
15301
15328
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15302
15329
|
}
|
|
15303
|
-
export const
|
|
15330
|
+
export const KeypadEnter: KeypadEnter;
|
|
15304
15331
|
/**
|
|
15305
|
-
*
|
|
15332
|
+
* The `=` key on the keypad cluster.
|
|
15306
15333
|
*
|
|
15307
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15334
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEquals)
|
|
15308
15335
|
*/
|
|
15309
|
-
export interface
|
|
15310
|
-
Name: "
|
|
15311
|
-
Value:
|
|
15336
|
+
export interface KeypadEquals extends globalThis.EnumItem {
|
|
15337
|
+
Name: "KeypadEquals";
|
|
15338
|
+
Value: 272;
|
|
15312
15339
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15313
15340
|
}
|
|
15314
|
-
export const
|
|
15341
|
+
export const KeypadEquals: KeypadEquals;
|
|
15315
15342
|
/**
|
|
15316
|
-
*
|
|
15343
|
+
* The `↑` arrow key.
|
|
15317
15344
|
*
|
|
15318
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15345
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Up)
|
|
15319
15346
|
*/
|
|
15320
|
-
export interface
|
|
15321
|
-
Name: "
|
|
15322
|
-
Value:
|
|
15347
|
+
export interface Up extends globalThis.EnumItem {
|
|
15348
|
+
Name: "Up";
|
|
15349
|
+
Value: 273;
|
|
15323
15350
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15324
15351
|
}
|
|
15325
|
-
export const
|
|
15352
|
+
export const Up: Up;
|
|
15326
15353
|
/**
|
|
15327
|
-
*
|
|
15354
|
+
* The `↓` arrow key.
|
|
15328
15355
|
*
|
|
15329
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15356
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Down)
|
|
15330
15357
|
*/
|
|
15331
|
-
export interface
|
|
15332
|
-
Name: "
|
|
15333
|
-
Value:
|
|
15358
|
+
export interface Down extends globalThis.EnumItem {
|
|
15359
|
+
Name: "Down";
|
|
15360
|
+
Value: 274;
|
|
15334
15361
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15335
15362
|
}
|
|
15336
|
-
export const
|
|
15363
|
+
export const Down: Down;
|
|
15337
15364
|
/**
|
|
15338
|
-
*
|
|
15365
|
+
* The `→` arrow key.
|
|
15339
15366
|
*
|
|
15340
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15367
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Right)
|
|
15341
15368
|
*/
|
|
15342
|
-
export interface
|
|
15343
|
-
Name: "
|
|
15344
|
-
Value:
|
|
15369
|
+
export interface Right extends globalThis.EnumItem {
|
|
15370
|
+
Name: "Right";
|
|
15371
|
+
Value: 275;
|
|
15345
15372
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15346
15373
|
}
|
|
15347
|
-
export const
|
|
15374
|
+
export const Right: Right;
|
|
15348
15375
|
/**
|
|
15349
|
-
*
|
|
15376
|
+
* The `←` arrow key.
|
|
15350
15377
|
*
|
|
15351
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15378
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Left)
|
|
15352
15379
|
*/
|
|
15353
|
-
export interface
|
|
15354
|
-
Name: "
|
|
15355
|
-
Value:
|
|
15380
|
+
export interface Left extends globalThis.EnumItem {
|
|
15381
|
+
Name: "Left";
|
|
15382
|
+
Value: 276;
|
|
15356
15383
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15357
15384
|
}
|
|
15358
|
-
export const
|
|
15385
|
+
export const Left: Left;
|
|
15359
15386
|
/**
|
|
15360
|
-
*
|
|
15387
|
+
* The `Insert` key.
|
|
15361
15388
|
*
|
|
15362
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15389
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Insert)
|
|
15363
15390
|
*/
|
|
15364
|
-
export interface
|
|
15365
|
-
Name: "
|
|
15366
|
-
Value:
|
|
15391
|
+
export interface Insert extends globalThis.EnumItem {
|
|
15392
|
+
Name: "Insert";
|
|
15393
|
+
Value: 277;
|
|
15367
15394
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15368
15395
|
}
|
|
15369
|
-
export const
|
|
15396
|
+
export const Insert: Insert;
|
|
15370
15397
|
/**
|
|
15371
|
-
*
|
|
15398
|
+
* The `Home` key.
|
|
15372
15399
|
*
|
|
15373
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15400
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Home)
|
|
15374
15401
|
*/
|
|
15375
|
-
export interface
|
|
15376
|
-
Name: "
|
|
15377
|
-
Value:
|
|
15402
|
+
export interface Home extends globalThis.EnumItem {
|
|
15403
|
+
Name: "Home";
|
|
15404
|
+
Value: 278;
|
|
15378
15405
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15379
15406
|
}
|
|
15380
|
-
export const
|
|
15407
|
+
export const Home: Home;
|
|
15381
15408
|
/**
|
|
15382
|
-
*
|
|
15409
|
+
* The `End` key.
|
|
15383
15410
|
*
|
|
15384
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15411
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#End)
|
|
15385
15412
|
*/
|
|
15386
|
-
export interface
|
|
15387
|
-
Name: "
|
|
15388
|
-
Value:
|
|
15413
|
+
export interface End extends globalThis.EnumItem {
|
|
15414
|
+
Name: "End";
|
|
15415
|
+
Value: 279;
|
|
15389
15416
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15390
15417
|
}
|
|
15391
|
-
export const
|
|
15418
|
+
export const End: End;
|
|
15392
15419
|
/**
|
|
15393
|
-
*
|
|
15420
|
+
* The `PgUp` key.
|
|
15394
15421
|
*
|
|
15395
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15422
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageUp)
|
|
15396
15423
|
*/
|
|
15397
|
-
export interface
|
|
15398
|
-
Name: "
|
|
15399
|
-
Value:
|
|
15424
|
+
export interface PageUp extends globalThis.EnumItem {
|
|
15425
|
+
Name: "PageUp";
|
|
15426
|
+
Value: 280;
|
|
15400
15427
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15401
15428
|
}
|
|
15402
|
-
export const
|
|
15429
|
+
export const PageUp: PageUp;
|
|
15403
15430
|
/**
|
|
15404
|
-
*
|
|
15431
|
+
* The `PgDown` key.
|
|
15405
15432
|
*
|
|
15406
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15433
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageDown)
|
|
15407
15434
|
*/
|
|
15408
|
-
export interface
|
|
15409
|
-
Name: "
|
|
15410
|
-
Value:
|
|
15435
|
+
export interface PageDown extends globalThis.EnumItem {
|
|
15436
|
+
Name: "PageDown";
|
|
15437
|
+
Value: 281;
|
|
15411
15438
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15412
15439
|
}
|
|
15413
|
-
export const
|
|
15440
|
+
export const PageDown: PageDown;
|
|
15414
15441
|
/**
|
|
15415
|
-
*
|
|
15442
|
+
* The `F1` key.
|
|
15416
15443
|
*
|
|
15417
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15444
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F1)
|
|
15418
15445
|
*/
|
|
15419
|
-
export interface
|
|
15420
|
-
Name: "
|
|
15421
|
-
Value:
|
|
15446
|
+
export interface F1 extends globalThis.EnumItem {
|
|
15447
|
+
Name: "F1";
|
|
15448
|
+
Value: 282;
|
|
15422
15449
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15423
15450
|
}
|
|
15424
|
-
export const
|
|
15451
|
+
export const F1: F1;
|
|
15425
15452
|
/**
|
|
15426
|
-
*
|
|
15453
|
+
* The `F2` key.
|
|
15427
15454
|
*
|
|
15428
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15455
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F2)
|
|
15429
15456
|
*/
|
|
15430
|
-
export interface
|
|
15431
|
-
Name: "
|
|
15432
|
-
Value:
|
|
15457
|
+
export interface F2 extends globalThis.EnumItem {
|
|
15458
|
+
Name: "F2";
|
|
15459
|
+
Value: 283;
|
|
15433
15460
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15434
15461
|
}
|
|
15435
|
-
export const
|
|
15462
|
+
export const F2: F2;
|
|
15436
15463
|
/**
|
|
15437
|
-
*
|
|
15464
|
+
* The `F3` key.
|
|
15438
15465
|
*
|
|
15439
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15466
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F3)
|
|
15440
15467
|
*/
|
|
15441
|
-
export interface
|
|
15442
|
-
Name: "
|
|
15443
|
-
Value:
|
|
15468
|
+
export interface F3 extends globalThis.EnumItem {
|
|
15469
|
+
Name: "F3";
|
|
15470
|
+
Value: 284;
|
|
15444
15471
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15445
15472
|
}
|
|
15446
|
-
export const
|
|
15473
|
+
export const F3: F3;
|
|
15447
15474
|
/**
|
|
15448
|
-
*
|
|
15475
|
+
* The `F4` key.
|
|
15449
15476
|
*
|
|
15450
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15477
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F4)
|
|
15451
15478
|
*/
|
|
15452
|
-
export interface
|
|
15453
|
-
Name: "
|
|
15454
|
-
Value:
|
|
15479
|
+
export interface F4 extends globalThis.EnumItem {
|
|
15480
|
+
Name: "F4";
|
|
15481
|
+
Value: 285;
|
|
15455
15482
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15456
15483
|
}
|
|
15457
|
-
export const
|
|
15484
|
+
export const F4: F4;
|
|
15458
15485
|
/**
|
|
15459
|
-
*
|
|
15486
|
+
* The `F5` key.
|
|
15460
15487
|
*
|
|
15461
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15488
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F5)
|
|
15462
15489
|
*/
|
|
15463
|
-
export interface
|
|
15464
|
-
Name: "
|
|
15465
|
-
Value:
|
|
15490
|
+
export interface F5 extends globalThis.EnumItem {
|
|
15491
|
+
Name: "F5";
|
|
15492
|
+
Value: 286;
|
|
15466
15493
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15467
15494
|
}
|
|
15468
|
-
export const
|
|
15495
|
+
export const F5: F5;
|
|
15469
15496
|
/**
|
|
15470
|
-
*
|
|
15497
|
+
* The `F6` key.
|
|
15471
15498
|
*
|
|
15472
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15499
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F6)
|
|
15473
15500
|
*/
|
|
15474
|
-
export interface
|
|
15475
|
-
Name: "
|
|
15476
|
-
Value:
|
|
15501
|
+
export interface F6 extends globalThis.EnumItem {
|
|
15502
|
+
Name: "F6";
|
|
15503
|
+
Value: 287;
|
|
15477
15504
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15478
15505
|
}
|
|
15479
|
-
export const
|
|
15506
|
+
export const F6: F6;
|
|
15480
15507
|
/**
|
|
15481
|
-
*
|
|
15508
|
+
* The `F7` key.
|
|
15482
15509
|
*
|
|
15483
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15510
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F7)
|
|
15484
15511
|
*/
|
|
15485
|
-
export interface
|
|
15486
|
-
Name: "
|
|
15487
|
-
Value:
|
|
15512
|
+
export interface F7 extends globalThis.EnumItem {
|
|
15513
|
+
Name: "F7";
|
|
15514
|
+
Value: 288;
|
|
15488
15515
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15489
15516
|
}
|
|
15490
|
-
export const
|
|
15517
|
+
export const F7: F7;
|
|
15491
15518
|
/**
|
|
15492
|
-
*
|
|
15519
|
+
* The `F8` key.
|
|
15493
15520
|
*
|
|
15494
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15521
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F8)
|
|
15495
15522
|
*/
|
|
15496
|
-
export interface
|
|
15497
|
-
Name: "
|
|
15498
|
-
Value:
|
|
15523
|
+
export interface F8 extends globalThis.EnumItem {
|
|
15524
|
+
Name: "F8";
|
|
15525
|
+
Value: 289;
|
|
15499
15526
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15500
15527
|
}
|
|
15501
|
-
export const
|
|
15528
|
+
export const F8: F8;
|
|
15502
15529
|
/**
|
|
15503
|
-
*
|
|
15530
|
+
* The `F9` key.
|
|
15504
15531
|
*
|
|
15505
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15532
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F9)
|
|
15506
15533
|
*/
|
|
15507
|
-
export interface
|
|
15508
|
-
Name: "
|
|
15509
|
-
Value:
|
|
15534
|
+
export interface F9 extends globalThis.EnumItem {
|
|
15535
|
+
Name: "F9";
|
|
15536
|
+
Value: 290;
|
|
15510
15537
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15511
15538
|
}
|
|
15512
|
-
export const
|
|
15539
|
+
export const F9: F9;
|
|
15513
15540
|
/**
|
|
15514
|
-
*
|
|
15541
|
+
* The `F10` key.
|
|
15515
15542
|
*
|
|
15516
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15543
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F10)
|
|
15517
15544
|
*/
|
|
15518
|
-
export interface
|
|
15519
|
-
Name: "
|
|
15520
|
-
Value:
|
|
15545
|
+
export interface F10 extends globalThis.EnumItem {
|
|
15546
|
+
Name: "F10";
|
|
15547
|
+
Value: 291;
|
|
15521
15548
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15522
15549
|
}
|
|
15523
|
-
export const
|
|
15550
|
+
export const F10: F10;
|
|
15524
15551
|
/**
|
|
15525
|
-
*
|
|
15552
|
+
* The `F11` key.
|
|
15526
15553
|
*
|
|
15527
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15554
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F11)
|
|
15528
15555
|
*/
|
|
15529
|
-
export interface
|
|
15530
|
-
Name: "
|
|
15531
|
-
Value:
|
|
15556
|
+
export interface F11 extends globalThis.EnumItem {
|
|
15557
|
+
Name: "F11";
|
|
15558
|
+
Value: 292;
|
|
15532
15559
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15533
15560
|
}
|
|
15534
|
-
export const
|
|
15561
|
+
export const F11: F11;
|
|
15535
15562
|
/**
|
|
15536
|
-
*
|
|
15563
|
+
* The `F12` key.
|
|
15537
15564
|
*
|
|
15538
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15565
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F12)
|
|
15539
15566
|
*/
|
|
15540
|
-
export interface
|
|
15541
|
-
Name: "
|
|
15542
|
-
Value:
|
|
15567
|
+
export interface F12 extends globalThis.EnumItem {
|
|
15568
|
+
Name: "F12";
|
|
15569
|
+
Value: 293;
|
|
15543
15570
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15544
15571
|
}
|
|
15545
|
-
export const
|
|
15572
|
+
export const F12: F12;
|
|
15546
15573
|
/**
|
|
15547
|
-
*
|
|
15574
|
+
* The `F13` key. Only present on certain keyboards.
|
|
15548
15575
|
*
|
|
15549
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15576
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F13)
|
|
15550
15577
|
*/
|
|
15551
|
-
export interface
|
|
15552
|
-
Name: "
|
|
15553
|
-
Value:
|
|
15578
|
+
export interface F13 extends globalThis.EnumItem {
|
|
15579
|
+
Name: "F13";
|
|
15580
|
+
Value: 294;
|
|
15554
15581
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15555
15582
|
}
|
|
15556
|
-
export const
|
|
15583
|
+
export const F13: F13;
|
|
15557
15584
|
/**
|
|
15558
|
-
*
|
|
15585
|
+
* The `F14` key. Only present on certain keyboards.
|
|
15559
15586
|
*
|
|
15560
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15587
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F14)
|
|
15561
15588
|
*/
|
|
15562
|
-
export interface
|
|
15563
|
-
Name: "
|
|
15564
|
-
Value:
|
|
15589
|
+
export interface F14 extends globalThis.EnumItem {
|
|
15590
|
+
Name: "F14";
|
|
15591
|
+
Value: 295;
|
|
15565
15592
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15566
15593
|
}
|
|
15567
|
-
export const
|
|
15594
|
+
export const F14: F14;
|
|
15568
15595
|
/**
|
|
15569
|
-
*
|
|
15596
|
+
* The `F15` key. Only present on certain keyboards.
|
|
15570
15597
|
*
|
|
15571
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15598
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F15)
|
|
15572
15599
|
*/
|
|
15573
|
-
export interface
|
|
15574
|
-
Name: "
|
|
15575
|
-
Value:
|
|
15600
|
+
export interface F15 extends globalThis.EnumItem {
|
|
15601
|
+
Name: "F15";
|
|
15602
|
+
Value: 296;
|
|
15576
15603
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15577
15604
|
}
|
|
15578
|
-
export const
|
|
15605
|
+
export const F15: F15;
|
|
15579
15606
|
/**
|
|
15580
|
-
*
|
|
15607
|
+
* The `Num Lock` key on the keypad cluster.
|
|
15581
15608
|
*
|
|
15582
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15609
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#NumLock)
|
|
15583
15610
|
*/
|
|
15584
|
-
export interface
|
|
15585
|
-
Name: "
|
|
15586
|
-
Value:
|
|
15611
|
+
export interface NumLock extends globalThis.EnumItem {
|
|
15612
|
+
Name: "NumLock";
|
|
15613
|
+
Value: 300;
|
|
15587
15614
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15588
15615
|
}
|
|
15589
|
-
export const
|
|
15616
|
+
export const NumLock: NumLock;
|
|
15590
15617
|
/**
|
|
15591
|
-
*
|
|
15618
|
+
* The `Caps Lock` key.
|
|
15592
15619
|
*
|
|
15593
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15620
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#CapsLock)
|
|
15594
15621
|
*/
|
|
15595
|
-
export interface
|
|
15596
|
-
Name: "
|
|
15597
|
-
Value:
|
|
15622
|
+
export interface CapsLock extends globalThis.EnumItem {
|
|
15623
|
+
Name: "CapsLock";
|
|
15624
|
+
Value: 301;
|
|
15598
15625
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15599
15626
|
}
|
|
15600
|
-
export const
|
|
15627
|
+
export const CapsLock: CapsLock;
|
|
15601
15628
|
/**
|
|
15602
|
-
*
|
|
15629
|
+
* The `Scr Lock` key.
|
|
15603
15630
|
*
|
|
15604
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15631
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ScrollLock)
|
|
15605
15632
|
*/
|
|
15606
|
-
export interface
|
|
15607
|
-
Name: "
|
|
15608
|
-
Value:
|
|
15633
|
+
export interface ScrollLock extends globalThis.EnumItem {
|
|
15634
|
+
Name: "ScrollLock";
|
|
15635
|
+
Value: 302;
|
|
15609
15636
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15610
15637
|
}
|
|
15611
|
-
export const
|
|
15638
|
+
export const ScrollLock: ScrollLock;
|
|
15612
15639
|
/**
|
|
15613
|
-
*
|
|
15640
|
+
* The right side `Shift` key.
|
|
15614
15641
|
*
|
|
15615
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15642
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightShift)
|
|
15616
15643
|
*/
|
|
15617
|
-
export interface
|
|
15618
|
-
Name: "
|
|
15619
|
-
Value:
|
|
15644
|
+
export interface RightShift extends globalThis.EnumItem {
|
|
15645
|
+
Name: "RightShift";
|
|
15646
|
+
Value: 303;
|
|
15620
15647
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15621
15648
|
}
|
|
15622
|
-
export const
|
|
15649
|
+
export const RightShift: RightShift;
|
|
15623
15650
|
/**
|
|
15624
|
-
*
|
|
15651
|
+
* The left side `Shift` key.
|
|
15625
15652
|
*
|
|
15626
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15653
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftShift)
|
|
15627
15654
|
*/
|
|
15628
|
-
export interface
|
|
15629
|
-
Name: "
|
|
15630
|
-
Value:
|
|
15655
|
+
export interface LeftShift extends globalThis.EnumItem {
|
|
15656
|
+
Name: "LeftShift";
|
|
15657
|
+
Value: 304;
|
|
15631
15658
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15632
15659
|
}
|
|
15633
|
-
export const
|
|
15660
|
+
export const LeftShift: LeftShift;
|
|
15634
15661
|
/**
|
|
15635
|
-
*
|
|
15662
|
+
* The right side `Ctrl` key.
|
|
15636
15663
|
*
|
|
15637
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15664
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightControl)
|
|
15638
15665
|
*/
|
|
15639
|
-
export interface
|
|
15640
|
-
Name: "
|
|
15641
|
-
Value:
|
|
15666
|
+
export interface RightControl extends globalThis.EnumItem {
|
|
15667
|
+
Name: "RightControl";
|
|
15668
|
+
Value: 305;
|
|
15642
15669
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15643
15670
|
}
|
|
15644
|
-
export const
|
|
15671
|
+
export const RightControl: RightControl;
|
|
15645
15672
|
/**
|
|
15646
|
-
*
|
|
15673
|
+
* The left side `Ctrl` key.
|
|
15647
15674
|
*
|
|
15648
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15675
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftControl)
|
|
15649
15676
|
*/
|
|
15650
|
-
export interface
|
|
15651
|
-
Name: "
|
|
15652
|
-
Value:
|
|
15677
|
+
export interface LeftControl extends globalThis.EnumItem {
|
|
15678
|
+
Name: "LeftControl";
|
|
15679
|
+
Value: 306;
|
|
15653
15680
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15654
15681
|
}
|
|
15655
|
-
export const
|
|
15682
|
+
export const LeftControl: LeftControl;
|
|
15656
15683
|
/**
|
|
15657
|
-
*
|
|
15684
|
+
* The right side `Alt` key.
|
|
15658
15685
|
*
|
|
15659
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15686
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightAlt)
|
|
15660
15687
|
*/
|
|
15661
|
-
export interface
|
|
15662
|
-
Name: "
|
|
15663
|
-
Value:
|
|
15688
|
+
export interface RightAlt extends globalThis.EnumItem {
|
|
15689
|
+
Name: "RightAlt";
|
|
15690
|
+
Value: 307;
|
|
15664
15691
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15665
15692
|
}
|
|
15666
|
-
export const
|
|
15693
|
+
export const RightAlt: RightAlt;
|
|
15667
15694
|
/**
|
|
15668
|
-
*
|
|
15695
|
+
* The left side `Alt` key.
|
|
15669
15696
|
*
|
|
15670
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15697
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftAlt)
|
|
15671
15698
|
*/
|
|
15672
|
-
export interface
|
|
15673
|
-
Name: "
|
|
15674
|
-
Value:
|
|
15699
|
+
export interface LeftAlt extends globalThis.EnumItem {
|
|
15700
|
+
Name: "LeftAlt";
|
|
15701
|
+
Value: 308;
|
|
15675
15702
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15676
15703
|
}
|
|
15677
|
-
export const
|
|
15704
|
+
export const LeftAlt: LeftAlt;
|
|
15678
15705
|
/**
|
|
15679
|
-
*
|
|
15706
|
+
* The right side `Meta` key.
|
|
15680
15707
|
*
|
|
15681
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15708
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightMeta)
|
|
15682
15709
|
*/
|
|
15683
|
-
export interface
|
|
15684
|
-
Name: "
|
|
15685
|
-
Value:
|
|
15710
|
+
export interface RightMeta extends globalThis.EnumItem {
|
|
15711
|
+
Name: "RightMeta";
|
|
15712
|
+
Value: 309;
|
|
15686
15713
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15687
15714
|
}
|
|
15688
|
-
export const
|
|
15715
|
+
export const RightMeta: RightMeta;
|
|
15689
15716
|
/**
|
|
15690
|
-
*
|
|
15717
|
+
* The left side `Meta` key.
|
|
15691
15718
|
*
|
|
15692
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15719
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftMeta)
|
|
15693
15720
|
*/
|
|
15694
|
-
export interface
|
|
15695
|
-
Name: "
|
|
15696
|
-
Value:
|
|
15721
|
+
export interface LeftMeta extends globalThis.EnumItem {
|
|
15722
|
+
Name: "LeftMeta";
|
|
15723
|
+
Value: 310;
|
|
15697
15724
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15698
15725
|
}
|
|
15699
|
-
export const
|
|
15726
|
+
export const LeftMeta: LeftMeta;
|
|
15700
15727
|
/**
|
|
15701
|
-
*
|
|
15728
|
+
* The left side `Super` key. Better known as the Windows key or Cmd key.
|
|
15702
15729
|
*
|
|
15703
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15730
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftSuper)
|
|
15704
15731
|
*/
|
|
15705
|
-
export interface
|
|
15706
|
-
Name: "
|
|
15707
|
-
Value:
|
|
15732
|
+
export interface LeftSuper extends globalThis.EnumItem {
|
|
15733
|
+
Name: "LeftSuper";
|
|
15734
|
+
Value: 311;
|
|
15708
15735
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15709
15736
|
}
|
|
15710
|
-
export const
|
|
15737
|
+
export const LeftSuper: LeftSuper;
|
|
15711
15738
|
/**
|
|
15712
|
-
*
|
|
15739
|
+
* The right side `Super` key. Better known as the Windows key or Cmd key.
|
|
15713
15740
|
*
|
|
15714
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15741
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightSuper)
|
|
15715
15742
|
*/
|
|
15716
|
-
export interface
|
|
15717
|
-
Name: "
|
|
15718
|
-
Value:
|
|
15743
|
+
export interface RightSuper extends globalThis.EnumItem {
|
|
15744
|
+
Name: "RightSuper";
|
|
15745
|
+
Value: 312;
|
|
15719
15746
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15720
15747
|
}
|
|
15721
|
-
export const
|
|
15748
|
+
export const RightSuper: RightSuper;
|
|
15722
15749
|
/**
|
|
15723
|
-
*
|
|
15750
|
+
* Only present on certain keyboards.
|
|
15724
15751
|
*
|
|
15725
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15752
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Mode)
|
|
15726
15753
|
*/
|
|
15727
|
-
export interface
|
|
15728
|
-
Name: "
|
|
15729
|
-
Value:
|
|
15754
|
+
export interface Mode extends globalThis.EnumItem {
|
|
15755
|
+
Name: "Mode";
|
|
15756
|
+
Value: 313;
|
|
15730
15757
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15731
15758
|
}
|
|
15732
|
-
export const
|
|
15759
|
+
export const Mode: Mode;
|
|
15733
15760
|
/**
|
|
15734
|
-
*
|
|
15761
|
+
* Only present on certain keyboards.
|
|
15735
15762
|
*
|
|
15736
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15763
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Compose)
|
|
15737
15764
|
*/
|
|
15738
|
-
export interface
|
|
15739
|
-
Name: "
|
|
15740
|
-
Value:
|
|
15765
|
+
export interface Compose extends globalThis.EnumItem {
|
|
15766
|
+
Name: "Compose";
|
|
15767
|
+
Value: 314;
|
|
15741
15768
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15742
15769
|
}
|
|
15743
|
-
export const
|
|
15770
|
+
export const Compose: Compose;
|
|
15744
15771
|
/**
|
|
15745
|
-
*
|
|
15772
|
+
* Only present on certain keyboards.
|
|
15746
15773
|
*
|
|
15747
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15774
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Help)
|
|
15748
15775
|
*/
|
|
15749
|
-
export interface
|
|
15750
|
-
Name: "
|
|
15751
|
-
Value:
|
|
15776
|
+
export interface Help extends globalThis.EnumItem {
|
|
15777
|
+
Name: "Help";
|
|
15778
|
+
Value: 315;
|
|
15752
15779
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15753
15780
|
}
|
|
15754
|
-
export const
|
|
15781
|
+
export const Help: Help;
|
|
15755
15782
|
/**
|
|
15756
|
-
*
|
|
15783
|
+
* Only present on certain keyboards.
|
|
15757
15784
|
*
|
|
15758
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15785
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Print)
|
|
15759
15786
|
*/
|
|
15760
|
-
export interface
|
|
15761
|
-
Name: "
|
|
15762
|
-
Value:
|
|
15787
|
+
export interface Print extends globalThis.EnumItem {
|
|
15788
|
+
Name: "Print";
|
|
15789
|
+
Value: 316;
|
|
15763
15790
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15764
15791
|
}
|
|
15765
|
-
export const
|
|
15792
|
+
export const Print: Print;
|
|
15766
15793
|
/**
|
|
15767
|
-
*
|
|
15794
|
+
* Only present on certain keyboards.
|
|
15768
15795
|
*
|
|
15769
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15796
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#SysReq)
|
|
15770
15797
|
*/
|
|
15771
|
-
export interface
|
|
15772
|
-
Name: "
|
|
15773
|
-
Value:
|
|
15798
|
+
export interface SysReq extends globalThis.EnumItem {
|
|
15799
|
+
Name: "SysReq";
|
|
15800
|
+
Value: 317;
|
|
15774
15801
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15775
15802
|
}
|
|
15776
|
-
export const
|
|
15803
|
+
export const SysReq: SysReq;
|
|
15777
15804
|
/**
|
|
15778
|
-
*
|
|
15805
|
+
* Only present on certain keyboards.
|
|
15779
15806
|
*
|
|
15780
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15807
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Break)
|
|
15781
15808
|
*/
|
|
15782
|
-
export interface
|
|
15783
|
-
Name: "
|
|
15784
|
-
Value:
|
|
15809
|
+
export interface Break extends globalThis.EnumItem {
|
|
15810
|
+
Name: "Break";
|
|
15811
|
+
Value: 318;
|
|
15785
15812
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15786
15813
|
}
|
|
15787
|
-
export const
|
|
15814
|
+
export const Break: Break;
|
|
15788
15815
|
/**
|
|
15789
|
-
*
|
|
15816
|
+
* The `Menu` key.
|
|
15790
15817
|
*
|
|
15791
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15818
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Menu)
|
|
15792
15819
|
*/
|
|
15793
|
-
export interface
|
|
15794
|
-
Name: "
|
|
15795
|
-
Value:
|
|
15820
|
+
export interface Menu extends globalThis.EnumItem {
|
|
15821
|
+
Name: "Menu";
|
|
15822
|
+
Value: 319;
|
|
15796
15823
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15797
15824
|
}
|
|
15798
|
-
export const
|
|
15825
|
+
export const Menu: Menu;
|
|
15799
15826
|
/**
|
|
15800
|
-
*
|
|
15827
|
+
* Only present on certain keyboards.
|
|
15801
15828
|
*
|
|
15802
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15829
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Power)
|
|
15803
15830
|
*/
|
|
15804
|
-
export interface
|
|
15805
|
-
Name: "
|
|
15806
|
-
Value:
|
|
15831
|
+
export interface Power extends globalThis.EnumItem {
|
|
15832
|
+
Name: "Power";
|
|
15833
|
+
Value: 320;
|
|
15807
15834
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15808
15835
|
}
|
|
15809
|
-
export const
|
|
15836
|
+
export const Power: Power;
|
|
15810
15837
|
/**
|
|
15811
|
-
*
|
|
15838
|
+
* The `€` key. Only present on certain keyboards.
|
|
15812
15839
|
*
|
|
15813
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15840
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Euro)
|
|
15814
15841
|
*/
|
|
15815
|
-
export interface
|
|
15816
|
-
Name: "
|
|
15817
|
-
Value:
|
|
15842
|
+
export interface Euro extends globalThis.EnumItem {
|
|
15843
|
+
Name: "Euro";
|
|
15844
|
+
Value: 321;
|
|
15818
15845
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15819
15846
|
}
|
|
15820
|
-
export const
|
|
15847
|
+
export const Euro: Euro;
|
|
15821
15848
|
/**
|
|
15822
|
-
*
|
|
15849
|
+
* Only present on certain keyboards.
|
|
15823
15850
|
*
|
|
15824
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15851
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Undo)
|
|
15825
15852
|
*/
|
|
15826
|
-
export interface
|
|
15827
|
-
Name: "
|
|
15828
|
-
Value:
|
|
15853
|
+
export interface Undo extends globalThis.EnumItem {
|
|
15854
|
+
Name: "Undo";
|
|
15855
|
+
Value: 322;
|
|
15829
15856
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15830
15857
|
}
|
|
15831
|
-
export const
|
|
15858
|
+
export const Undo: Undo;
|
|
15832
15859
|
/**
|
|
15833
|
-
*
|
|
15860
|
+
* Gamepad `X` button.
|
|
15834
15861
|
*
|
|
15835
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15862
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonX)
|
|
15836
15863
|
*/
|
|
15837
|
-
export interface
|
|
15838
|
-
Name: "
|
|
15839
|
-
Value:
|
|
15864
|
+
export interface ButtonX extends globalThis.EnumItem {
|
|
15865
|
+
Name: "ButtonX";
|
|
15866
|
+
Value: 1000;
|
|
15840
15867
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15841
15868
|
}
|
|
15842
|
-
export const
|
|
15869
|
+
export const ButtonX: ButtonX;
|
|
15843
15870
|
/**
|
|
15844
|
-
*
|
|
15871
|
+
* Gamepad `Y` button.
|
|
15845
15872
|
*
|
|
15846
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15873
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonY)
|
|
15847
15874
|
*/
|
|
15848
|
-
export interface
|
|
15849
|
-
Name: "
|
|
15850
|
-
Value:
|
|
15875
|
+
export interface ButtonY extends globalThis.EnumItem {
|
|
15876
|
+
Name: "ButtonY";
|
|
15877
|
+
Value: 1001;
|
|
15851
15878
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15852
15879
|
}
|
|
15853
|
-
export const
|
|
15880
|
+
export const ButtonY: ButtonY;
|
|
15854
15881
|
/**
|
|
15855
|
-
*
|
|
15882
|
+
* Gamepad `A` button.
|
|
15856
15883
|
*
|
|
15857
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15884
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonA)
|
|
15858
15885
|
*/
|
|
15859
|
-
export interface
|
|
15860
|
-
Name: "
|
|
15861
|
-
Value:
|
|
15886
|
+
export interface ButtonA extends globalThis.EnumItem {
|
|
15887
|
+
Name: "ButtonA";
|
|
15888
|
+
Value: 1002;
|
|
15862
15889
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15863
15890
|
}
|
|
15864
|
-
export const
|
|
15891
|
+
export const ButtonA: ButtonA;
|
|
15865
15892
|
/**
|
|
15866
|
-
*
|
|
15893
|
+
* Gamepad `B` button.
|
|
15867
15894
|
*
|
|
15868
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15895
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonB)
|
|
15869
15896
|
*/
|
|
15870
|
-
export interface
|
|
15871
|
-
Name: "
|
|
15872
|
-
Value:
|
|
15897
|
+
export interface ButtonB extends globalThis.EnumItem {
|
|
15898
|
+
Name: "ButtonB";
|
|
15899
|
+
Value: 1003;
|
|
15873
15900
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15874
15901
|
}
|
|
15875
|
-
export const
|
|
15902
|
+
export const ButtonB: ButtonB;
|
|
15876
15903
|
/**
|
|
15877
|
-
*
|
|
15904
|
+
* Gamepad `R1` button.
|
|
15878
15905
|
*
|
|
15879
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15906
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR1)
|
|
15880
15907
|
*/
|
|
15881
|
-
export interface
|
|
15882
|
-
Name: "
|
|
15883
|
-
Value:
|
|
15908
|
+
export interface ButtonR1 extends globalThis.EnumItem {
|
|
15909
|
+
Name: "ButtonR1";
|
|
15910
|
+
Value: 1004;
|
|
15884
15911
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15885
15912
|
}
|
|
15886
|
-
export const
|
|
15913
|
+
export const ButtonR1: ButtonR1;
|
|
15887
15914
|
/**
|
|
15888
|
-
*
|
|
15915
|
+
* Gamepad `L1` button.
|
|
15889
15916
|
*
|
|
15890
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15917
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL1)
|
|
15891
15918
|
*/
|
|
15892
|
-
export interface
|
|
15893
|
-
Name: "
|
|
15894
|
-
Value:
|
|
15919
|
+
export interface ButtonL1 extends globalThis.EnumItem {
|
|
15920
|
+
Name: "ButtonL1";
|
|
15921
|
+
Value: 1005;
|
|
15895
15922
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15896
15923
|
}
|
|
15897
|
-
export const
|
|
15924
|
+
export const ButtonL1: ButtonL1;
|
|
15898
15925
|
/**
|
|
15899
|
-
*
|
|
15926
|
+
* Gamepad `R2` button.
|
|
15900
15927
|
*
|
|
15901
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15928
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR2)
|
|
15902
15929
|
*/
|
|
15903
|
-
export interface
|
|
15904
|
-
Name: "
|
|
15905
|
-
Value:
|
|
15930
|
+
export interface ButtonR2 extends globalThis.EnumItem {
|
|
15931
|
+
Name: "ButtonR2";
|
|
15932
|
+
Value: 1006;
|
|
15906
15933
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15907
15934
|
}
|
|
15908
|
-
export const
|
|
15935
|
+
export const ButtonR2: ButtonR2;
|
|
15909
15936
|
/**
|
|
15910
|
-
*
|
|
15937
|
+
* Gamepad `L2` button.
|
|
15911
15938
|
*
|
|
15912
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15939
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL2)
|
|
15913
15940
|
*/
|
|
15914
|
-
export interface
|
|
15915
|
-
Name: "
|
|
15916
|
-
Value:
|
|
15941
|
+
export interface ButtonL2 extends globalThis.EnumItem {
|
|
15942
|
+
Name: "ButtonL2";
|
|
15943
|
+
Value: 1007;
|
|
15917
15944
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15918
15945
|
}
|
|
15919
|
-
export const
|
|
15946
|
+
export const ButtonL2: ButtonL2;
|
|
15920
15947
|
/**
|
|
15921
|
-
*
|
|
15948
|
+
* Gamepad `R3` button.
|
|
15922
15949
|
*
|
|
15923
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15950
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR3)
|
|
15924
15951
|
*/
|
|
15925
|
-
export interface
|
|
15926
|
-
Name: "
|
|
15927
|
-
Value:
|
|
15952
|
+
export interface ButtonR3 extends globalThis.EnumItem {
|
|
15953
|
+
Name: "ButtonR3";
|
|
15954
|
+
Value: 1008;
|
|
15928
15955
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15929
15956
|
}
|
|
15930
|
-
export const
|
|
15957
|
+
export const ButtonR3: ButtonR3;
|
|
15931
15958
|
/**
|
|
15932
|
-
*
|
|
15959
|
+
* Gamepad `L3` button.
|
|
15933
15960
|
*
|
|
15934
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15961
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL3)
|
|
15935
15962
|
*/
|
|
15936
|
-
export interface
|
|
15937
|
-
Name: "
|
|
15938
|
-
Value:
|
|
15963
|
+
export interface ButtonL3 extends globalThis.EnumItem {
|
|
15964
|
+
Name: "ButtonL3";
|
|
15965
|
+
Value: 1009;
|
|
15939
15966
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15940
15967
|
}
|
|
15941
|
-
export const
|
|
15968
|
+
export const ButtonL3: ButtonL3;
|
|
15942
15969
|
/**
|
|
15943
|
-
*
|
|
15970
|
+
* Gamepad `Start` button.
|
|
15944
15971
|
*
|
|
15945
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15972
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonStart)
|
|
15946
15973
|
*/
|
|
15947
|
-
export interface
|
|
15948
|
-
Name: "
|
|
15949
|
-
Value:
|
|
15974
|
+
export interface ButtonStart extends globalThis.EnumItem {
|
|
15975
|
+
Name: "ButtonStart";
|
|
15976
|
+
Value: 1010;
|
|
15950
15977
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15951
15978
|
}
|
|
15952
|
-
export const
|
|
15979
|
+
export const ButtonStart: ButtonStart;
|
|
15953
15980
|
/**
|
|
15954
|
-
*
|
|
15981
|
+
* Gamepad `Select` button.
|
|
15955
15982
|
*
|
|
15956
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15983
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonSelect)
|
|
15957
15984
|
*/
|
|
15958
|
-
export interface
|
|
15959
|
-
Name: "
|
|
15960
|
-
Value:
|
|
15985
|
+
export interface ButtonSelect extends globalThis.EnumItem {
|
|
15986
|
+
Name: "ButtonSelect";
|
|
15987
|
+
Value: 1011;
|
|
15961
15988
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15962
15989
|
}
|
|
15963
|
-
export const
|
|
15990
|
+
export const ButtonSelect: ButtonSelect;
|
|
15964
15991
|
/**
|
|
15965
|
-
*
|
|
15992
|
+
* Left arrow on a gamepad D-pad.
|
|
15966
15993
|
*
|
|
15967
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
15994
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadLeft)
|
|
15968
15995
|
*/
|
|
15969
|
-
export interface
|
|
15970
|
-
Name: "
|
|
15971
|
-
Value:
|
|
15996
|
+
export interface DPadLeft extends globalThis.EnumItem {
|
|
15997
|
+
Name: "DPadLeft";
|
|
15998
|
+
Value: 1012;
|
|
15972
15999
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15973
16000
|
}
|
|
15974
|
-
export const
|
|
16001
|
+
export const DPadLeft: DPadLeft;
|
|
15975
16002
|
/**
|
|
15976
|
-
*
|
|
16003
|
+
* Right arrow on a gamepad D-pad.
|
|
15977
16004
|
*
|
|
15978
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16005
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadRight)
|
|
15979
16006
|
*/
|
|
15980
|
-
export interface
|
|
15981
|
-
Name: "
|
|
15982
|
-
Value:
|
|
16007
|
+
export interface DPadRight extends globalThis.EnumItem {
|
|
16008
|
+
Name: "DPadRight";
|
|
16009
|
+
Value: 1013;
|
|
15983
16010
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15984
16011
|
}
|
|
15985
|
-
export const
|
|
16012
|
+
export const DPadRight: DPadRight;
|
|
15986
16013
|
/**
|
|
15987
|
-
*
|
|
16014
|
+
* Up arrow on a gamepad D-pad.
|
|
15988
16015
|
*
|
|
15989
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16016
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadUp)
|
|
15990
16017
|
*/
|
|
15991
|
-
export interface
|
|
15992
|
-
Name: "
|
|
15993
|
-
Value:
|
|
16018
|
+
export interface DPadUp extends globalThis.EnumItem {
|
|
16019
|
+
Name: "DPadUp";
|
|
16020
|
+
Value: 1014;
|
|
15994
16021
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
15995
16022
|
}
|
|
15996
|
-
export const
|
|
16023
|
+
export const DPadUp: DPadUp;
|
|
15997
16024
|
/**
|
|
15998
|
-
*
|
|
16025
|
+
* Down arrow on a gamepad D-pad.
|
|
15999
16026
|
*
|
|
16000
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16027
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadDown)
|
|
16001
16028
|
*/
|
|
16002
|
-
export interface
|
|
16003
|
-
Name: "
|
|
16004
|
-
Value:
|
|
16029
|
+
export interface DPadDown extends globalThis.EnumItem {
|
|
16030
|
+
Name: "DPadDown";
|
|
16031
|
+
Value: 1015;
|
|
16005
16032
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16006
16033
|
}
|
|
16007
|
-
export const
|
|
16034
|
+
export const DPadDown: DPadDown;
|
|
16008
16035
|
/**
|
|
16009
|
-
*
|
|
16036
|
+
* Gamepad primary thumbstick.
|
|
16010
16037
|
*
|
|
16011
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16038
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1)
|
|
16012
16039
|
*/
|
|
16013
|
-
export interface
|
|
16014
|
-
Name: "
|
|
16015
|
-
Value:
|
|
16040
|
+
export interface Thumbstick1 extends globalThis.EnumItem {
|
|
16041
|
+
Name: "Thumbstick1";
|
|
16042
|
+
Value: 1016;
|
|
16016
16043
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16017
16044
|
}
|
|
16018
|
-
export const
|
|
16045
|
+
export const Thumbstick1: Thumbstick1;
|
|
16019
16046
|
/**
|
|
16020
|
-
*
|
|
16047
|
+
* Gamepad secondary thumbstick.
|
|
16021
16048
|
*
|
|
16022
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16049
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2)
|
|
16023
16050
|
*/
|
|
16024
|
-
export interface
|
|
16025
|
-
Name: "
|
|
16026
|
-
Value:
|
|
16051
|
+
export interface Thumbstick2 extends globalThis.EnumItem {
|
|
16052
|
+
Name: "Thumbstick2";
|
|
16053
|
+
Value: 1017;
|
|
16027
16054
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16028
16055
|
}
|
|
16029
|
-
export const
|
|
16056
|
+
export const Thumbstick2: Thumbstick2;
|
|
16030
16057
|
/**
|
|
16031
16058
|
* Generally not used.
|
|
16032
16059
|
*
|
|
16033
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16060
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World0)
|
|
16034
16061
|
*/
|
|
16035
|
-
export interface
|
|
16036
|
-
Name: "
|
|
16037
|
-
Value:
|
|
16062
|
+
export interface World0 extends globalThis.EnumItem {
|
|
16063
|
+
Name: "World0";
|
|
16064
|
+
Value: 160;
|
|
16038
16065
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16039
16066
|
}
|
|
16040
|
-
export const
|
|
16067
|
+
export const World0: World0;
|
|
16041
16068
|
/**
|
|
16042
16069
|
* Generally not used.
|
|
16043
16070
|
*
|
|
16044
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16071
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World1)
|
|
16045
16072
|
*/
|
|
16046
|
-
export interface
|
|
16047
|
-
Name: "
|
|
16048
|
-
Value:
|
|
16073
|
+
export interface World1 extends globalThis.EnumItem {
|
|
16074
|
+
Name: "World1";
|
|
16075
|
+
Value: 161;
|
|
16049
16076
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16050
16077
|
}
|
|
16051
|
-
export const
|
|
16078
|
+
export const World1: World1;
|
|
16052
16079
|
/**
|
|
16053
16080
|
* Generally not used.
|
|
16054
16081
|
*
|
|
16055
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16082
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World2)
|
|
16056
16083
|
*/
|
|
16057
|
-
export interface
|
|
16058
|
-
Name: "
|
|
16059
|
-
Value:
|
|
16084
|
+
export interface World2 extends globalThis.EnumItem {
|
|
16085
|
+
Name: "World2";
|
|
16086
|
+
Value: 162;
|
|
16060
16087
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16061
16088
|
}
|
|
16062
|
-
export const
|
|
16089
|
+
export const World2: World2;
|
|
16063
16090
|
/**
|
|
16064
16091
|
* Generally not used.
|
|
16065
16092
|
*
|
|
16066
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16093
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World3)
|
|
16067
16094
|
*/
|
|
16068
|
-
export interface
|
|
16069
|
-
Name: "
|
|
16070
|
-
Value:
|
|
16095
|
+
export interface World3 extends globalThis.EnumItem {
|
|
16096
|
+
Name: "World3";
|
|
16097
|
+
Value: 163;
|
|
16071
16098
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16072
16099
|
}
|
|
16073
|
-
export const
|
|
16100
|
+
export const World3: World3;
|
|
16074
16101
|
/**
|
|
16075
16102
|
* Generally not used.
|
|
16076
16103
|
*
|
|
16077
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16104
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World4)
|
|
16078
16105
|
*/
|
|
16079
|
-
export interface
|
|
16080
|
-
Name: "
|
|
16081
|
-
Value:
|
|
16106
|
+
export interface World4 extends globalThis.EnumItem {
|
|
16107
|
+
Name: "World4";
|
|
16108
|
+
Value: 164;
|
|
16082
16109
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16083
16110
|
}
|
|
16084
|
-
export const
|
|
16111
|
+
export const World4: World4;
|
|
16085
16112
|
/**
|
|
16086
16113
|
* Generally not used.
|
|
16087
16114
|
*
|
|
16088
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16115
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World5)
|
|
16089
16116
|
*/
|
|
16090
|
-
export interface
|
|
16091
|
-
Name: "
|
|
16092
|
-
Value:
|
|
16117
|
+
export interface World5 extends globalThis.EnumItem {
|
|
16118
|
+
Name: "World5";
|
|
16119
|
+
Value: 165;
|
|
16093
16120
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16094
16121
|
}
|
|
16095
|
-
export const
|
|
16122
|
+
export const World5: World5;
|
|
16096
16123
|
/**
|
|
16097
16124
|
* Generally not used.
|
|
16098
16125
|
*
|
|
16099
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16126
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World6)
|
|
16100
16127
|
*/
|
|
16101
|
-
export interface
|
|
16102
|
-
Name: "
|
|
16103
|
-
Value:
|
|
16128
|
+
export interface World6 extends globalThis.EnumItem {
|
|
16129
|
+
Name: "World6";
|
|
16130
|
+
Value: 166;
|
|
16104
16131
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16105
16132
|
}
|
|
16106
|
-
export const
|
|
16133
|
+
export const World6: World6;
|
|
16107
16134
|
/**
|
|
16108
16135
|
* Generally not used.
|
|
16109
16136
|
*
|
|
16110
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16137
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World7)
|
|
16111
16138
|
*/
|
|
16112
|
-
export interface
|
|
16113
|
-
Name: "
|
|
16114
|
-
Value:
|
|
16139
|
+
export interface World7 extends globalThis.EnumItem {
|
|
16140
|
+
Name: "World7";
|
|
16141
|
+
Value: 167;
|
|
16115
16142
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16116
16143
|
}
|
|
16117
|
-
export const
|
|
16144
|
+
export const World7: World7;
|
|
16118
16145
|
/**
|
|
16119
16146
|
* Generally not used.
|
|
16120
16147
|
*
|
|
16121
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16148
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World8)
|
|
16122
16149
|
*/
|
|
16123
|
-
export interface
|
|
16124
|
-
Name: "
|
|
16125
|
-
Value:
|
|
16150
|
+
export interface World8 extends globalThis.EnumItem {
|
|
16151
|
+
Name: "World8";
|
|
16152
|
+
Value: 168;
|
|
16126
16153
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16127
16154
|
}
|
|
16128
|
-
export const
|
|
16155
|
+
export const World8: World8;
|
|
16129
16156
|
/**
|
|
16130
16157
|
* Generally not used.
|
|
16131
16158
|
*
|
|
16132
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16159
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World9)
|
|
16133
16160
|
*/
|
|
16134
|
-
export interface
|
|
16135
|
-
Name: "
|
|
16136
|
-
Value:
|
|
16161
|
+
export interface World9 extends globalThis.EnumItem {
|
|
16162
|
+
Name: "World9";
|
|
16163
|
+
Value: 169;
|
|
16137
16164
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16138
16165
|
}
|
|
16139
|
-
export const
|
|
16166
|
+
export const World9: World9;
|
|
16140
16167
|
/**
|
|
16141
16168
|
* Generally not used.
|
|
16142
16169
|
*
|
|
16143
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16170
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World10)
|
|
16144
16171
|
*/
|
|
16145
|
-
export interface
|
|
16146
|
-
Name: "
|
|
16147
|
-
Value:
|
|
16172
|
+
export interface World10 extends globalThis.EnumItem {
|
|
16173
|
+
Name: "World10";
|
|
16174
|
+
Value: 170;
|
|
16148
16175
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16149
16176
|
}
|
|
16150
|
-
export const
|
|
16177
|
+
export const World10: World10;
|
|
16151
16178
|
/**
|
|
16152
16179
|
* Generally not used.
|
|
16153
16180
|
*
|
|
16154
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16181
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World11)
|
|
16155
16182
|
*/
|
|
16156
|
-
export interface
|
|
16157
|
-
Name: "
|
|
16158
|
-
Value:
|
|
16183
|
+
export interface World11 extends globalThis.EnumItem {
|
|
16184
|
+
Name: "World11";
|
|
16185
|
+
Value: 171;
|
|
16159
16186
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16160
16187
|
}
|
|
16161
|
-
export const
|
|
16188
|
+
export const World11: World11;
|
|
16162
16189
|
/**
|
|
16163
16190
|
* Generally not used.
|
|
16164
16191
|
*
|
|
16165
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16192
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World12)
|
|
16166
16193
|
*/
|
|
16167
|
-
export interface
|
|
16168
|
-
Name: "
|
|
16169
|
-
Value:
|
|
16194
|
+
export interface World12 extends globalThis.EnumItem {
|
|
16195
|
+
Name: "World12";
|
|
16196
|
+
Value: 172;
|
|
16170
16197
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16171
16198
|
}
|
|
16172
|
-
export const
|
|
16199
|
+
export const World12: World12;
|
|
16173
16200
|
/**
|
|
16174
16201
|
* Generally not used.
|
|
16175
16202
|
*
|
|
16176
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16203
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World13)
|
|
16177
16204
|
*/
|
|
16178
|
-
export interface
|
|
16179
|
-
Name: "
|
|
16180
|
-
Value:
|
|
16205
|
+
export interface World13 extends globalThis.EnumItem {
|
|
16206
|
+
Name: "World13";
|
|
16207
|
+
Value: 173;
|
|
16181
16208
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16182
16209
|
}
|
|
16183
|
-
export const
|
|
16210
|
+
export const World13: World13;
|
|
16184
16211
|
/**
|
|
16185
|
-
*
|
|
16212
|
+
* Generally not used.
|
|
16186
16213
|
*
|
|
16187
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16214
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World14)
|
|
16188
16215
|
*/
|
|
16189
|
-
export interface
|
|
16190
|
-
Name: "
|
|
16191
|
-
Value:
|
|
16216
|
+
export interface World14 extends globalThis.EnumItem {
|
|
16217
|
+
Name: "World14";
|
|
16218
|
+
Value: 174;
|
|
16192
16219
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16193
16220
|
}
|
|
16194
|
-
export const
|
|
16221
|
+
export const World14: World14;
|
|
16195
16222
|
/**
|
|
16196
|
-
*
|
|
16223
|
+
* Generally not used.
|
|
16197
16224
|
*
|
|
16198
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16225
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World15)
|
|
16199
16226
|
*/
|
|
16200
|
-
export interface
|
|
16201
|
-
Name: "
|
|
16202
|
-
Value:
|
|
16227
|
+
export interface World15 extends globalThis.EnumItem {
|
|
16228
|
+
Name: "World15";
|
|
16229
|
+
Value: 175;
|
|
16203
16230
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16204
16231
|
}
|
|
16205
|
-
export const
|
|
16232
|
+
export const World15: World15;
|
|
16206
16233
|
/**
|
|
16207
|
-
*
|
|
16234
|
+
* Generally not used.
|
|
16208
16235
|
*
|
|
16209
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16236
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World16)
|
|
16210
16237
|
*/
|
|
16211
|
-
export interface
|
|
16212
|
-
Name: "
|
|
16213
|
-
Value:
|
|
16238
|
+
export interface World16 extends globalThis.EnumItem {
|
|
16239
|
+
Name: "World16";
|
|
16240
|
+
Value: 176;
|
|
16214
16241
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16215
16242
|
}
|
|
16216
|
-
export const
|
|
16243
|
+
export const World16: World16;
|
|
16217
16244
|
/**
|
|
16218
|
-
*
|
|
16245
|
+
* Generally not used.
|
|
16219
16246
|
*
|
|
16220
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16247
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World17)
|
|
16221
16248
|
*/
|
|
16222
|
-
export interface
|
|
16223
|
-
Name: "
|
|
16224
|
-
Value:
|
|
16249
|
+
export interface World17 extends globalThis.EnumItem {
|
|
16250
|
+
Name: "World17";
|
|
16251
|
+
Value: 177;
|
|
16225
16252
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16226
16253
|
}
|
|
16227
|
-
export const
|
|
16254
|
+
export const World17: World17;
|
|
16228
16255
|
/**
|
|
16229
|
-
*
|
|
16256
|
+
* Generally not used.
|
|
16230
16257
|
*
|
|
16231
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16258
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World18)
|
|
16232
16259
|
*/
|
|
16233
|
-
export interface
|
|
16234
|
-
Name: "
|
|
16235
|
-
Value:
|
|
16260
|
+
export interface World18 extends globalThis.EnumItem {
|
|
16261
|
+
Name: "World18";
|
|
16262
|
+
Value: 178;
|
|
16236
16263
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16237
16264
|
}
|
|
16238
|
-
export const
|
|
16265
|
+
export const World18: World18;
|
|
16239
16266
|
/**
|
|
16240
|
-
*
|
|
16267
|
+
* Generally not used.
|
|
16241
16268
|
*
|
|
16242
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16269
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World19)
|
|
16243
16270
|
*/
|
|
16244
|
-
export interface
|
|
16245
|
-
Name: "
|
|
16246
|
-
Value:
|
|
16271
|
+
export interface World19 extends globalThis.EnumItem {
|
|
16272
|
+
Name: "World19";
|
|
16273
|
+
Value: 179;
|
|
16247
16274
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16248
16275
|
}
|
|
16249
|
-
export const
|
|
16276
|
+
export const World19: World19;
|
|
16250
16277
|
/**
|
|
16251
|
-
*
|
|
16278
|
+
* Generally not used.
|
|
16252
16279
|
*
|
|
16253
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16280
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World20)
|
|
16254
16281
|
*/
|
|
16255
|
-
export interface
|
|
16256
|
-
Name: "
|
|
16257
|
-
Value:
|
|
16282
|
+
export interface World20 extends globalThis.EnumItem {
|
|
16283
|
+
Name: "World20";
|
|
16284
|
+
Value: 180;
|
|
16258
16285
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16259
16286
|
}
|
|
16260
|
-
export const
|
|
16287
|
+
export const World20: World20;
|
|
16261
16288
|
/**
|
|
16262
|
-
*
|
|
16289
|
+
* Generally not used.
|
|
16263
16290
|
*
|
|
16264
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16291
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World21)
|
|
16265
16292
|
*/
|
|
16266
|
-
export interface
|
|
16267
|
-
Name: "
|
|
16268
|
-
Value:
|
|
16293
|
+
export interface World21 extends globalThis.EnumItem {
|
|
16294
|
+
Name: "World21";
|
|
16295
|
+
Value: 181;
|
|
16269
16296
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16270
16297
|
}
|
|
16271
|
-
export const
|
|
16298
|
+
export const World21: World21;
|
|
16272
16299
|
/**
|
|
16273
|
-
*
|
|
16300
|
+
* Generally not used.
|
|
16274
16301
|
*
|
|
16275
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16302
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World22)
|
|
16276
16303
|
*/
|
|
16277
|
-
export interface
|
|
16278
|
-
Name: "
|
|
16279
|
-
Value:
|
|
16304
|
+
export interface World22 extends globalThis.EnumItem {
|
|
16305
|
+
Name: "World22";
|
|
16306
|
+
Value: 182;
|
|
16280
16307
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16281
16308
|
}
|
|
16282
|
-
export const
|
|
16309
|
+
export const World22: World22;
|
|
16283
16310
|
/**
|
|
16284
|
-
*
|
|
16311
|
+
* Generally not used.
|
|
16285
16312
|
*
|
|
16286
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16313
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World23)
|
|
16287
16314
|
*/
|
|
16288
|
-
export interface
|
|
16289
|
-
Name: "
|
|
16290
|
-
Value:
|
|
16315
|
+
export interface World23 extends globalThis.EnumItem {
|
|
16316
|
+
Name: "World23";
|
|
16317
|
+
Value: 183;
|
|
16291
16318
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16292
16319
|
}
|
|
16293
|
-
export const
|
|
16320
|
+
export const World23: World23;
|
|
16294
16321
|
/**
|
|
16295
|
-
*
|
|
16322
|
+
* Generally not used.
|
|
16296
16323
|
*
|
|
16297
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16324
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World24)
|
|
16298
16325
|
*/
|
|
16299
|
-
export interface
|
|
16300
|
-
Name: "
|
|
16301
|
-
Value:
|
|
16326
|
+
export interface World24 extends globalThis.EnumItem {
|
|
16327
|
+
Name: "World24";
|
|
16328
|
+
Value: 184;
|
|
16302
16329
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16303
16330
|
}
|
|
16304
|
-
export const
|
|
16331
|
+
export const World24: World24;
|
|
16305
16332
|
/**
|
|
16306
|
-
*
|
|
16333
|
+
* Generally not used.
|
|
16307
16334
|
*
|
|
16308
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16335
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World25)
|
|
16309
16336
|
*/
|
|
16310
|
-
export interface
|
|
16311
|
-
Name: "
|
|
16312
|
-
Value:
|
|
16337
|
+
export interface World25 extends globalThis.EnumItem {
|
|
16338
|
+
Name: "World25";
|
|
16339
|
+
Value: 185;
|
|
16313
16340
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16314
16341
|
}
|
|
16315
|
-
export const
|
|
16342
|
+
export const World25: World25;
|
|
16316
16343
|
/**
|
|
16317
|
-
*
|
|
16344
|
+
* Generally not used.
|
|
16318
16345
|
*
|
|
16319
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16346
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World26)
|
|
16320
16347
|
*/
|
|
16321
|
-
export interface
|
|
16322
|
-
Name: "
|
|
16323
|
-
Value:
|
|
16348
|
+
export interface World26 extends globalThis.EnumItem {
|
|
16349
|
+
Name: "World26";
|
|
16350
|
+
Value: 186;
|
|
16324
16351
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16325
16352
|
}
|
|
16326
|
-
export const
|
|
16353
|
+
export const World26: World26;
|
|
16327
16354
|
/**
|
|
16328
|
-
*
|
|
16355
|
+
* Generally not used.
|
|
16329
16356
|
*
|
|
16330
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16357
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World27)
|
|
16331
16358
|
*/
|
|
16332
|
-
export interface
|
|
16333
|
-
Name: "
|
|
16334
|
-
Value:
|
|
16359
|
+
export interface World27 extends globalThis.EnumItem {
|
|
16360
|
+
Name: "World27";
|
|
16361
|
+
Value: 187;
|
|
16335
16362
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16336
16363
|
}
|
|
16337
|
-
export const
|
|
16364
|
+
export const World27: World27;
|
|
16338
16365
|
/**
|
|
16339
|
-
*
|
|
16366
|
+
* Generally not used.
|
|
16340
16367
|
*
|
|
16341
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16368
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World28)
|
|
16342
16369
|
*/
|
|
16343
|
-
export interface
|
|
16344
|
-
Name: "
|
|
16345
|
-
Value:
|
|
16370
|
+
export interface World28 extends globalThis.EnumItem {
|
|
16371
|
+
Name: "World28";
|
|
16372
|
+
Value: 188;
|
|
16346
16373
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16347
16374
|
}
|
|
16348
|
-
export const
|
|
16375
|
+
export const World28: World28;
|
|
16349
16376
|
/**
|
|
16350
|
-
*
|
|
16377
|
+
* Generally not used.
|
|
16351
16378
|
*
|
|
16352
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16379
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World29)
|
|
16353
16380
|
*/
|
|
16354
|
-
export interface
|
|
16355
|
-
Name: "
|
|
16356
|
-
Value:
|
|
16381
|
+
export interface World29 extends globalThis.EnumItem {
|
|
16382
|
+
Name: "World29";
|
|
16383
|
+
Value: 189;
|
|
16357
16384
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16358
16385
|
}
|
|
16359
|
-
export const
|
|
16386
|
+
export const World29: World29;
|
|
16360
16387
|
/**
|
|
16361
|
-
*
|
|
16388
|
+
* Generally not used.
|
|
16362
16389
|
*
|
|
16363
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16390
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World30)
|
|
16364
16391
|
*/
|
|
16365
|
-
export interface
|
|
16366
|
-
Name: "
|
|
16367
|
-
Value:
|
|
16392
|
+
export interface World30 extends globalThis.EnumItem {
|
|
16393
|
+
Name: "World30";
|
|
16394
|
+
Value: 190;
|
|
16368
16395
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16369
16396
|
}
|
|
16370
|
-
export const
|
|
16397
|
+
export const World30: World30;
|
|
16371
16398
|
/**
|
|
16372
|
-
*
|
|
16399
|
+
* Generally not used.
|
|
16373
16400
|
*
|
|
16374
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16401
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World31)
|
|
16375
16402
|
*/
|
|
16376
|
-
export interface
|
|
16377
|
-
Name: "
|
|
16378
|
-
Value:
|
|
16403
|
+
export interface World31 extends globalThis.EnumItem {
|
|
16404
|
+
Name: "World31";
|
|
16405
|
+
Value: 191;
|
|
16379
16406
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16380
16407
|
}
|
|
16381
|
-
export const
|
|
16408
|
+
export const World31: World31;
|
|
16382
16409
|
/**
|
|
16383
|
-
*
|
|
16410
|
+
* Generally not used.
|
|
16384
16411
|
*
|
|
16385
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16412
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World32)
|
|
16386
16413
|
*/
|
|
16387
|
-
export interface
|
|
16388
|
-
Name: "
|
|
16389
|
-
Value:
|
|
16414
|
+
export interface World32 extends globalThis.EnumItem {
|
|
16415
|
+
Name: "World32";
|
|
16416
|
+
Value: 192;
|
|
16390
16417
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16391
16418
|
}
|
|
16392
|
-
export const
|
|
16419
|
+
export const World32: World32;
|
|
16393
16420
|
/**
|
|
16394
|
-
*
|
|
16421
|
+
* Generally not used.
|
|
16395
16422
|
*
|
|
16396
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16423
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World33)
|
|
16397
16424
|
*/
|
|
16398
|
-
export interface
|
|
16399
|
-
Name: "
|
|
16400
|
-
Value:
|
|
16425
|
+
export interface World33 extends globalThis.EnumItem {
|
|
16426
|
+
Name: "World33";
|
|
16427
|
+
Value: 193;
|
|
16401
16428
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16402
16429
|
}
|
|
16403
|
-
export const
|
|
16430
|
+
export const World33: World33;
|
|
16404
16431
|
/**
|
|
16405
|
-
*
|
|
16432
|
+
* Generally not used.
|
|
16406
16433
|
*
|
|
16407
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16434
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World34)
|
|
16408
16435
|
*/
|
|
16409
|
-
export interface
|
|
16410
|
-
Name: "
|
|
16411
|
-
Value:
|
|
16436
|
+
export interface World34 extends globalThis.EnumItem {
|
|
16437
|
+
Name: "World34";
|
|
16438
|
+
Value: 194;
|
|
16412
16439
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16413
16440
|
}
|
|
16414
|
-
export const
|
|
16441
|
+
export const World34: World34;
|
|
16415
16442
|
/**
|
|
16416
|
-
*
|
|
16443
|
+
* Generally not used.
|
|
16417
16444
|
*
|
|
16418
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16445
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World35)
|
|
16419
16446
|
*/
|
|
16420
|
-
export interface
|
|
16421
|
-
Name: "
|
|
16422
|
-
Value:
|
|
16447
|
+
export interface World35 extends globalThis.EnumItem {
|
|
16448
|
+
Name: "World35";
|
|
16449
|
+
Value: 195;
|
|
16423
16450
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16424
16451
|
}
|
|
16425
|
-
export const
|
|
16452
|
+
export const World35: World35;
|
|
16426
16453
|
/**
|
|
16427
|
-
*
|
|
16454
|
+
* Generally not used.
|
|
16428
16455
|
*
|
|
16429
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16456
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World36)
|
|
16430
16457
|
*/
|
|
16431
|
-
export interface
|
|
16432
|
-
Name: "
|
|
16433
|
-
Value:
|
|
16458
|
+
export interface World36 extends globalThis.EnumItem {
|
|
16459
|
+
Name: "World36";
|
|
16460
|
+
Value: 196;
|
|
16434
16461
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16435
16462
|
}
|
|
16436
|
-
export const
|
|
16463
|
+
export const World36: World36;
|
|
16437
16464
|
/**
|
|
16438
|
-
*
|
|
16465
|
+
* Generally not used.
|
|
16439
16466
|
*
|
|
16440
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16467
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World37)
|
|
16441
16468
|
*/
|
|
16442
|
-
export interface
|
|
16443
|
-
Name: "
|
|
16444
|
-
Value:
|
|
16469
|
+
export interface World37 extends globalThis.EnumItem {
|
|
16470
|
+
Name: "World37";
|
|
16471
|
+
Value: 197;
|
|
16445
16472
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16446
16473
|
}
|
|
16447
|
-
export const
|
|
16474
|
+
export const World37: World37;
|
|
16448
16475
|
/**
|
|
16449
|
-
*
|
|
16476
|
+
* Generally not used.
|
|
16450
16477
|
*
|
|
16451
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16478
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World38)
|
|
16452
16479
|
*/
|
|
16453
|
-
export interface
|
|
16454
|
-
Name: "
|
|
16455
|
-
Value:
|
|
16480
|
+
export interface World38 extends globalThis.EnumItem {
|
|
16481
|
+
Name: "World38";
|
|
16482
|
+
Value: 198;
|
|
16456
16483
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16457
16484
|
}
|
|
16458
|
-
export const
|
|
16485
|
+
export const World38: World38;
|
|
16459
16486
|
/**
|
|
16460
|
-
*
|
|
16487
|
+
* Generally not used.
|
|
16461
16488
|
*
|
|
16462
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16489
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World39)
|
|
16463
16490
|
*/
|
|
16464
|
-
export interface
|
|
16465
|
-
Name: "
|
|
16466
|
-
Value:
|
|
16491
|
+
export interface World39 extends globalThis.EnumItem {
|
|
16492
|
+
Name: "World39";
|
|
16493
|
+
Value: 199;
|
|
16467
16494
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16468
16495
|
}
|
|
16469
|
-
export const
|
|
16496
|
+
export const World39: World39;
|
|
16470
16497
|
/**
|
|
16471
|
-
*
|
|
16498
|
+
* Generally not used.
|
|
16472
16499
|
*
|
|
16473
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16500
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World40)
|
|
16474
16501
|
*/
|
|
16475
|
-
export interface
|
|
16476
|
-
Name: "
|
|
16477
|
-
Value:
|
|
16502
|
+
export interface World40 extends globalThis.EnumItem {
|
|
16503
|
+
Name: "World40";
|
|
16504
|
+
Value: 200;
|
|
16478
16505
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16479
16506
|
}
|
|
16480
|
-
export const
|
|
16507
|
+
export const World40: World40;
|
|
16481
16508
|
/**
|
|
16482
|
-
*
|
|
16509
|
+
* Generally not used.
|
|
16483
16510
|
*
|
|
16484
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16511
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World41)
|
|
16485
16512
|
*/
|
|
16486
|
-
export interface
|
|
16487
|
-
Name: "
|
|
16488
|
-
Value:
|
|
16513
|
+
export interface World41 extends globalThis.EnumItem {
|
|
16514
|
+
Name: "World41";
|
|
16515
|
+
Value: 201;
|
|
16489
16516
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16490
16517
|
}
|
|
16491
|
-
export const
|
|
16518
|
+
export const World41: World41;
|
|
16492
16519
|
/**
|
|
16493
|
-
*
|
|
16520
|
+
* Generally not used.
|
|
16494
16521
|
*
|
|
16495
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16522
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World42)
|
|
16496
16523
|
*/
|
|
16497
|
-
export interface
|
|
16498
|
-
Name: "
|
|
16499
|
-
Value:
|
|
16524
|
+
export interface World42 extends globalThis.EnumItem {
|
|
16525
|
+
Name: "World42";
|
|
16526
|
+
Value: 202;
|
|
16500
16527
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16501
16528
|
}
|
|
16502
|
-
export const
|
|
16529
|
+
export const World42: World42;
|
|
16503
16530
|
/**
|
|
16504
|
-
*
|
|
16531
|
+
* Generally not used.
|
|
16505
16532
|
*
|
|
16506
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16533
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World43)
|
|
16507
16534
|
*/
|
|
16508
|
-
export interface
|
|
16509
|
-
Name: "
|
|
16510
|
-
Value:
|
|
16535
|
+
export interface World43 extends globalThis.EnumItem {
|
|
16536
|
+
Name: "World43";
|
|
16537
|
+
Value: 203;
|
|
16511
16538
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16512
16539
|
}
|
|
16513
|
-
export const
|
|
16540
|
+
export const World43: World43;
|
|
16514
16541
|
/**
|
|
16515
|
-
*
|
|
16542
|
+
* Generally not used.
|
|
16516
16543
|
*
|
|
16517
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16544
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World44)
|
|
16518
16545
|
*/
|
|
16519
|
-
export interface
|
|
16520
|
-
Name: "
|
|
16521
|
-
Value:
|
|
16546
|
+
export interface World44 extends globalThis.EnumItem {
|
|
16547
|
+
Name: "World44";
|
|
16548
|
+
Value: 204;
|
|
16522
16549
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16523
16550
|
}
|
|
16524
|
-
export const
|
|
16551
|
+
export const World44: World44;
|
|
16525
16552
|
/**
|
|
16526
|
-
*
|
|
16553
|
+
* Generally not used.
|
|
16527
16554
|
*
|
|
16528
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16555
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World45)
|
|
16529
16556
|
*/
|
|
16530
|
-
export interface
|
|
16531
|
-
Name: "
|
|
16532
|
-
Value:
|
|
16557
|
+
export interface World45 extends globalThis.EnumItem {
|
|
16558
|
+
Name: "World45";
|
|
16559
|
+
Value: 205;
|
|
16533
16560
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16534
16561
|
}
|
|
16535
|
-
export const
|
|
16562
|
+
export const World45: World45;
|
|
16536
16563
|
/**
|
|
16537
|
-
*
|
|
16564
|
+
* Generally not used.
|
|
16538
16565
|
*
|
|
16539
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16566
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World46)
|
|
16540
16567
|
*/
|
|
16541
|
-
export interface
|
|
16542
|
-
Name: "
|
|
16543
|
-
Value:
|
|
16568
|
+
export interface World46 extends globalThis.EnumItem {
|
|
16569
|
+
Name: "World46";
|
|
16570
|
+
Value: 206;
|
|
16544
16571
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16545
16572
|
}
|
|
16546
|
-
export const
|
|
16573
|
+
export const World46: World46;
|
|
16547
16574
|
/**
|
|
16548
|
-
*
|
|
16575
|
+
* Generally not used.
|
|
16549
16576
|
*
|
|
16550
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16577
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World47)
|
|
16551
16578
|
*/
|
|
16552
|
-
export interface
|
|
16553
|
-
Name: "
|
|
16554
|
-
Value:
|
|
16579
|
+
export interface World47 extends globalThis.EnumItem {
|
|
16580
|
+
Name: "World47";
|
|
16581
|
+
Value: 207;
|
|
16555
16582
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16556
16583
|
}
|
|
16557
|
-
export const
|
|
16584
|
+
export const World47: World47;
|
|
16558
16585
|
/**
|
|
16559
|
-
*
|
|
16586
|
+
* Generally not used.
|
|
16560
16587
|
*
|
|
16561
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16588
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World48)
|
|
16562
16589
|
*/
|
|
16563
|
-
export interface
|
|
16564
|
-
Name: "
|
|
16565
|
-
Value:
|
|
16590
|
+
export interface World48 extends globalThis.EnumItem {
|
|
16591
|
+
Name: "World48";
|
|
16592
|
+
Value: 208;
|
|
16566
16593
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16567
16594
|
}
|
|
16568
|
-
export const
|
|
16595
|
+
export const World48: World48;
|
|
16569
16596
|
/**
|
|
16570
|
-
*
|
|
16597
|
+
* Generally not used.
|
|
16571
16598
|
*
|
|
16572
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16599
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World49)
|
|
16573
16600
|
*/
|
|
16574
|
-
export interface
|
|
16575
|
-
Name: "
|
|
16576
|
-
Value:
|
|
16601
|
+
export interface World49 extends globalThis.EnumItem {
|
|
16602
|
+
Name: "World49";
|
|
16603
|
+
Value: 209;
|
|
16577
16604
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16578
16605
|
}
|
|
16579
|
-
export const
|
|
16606
|
+
export const World49: World49;
|
|
16580
16607
|
/**
|
|
16581
|
-
*
|
|
16608
|
+
* Generally not used.
|
|
16582
16609
|
*
|
|
16583
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16610
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World50)
|
|
16584
16611
|
*/
|
|
16585
|
-
export interface
|
|
16586
|
-
Name: "
|
|
16587
|
-
Value:
|
|
16612
|
+
export interface World50 extends globalThis.EnumItem {
|
|
16613
|
+
Name: "World50";
|
|
16614
|
+
Value: 210;
|
|
16588
16615
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16589
16616
|
}
|
|
16590
|
-
export const
|
|
16617
|
+
export const World50: World50;
|
|
16591
16618
|
/**
|
|
16592
|
-
*
|
|
16619
|
+
* Generally not used.
|
|
16593
16620
|
*
|
|
16594
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16621
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World51)
|
|
16595
16622
|
*/
|
|
16596
|
-
export interface
|
|
16597
|
-
Name: "
|
|
16598
|
-
Value:
|
|
16623
|
+
export interface World51 extends globalThis.EnumItem {
|
|
16624
|
+
Name: "World51";
|
|
16625
|
+
Value: 211;
|
|
16599
16626
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16600
16627
|
}
|
|
16601
|
-
export const
|
|
16628
|
+
export const World51: World51;
|
|
16602
16629
|
/**
|
|
16603
|
-
*
|
|
16630
|
+
* Generally not used.
|
|
16604
16631
|
*
|
|
16605
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16632
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World52)
|
|
16606
16633
|
*/
|
|
16607
|
-
export interface
|
|
16608
|
-
Name: "
|
|
16609
|
-
Value:
|
|
16634
|
+
export interface World52 extends globalThis.EnumItem {
|
|
16635
|
+
Name: "World52";
|
|
16636
|
+
Value: 212;
|
|
16610
16637
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16611
16638
|
}
|
|
16612
|
-
export const
|
|
16639
|
+
export const World52: World52;
|
|
16613
16640
|
/**
|
|
16614
|
-
*
|
|
16641
|
+
* Generally not used.
|
|
16615
16642
|
*
|
|
16616
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16643
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World53)
|
|
16617
16644
|
*/
|
|
16618
|
-
export interface
|
|
16619
|
-
Name: "
|
|
16620
|
-
Value:
|
|
16645
|
+
export interface World53 extends globalThis.EnumItem {
|
|
16646
|
+
Name: "World53";
|
|
16647
|
+
Value: 213;
|
|
16621
16648
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16622
16649
|
}
|
|
16623
|
-
export const
|
|
16650
|
+
export const World53: World53;
|
|
16624
16651
|
/**
|
|
16625
|
-
*
|
|
16652
|
+
* Generally not used.
|
|
16626
16653
|
*
|
|
16627
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16654
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World54)
|
|
16628
16655
|
*/
|
|
16629
|
-
export interface
|
|
16630
|
-
Name: "
|
|
16631
|
-
Value:
|
|
16656
|
+
export interface World54 extends globalThis.EnumItem {
|
|
16657
|
+
Name: "World54";
|
|
16658
|
+
Value: 214;
|
|
16632
16659
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16633
16660
|
}
|
|
16634
|
-
export const
|
|
16661
|
+
export const World54: World54;
|
|
16635
16662
|
/**
|
|
16636
|
-
*
|
|
16663
|
+
* Generally not used.
|
|
16637
16664
|
*
|
|
16638
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16665
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World55)
|
|
16639
16666
|
*/
|
|
16640
|
-
export interface
|
|
16641
|
-
Name: "
|
|
16642
|
-
Value:
|
|
16667
|
+
export interface World55 extends globalThis.EnumItem {
|
|
16668
|
+
Name: "World55";
|
|
16669
|
+
Value: 215;
|
|
16643
16670
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16644
16671
|
}
|
|
16645
|
-
export const
|
|
16672
|
+
export const World55: World55;
|
|
16646
16673
|
/**
|
|
16647
|
-
*
|
|
16674
|
+
* Generally not used.
|
|
16648
16675
|
*
|
|
16649
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16676
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World56)
|
|
16650
16677
|
*/
|
|
16651
|
-
export interface
|
|
16652
|
-
Name: "
|
|
16653
|
-
Value:
|
|
16678
|
+
export interface World56 extends globalThis.EnumItem {
|
|
16679
|
+
Name: "World56";
|
|
16680
|
+
Value: 216;
|
|
16654
16681
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16655
16682
|
}
|
|
16656
|
-
export const
|
|
16683
|
+
export const World56: World56;
|
|
16657
16684
|
/**
|
|
16658
|
-
*
|
|
16685
|
+
* Generally not used.
|
|
16659
16686
|
*
|
|
16660
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16687
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World57)
|
|
16661
16688
|
*/
|
|
16662
|
-
export interface
|
|
16663
|
-
Name: "
|
|
16664
|
-
Value:
|
|
16689
|
+
export interface World57 extends globalThis.EnumItem {
|
|
16690
|
+
Name: "World57";
|
|
16691
|
+
Value: 217;
|
|
16665
16692
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16666
16693
|
}
|
|
16667
|
-
export const
|
|
16694
|
+
export const World57: World57;
|
|
16668
16695
|
/**
|
|
16669
|
-
*
|
|
16696
|
+
* Generally not used.
|
|
16670
16697
|
*
|
|
16671
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16698
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World58)
|
|
16672
16699
|
*/
|
|
16673
|
-
export interface
|
|
16674
|
-
Name: "
|
|
16675
|
-
Value:
|
|
16700
|
+
export interface World58 extends globalThis.EnumItem {
|
|
16701
|
+
Name: "World58";
|
|
16702
|
+
Value: 218;
|
|
16676
16703
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16677
16704
|
}
|
|
16678
|
-
export const
|
|
16705
|
+
export const World58: World58;
|
|
16679
16706
|
/**
|
|
16680
|
-
*
|
|
16707
|
+
* Generally not used.
|
|
16681
16708
|
*
|
|
16682
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16709
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World59)
|
|
16683
16710
|
*/
|
|
16684
|
-
export interface
|
|
16685
|
-
Name: "
|
|
16686
|
-
Value:
|
|
16711
|
+
export interface World59 extends globalThis.EnumItem {
|
|
16712
|
+
Name: "World59";
|
|
16713
|
+
Value: 219;
|
|
16687
16714
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16688
16715
|
}
|
|
16689
|
-
export const
|
|
16716
|
+
export const World59: World59;
|
|
16690
16717
|
/**
|
|
16691
|
-
*
|
|
16718
|
+
* Generally not used.
|
|
16692
16719
|
*
|
|
16693
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16720
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World60)
|
|
16694
16721
|
*/
|
|
16695
|
-
export interface
|
|
16696
|
-
Name: "
|
|
16697
|
-
Value:
|
|
16722
|
+
export interface World60 extends globalThis.EnumItem {
|
|
16723
|
+
Name: "World60";
|
|
16724
|
+
Value: 220;
|
|
16698
16725
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16699
16726
|
}
|
|
16700
|
-
export const
|
|
16727
|
+
export const World60: World60;
|
|
16701
16728
|
/**
|
|
16702
|
-
*
|
|
16729
|
+
* Generally not used.
|
|
16703
16730
|
*
|
|
16704
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16731
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World61)
|
|
16705
16732
|
*/
|
|
16706
|
-
export interface
|
|
16707
|
-
Name: "
|
|
16708
|
-
Value:
|
|
16733
|
+
export interface World61 extends globalThis.EnumItem {
|
|
16734
|
+
Name: "World61";
|
|
16735
|
+
Value: 221;
|
|
16709
16736
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16710
16737
|
}
|
|
16711
|
-
export const
|
|
16738
|
+
export const World61: World61;
|
|
16712
16739
|
/**
|
|
16713
|
-
*
|
|
16740
|
+
* Generally not used.
|
|
16714
16741
|
*
|
|
16715
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16742
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World62)
|
|
16716
16743
|
*/
|
|
16717
|
-
export interface
|
|
16718
|
-
Name: "
|
|
16719
|
-
Value:
|
|
16744
|
+
export interface World62 extends globalThis.EnumItem {
|
|
16745
|
+
Name: "World62";
|
|
16746
|
+
Value: 222;
|
|
16720
16747
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16721
16748
|
}
|
|
16722
|
-
export const
|
|
16749
|
+
export const World62: World62;
|
|
16723
16750
|
/**
|
|
16724
|
-
*
|
|
16751
|
+
* Generally not used.
|
|
16725
16752
|
*
|
|
16726
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16753
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World63)
|
|
16727
16754
|
*/
|
|
16728
|
-
export interface
|
|
16729
|
-
Name: "
|
|
16730
|
-
Value:
|
|
16755
|
+
export interface World63 extends globalThis.EnumItem {
|
|
16756
|
+
Name: "World63";
|
|
16757
|
+
Value: 223;
|
|
16731
16758
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16732
16759
|
}
|
|
16733
|
-
export const
|
|
16760
|
+
export const World63: World63;
|
|
16734
16761
|
/**
|
|
16735
|
-
*
|
|
16762
|
+
* Generally not used.
|
|
16736
16763
|
*
|
|
16737
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16764
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World64)
|
|
16738
16765
|
*/
|
|
16739
|
-
export interface
|
|
16740
|
-
Name: "
|
|
16741
|
-
Value:
|
|
16766
|
+
export interface World64 extends globalThis.EnumItem {
|
|
16767
|
+
Name: "World64";
|
|
16768
|
+
Value: 224;
|
|
16742
16769
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16743
16770
|
}
|
|
16744
|
-
export const
|
|
16771
|
+
export const World64: World64;
|
|
16745
16772
|
/**
|
|
16746
|
-
*
|
|
16773
|
+
* Generally not used.
|
|
16747
16774
|
*
|
|
16748
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16775
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World65)
|
|
16749
16776
|
*/
|
|
16750
|
-
export interface
|
|
16751
|
-
Name: "
|
|
16752
|
-
Value:
|
|
16777
|
+
export interface World65 extends globalThis.EnumItem {
|
|
16778
|
+
Name: "World65";
|
|
16779
|
+
Value: 225;
|
|
16753
16780
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16754
16781
|
}
|
|
16755
|
-
export const
|
|
16782
|
+
export const World65: World65;
|
|
16756
16783
|
/**
|
|
16757
|
-
*
|
|
16784
|
+
* Generally not used.
|
|
16758
16785
|
*
|
|
16759
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16786
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World66)
|
|
16760
16787
|
*/
|
|
16761
|
-
export interface
|
|
16762
|
-
Name: "
|
|
16763
|
-
Value:
|
|
16788
|
+
export interface World66 extends globalThis.EnumItem {
|
|
16789
|
+
Name: "World66";
|
|
16790
|
+
Value: 226;
|
|
16764
16791
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16765
16792
|
}
|
|
16766
|
-
export const
|
|
16793
|
+
export const World66: World66;
|
|
16767
16794
|
/**
|
|
16768
|
-
*
|
|
16795
|
+
* Generally not used.
|
|
16769
16796
|
*
|
|
16770
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16797
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World67)
|
|
16771
16798
|
*/
|
|
16772
|
-
export interface
|
|
16773
|
-
Name: "
|
|
16774
|
-
Value:
|
|
16799
|
+
export interface World67 extends globalThis.EnumItem {
|
|
16800
|
+
Name: "World67";
|
|
16801
|
+
Value: 227;
|
|
16775
16802
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16776
16803
|
}
|
|
16777
|
-
export const
|
|
16804
|
+
export const World67: World67;
|
|
16778
16805
|
/**
|
|
16779
|
-
*
|
|
16806
|
+
* Generally not used.
|
|
16780
16807
|
*
|
|
16781
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16808
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World68)
|
|
16782
16809
|
*/
|
|
16783
|
-
export interface
|
|
16784
|
-
Name: "
|
|
16785
|
-
Value:
|
|
16810
|
+
export interface World68 extends globalThis.EnumItem {
|
|
16811
|
+
Name: "World68";
|
|
16812
|
+
Value: 228;
|
|
16786
16813
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16787
16814
|
}
|
|
16788
|
-
export const
|
|
16815
|
+
export const World68: World68;
|
|
16789
16816
|
/**
|
|
16790
|
-
*
|
|
16817
|
+
* Generally not used.
|
|
16791
16818
|
*
|
|
16792
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16819
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World69)
|
|
16793
16820
|
*/
|
|
16794
|
-
export interface
|
|
16795
|
-
Name: "
|
|
16796
|
-
Value:
|
|
16821
|
+
export interface World69 extends globalThis.EnumItem {
|
|
16822
|
+
Name: "World69";
|
|
16823
|
+
Value: 229;
|
|
16797
16824
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16798
16825
|
}
|
|
16799
|
-
export const
|
|
16826
|
+
export const World69: World69;
|
|
16800
16827
|
/**
|
|
16801
|
-
*
|
|
16828
|
+
* Generally not used.
|
|
16802
16829
|
*
|
|
16803
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16830
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World70)
|
|
16804
16831
|
*/
|
|
16805
|
-
export interface
|
|
16806
|
-
Name: "
|
|
16807
|
-
Value:
|
|
16832
|
+
export interface World70 extends globalThis.EnumItem {
|
|
16833
|
+
Name: "World70";
|
|
16834
|
+
Value: 230;
|
|
16808
16835
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16809
16836
|
}
|
|
16810
|
-
export const
|
|
16837
|
+
export const World70: World70;
|
|
16811
16838
|
/**
|
|
16812
|
-
*
|
|
16839
|
+
* Generally not used.
|
|
16813
16840
|
*
|
|
16814
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16841
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World71)
|
|
16815
16842
|
*/
|
|
16816
|
-
export interface
|
|
16817
|
-
Name: "
|
|
16818
|
-
Value:
|
|
16843
|
+
export interface World71 extends globalThis.EnumItem {
|
|
16844
|
+
Name: "World71";
|
|
16845
|
+
Value: 231;
|
|
16819
16846
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16820
16847
|
}
|
|
16821
|
-
export const
|
|
16848
|
+
export const World71: World71;
|
|
16822
16849
|
/**
|
|
16823
|
-
*
|
|
16850
|
+
* Generally not used.
|
|
16824
16851
|
*
|
|
16825
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16852
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World72)
|
|
16826
16853
|
*/
|
|
16827
|
-
export interface
|
|
16828
|
-
Name: "
|
|
16829
|
-
Value:
|
|
16854
|
+
export interface World72 extends globalThis.EnumItem {
|
|
16855
|
+
Name: "World72";
|
|
16856
|
+
Value: 232;
|
|
16830
16857
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16831
16858
|
}
|
|
16832
|
-
export const
|
|
16859
|
+
export const World72: World72;
|
|
16833
16860
|
/**
|
|
16834
|
-
*
|
|
16861
|
+
* Generally not used.
|
|
16835
16862
|
*
|
|
16836
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16863
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World73)
|
|
16837
16864
|
*/
|
|
16838
|
-
export interface
|
|
16839
|
-
Name: "
|
|
16840
|
-
Value:
|
|
16865
|
+
export interface World73 extends globalThis.EnumItem {
|
|
16866
|
+
Name: "World73";
|
|
16867
|
+
Value: 233;
|
|
16841
16868
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16842
16869
|
}
|
|
16843
|
-
export const
|
|
16870
|
+
export const World73: World73;
|
|
16844
16871
|
/**
|
|
16845
|
-
*
|
|
16872
|
+
* Generally not used.
|
|
16846
16873
|
*
|
|
16847
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16874
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World74)
|
|
16848
16875
|
*/
|
|
16849
|
-
export interface
|
|
16850
|
-
Name: "
|
|
16851
|
-
Value:
|
|
16876
|
+
export interface World74 extends globalThis.EnumItem {
|
|
16877
|
+
Name: "World74";
|
|
16878
|
+
Value: 234;
|
|
16852
16879
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16853
16880
|
}
|
|
16854
|
-
export const
|
|
16881
|
+
export const World74: World74;
|
|
16855
16882
|
/**
|
|
16856
|
-
*
|
|
16883
|
+
* Generally not used.
|
|
16857
16884
|
*
|
|
16858
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16885
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World75)
|
|
16859
16886
|
*/
|
|
16860
|
-
export interface
|
|
16861
|
-
Name: "
|
|
16862
|
-
Value:
|
|
16887
|
+
export interface World75 extends globalThis.EnumItem {
|
|
16888
|
+
Name: "World75";
|
|
16889
|
+
Value: 235;
|
|
16863
16890
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16864
16891
|
}
|
|
16865
|
-
export const
|
|
16892
|
+
export const World75: World75;
|
|
16866
16893
|
/**
|
|
16867
|
-
*
|
|
16894
|
+
* Generally not used.
|
|
16868
16895
|
*
|
|
16869
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16896
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World76)
|
|
16870
16897
|
*/
|
|
16871
|
-
export interface
|
|
16872
|
-
Name: "
|
|
16873
|
-
Value:
|
|
16898
|
+
export interface World76 extends globalThis.EnumItem {
|
|
16899
|
+
Name: "World76";
|
|
16900
|
+
Value: 236;
|
|
16874
16901
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16875
16902
|
}
|
|
16876
|
-
export const
|
|
16903
|
+
export const World76: World76;
|
|
16877
16904
|
/**
|
|
16878
|
-
*
|
|
16905
|
+
* Generally not used.
|
|
16879
16906
|
*
|
|
16880
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16907
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World77)
|
|
16881
16908
|
*/
|
|
16882
|
-
export interface
|
|
16883
|
-
Name: "
|
|
16884
|
-
Value:
|
|
16909
|
+
export interface World77 extends globalThis.EnumItem {
|
|
16910
|
+
Name: "World77";
|
|
16911
|
+
Value: 237;
|
|
16885
16912
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16886
16913
|
}
|
|
16887
|
-
export const
|
|
16914
|
+
export const World77: World77;
|
|
16888
16915
|
/**
|
|
16889
|
-
*
|
|
16916
|
+
* Generally not used.
|
|
16890
16917
|
*
|
|
16891
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16918
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World78)
|
|
16892
16919
|
*/
|
|
16893
|
-
export interface
|
|
16894
|
-
Name: "
|
|
16895
|
-
Value:
|
|
16920
|
+
export interface World78 extends globalThis.EnumItem {
|
|
16921
|
+
Name: "World78";
|
|
16922
|
+
Value: 238;
|
|
16896
16923
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16897
16924
|
}
|
|
16898
|
-
export const
|
|
16925
|
+
export const World78: World78;
|
|
16899
16926
|
/**
|
|
16900
|
-
*
|
|
16927
|
+
* Generally not used.
|
|
16901
16928
|
*
|
|
16902
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16929
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World79)
|
|
16903
16930
|
*/
|
|
16904
|
-
export interface
|
|
16905
|
-
Name: "
|
|
16906
|
-
Value:
|
|
16931
|
+
export interface World79 extends globalThis.EnumItem {
|
|
16932
|
+
Name: "World79";
|
|
16933
|
+
Value: 239;
|
|
16907
16934
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16908
16935
|
}
|
|
16909
|
-
export const
|
|
16936
|
+
export const World79: World79;
|
|
16910
16937
|
/**
|
|
16911
|
-
*
|
|
16938
|
+
* Generally not used.
|
|
16912
16939
|
*
|
|
16913
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16940
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World80)
|
|
16914
16941
|
*/
|
|
16915
|
-
export interface
|
|
16916
|
-
Name: "
|
|
16917
|
-
Value:
|
|
16942
|
+
export interface World80 extends globalThis.EnumItem {
|
|
16943
|
+
Name: "World80";
|
|
16944
|
+
Value: 240;
|
|
16918
16945
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16919
16946
|
}
|
|
16920
|
-
export const
|
|
16947
|
+
export const World80: World80;
|
|
16921
16948
|
/**
|
|
16922
|
-
*
|
|
16949
|
+
* Generally not used.
|
|
16923
16950
|
*
|
|
16924
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16951
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World81)
|
|
16925
16952
|
*/
|
|
16926
|
-
export interface
|
|
16927
|
-
Name: "
|
|
16928
|
-
Value:
|
|
16953
|
+
export interface World81 extends globalThis.EnumItem {
|
|
16954
|
+
Name: "World81";
|
|
16955
|
+
Value: 241;
|
|
16929
16956
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16930
16957
|
}
|
|
16931
|
-
export const
|
|
16958
|
+
export const World81: World81;
|
|
16932
16959
|
/**
|
|
16933
|
-
*
|
|
16960
|
+
* Generally not used.
|
|
16934
16961
|
*
|
|
16935
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16962
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World82)
|
|
16936
16963
|
*/
|
|
16937
|
-
export interface
|
|
16938
|
-
Name: "
|
|
16939
|
-
Value:
|
|
16964
|
+
export interface World82 extends globalThis.EnumItem {
|
|
16965
|
+
Name: "World82";
|
|
16966
|
+
Value: 242;
|
|
16940
16967
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16941
16968
|
}
|
|
16942
|
-
export const
|
|
16969
|
+
export const World82: World82;
|
|
16943
16970
|
/**
|
|
16944
|
-
*
|
|
16971
|
+
* Generally not used.
|
|
16945
16972
|
*
|
|
16946
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16973
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World83)
|
|
16947
16974
|
*/
|
|
16948
|
-
export interface
|
|
16949
|
-
Name: "
|
|
16950
|
-
Value:
|
|
16975
|
+
export interface World83 extends globalThis.EnumItem {
|
|
16976
|
+
Name: "World83";
|
|
16977
|
+
Value: 243;
|
|
16951
16978
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16952
16979
|
}
|
|
16953
|
-
export const
|
|
16980
|
+
export const World83: World83;
|
|
16954
16981
|
/**
|
|
16955
|
-
*
|
|
16982
|
+
* Generally not used.
|
|
16956
16983
|
*
|
|
16957
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16984
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World84)
|
|
16958
16985
|
*/
|
|
16959
|
-
export interface
|
|
16960
|
-
Name: "
|
|
16961
|
-
Value:
|
|
16986
|
+
export interface World84 extends globalThis.EnumItem {
|
|
16987
|
+
Name: "World84";
|
|
16988
|
+
Value: 244;
|
|
16962
16989
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16963
16990
|
}
|
|
16964
|
-
export const
|
|
16991
|
+
export const World84: World84;
|
|
16965
16992
|
/**
|
|
16966
|
-
*
|
|
16993
|
+
* Generally not used.
|
|
16967
16994
|
*
|
|
16968
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
16995
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World85)
|
|
16969
16996
|
*/
|
|
16970
|
-
export interface
|
|
16971
|
-
Name: "
|
|
16972
|
-
Value:
|
|
16997
|
+
export interface World85 extends globalThis.EnumItem {
|
|
16998
|
+
Name: "World85";
|
|
16999
|
+
Value: 245;
|
|
16973
17000
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16974
17001
|
}
|
|
16975
|
-
export const
|
|
17002
|
+
export const World85: World85;
|
|
16976
17003
|
/**
|
|
16977
|
-
*
|
|
17004
|
+
* Generally not used.
|
|
16978
17005
|
*
|
|
16979
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17006
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World86)
|
|
16980
17007
|
*/
|
|
16981
|
-
export interface
|
|
16982
|
-
Name: "
|
|
16983
|
-
Value:
|
|
17008
|
+
export interface World86 extends globalThis.EnumItem {
|
|
17009
|
+
Name: "World86";
|
|
17010
|
+
Value: 246;
|
|
16984
17011
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16985
17012
|
}
|
|
16986
|
-
export const
|
|
17013
|
+
export const World86: World86;
|
|
16987
17014
|
/**
|
|
16988
|
-
*
|
|
17015
|
+
* Generally not used.
|
|
16989
17016
|
*
|
|
16990
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17017
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World87)
|
|
16991
17018
|
*/
|
|
16992
|
-
export interface
|
|
16993
|
-
Name: "
|
|
16994
|
-
Value:
|
|
17019
|
+
export interface World87 extends globalThis.EnumItem {
|
|
17020
|
+
Name: "World87";
|
|
17021
|
+
Value: 247;
|
|
16995
17022
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
16996
17023
|
}
|
|
16997
|
-
export const
|
|
17024
|
+
export const World87: World87;
|
|
16998
17025
|
/**
|
|
16999
|
-
*
|
|
17026
|
+
* Generally not used.
|
|
17000
17027
|
*
|
|
17001
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17028
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World88)
|
|
17002
17029
|
*/
|
|
17003
|
-
export interface
|
|
17004
|
-
Name: "
|
|
17005
|
-
Value:
|
|
17030
|
+
export interface World88 extends globalThis.EnumItem {
|
|
17031
|
+
Name: "World88";
|
|
17032
|
+
Value: 248;
|
|
17006
17033
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17007
17034
|
}
|
|
17008
|
-
export const
|
|
17035
|
+
export const World88: World88;
|
|
17009
17036
|
/**
|
|
17010
|
-
*
|
|
17037
|
+
* Generally not used.
|
|
17011
17038
|
*
|
|
17012
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17039
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World89)
|
|
17013
17040
|
*/
|
|
17014
|
-
export interface
|
|
17015
|
-
Name: "
|
|
17016
|
-
Value:
|
|
17041
|
+
export interface World89 extends globalThis.EnumItem {
|
|
17042
|
+
Name: "World89";
|
|
17043
|
+
Value: 249;
|
|
17017
17044
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17018
17045
|
}
|
|
17019
|
-
export const
|
|
17046
|
+
export const World89: World89;
|
|
17020
17047
|
/**
|
|
17021
|
-
*
|
|
17048
|
+
* Generally not used.
|
|
17022
17049
|
*
|
|
17023
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17050
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World90)
|
|
17024
17051
|
*/
|
|
17025
|
-
export interface
|
|
17026
|
-
Name: "
|
|
17027
|
-
Value:
|
|
17052
|
+
export interface World90 extends globalThis.EnumItem {
|
|
17053
|
+
Name: "World90";
|
|
17054
|
+
Value: 250;
|
|
17028
17055
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17029
17056
|
}
|
|
17030
|
-
export const
|
|
17057
|
+
export const World90: World90;
|
|
17031
17058
|
/**
|
|
17032
|
-
*
|
|
17059
|
+
* Generally not used.
|
|
17033
17060
|
*
|
|
17034
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17061
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World91)
|
|
17035
17062
|
*/
|
|
17036
|
-
export interface
|
|
17037
|
-
Name: "
|
|
17038
|
-
Value:
|
|
17063
|
+
export interface World91 extends globalThis.EnumItem {
|
|
17064
|
+
Name: "World91";
|
|
17065
|
+
Value: 251;
|
|
17039
17066
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17040
17067
|
}
|
|
17041
|
-
export const
|
|
17068
|
+
export const World91: World91;
|
|
17042
17069
|
/**
|
|
17043
|
-
*
|
|
17070
|
+
* Generally not used.
|
|
17044
17071
|
*
|
|
17045
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17072
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World92)
|
|
17046
17073
|
*/
|
|
17047
|
-
export interface
|
|
17048
|
-
Name: "
|
|
17049
|
-
Value:
|
|
17074
|
+
export interface World92 extends globalThis.EnumItem {
|
|
17075
|
+
Name: "World92";
|
|
17076
|
+
Value: 252;
|
|
17050
17077
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17051
17078
|
}
|
|
17052
|
-
export const
|
|
17079
|
+
export const World92: World92;
|
|
17053
17080
|
/**
|
|
17054
|
-
*
|
|
17081
|
+
* Generally not used.
|
|
17055
17082
|
*
|
|
17056
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17083
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
17057
17084
|
*/
|
|
17058
|
-
export interface
|
|
17059
|
-
Name: "
|
|
17060
|
-
Value:
|
|
17085
|
+
export interface World93 extends globalThis.EnumItem {
|
|
17086
|
+
Name: "World93";
|
|
17087
|
+
Value: 253;
|
|
17061
17088
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17062
17089
|
}
|
|
17063
|
-
export const
|
|
17090
|
+
export const World93: World93;
|
|
17064
17091
|
/**
|
|
17065
|
-
*
|
|
17092
|
+
* Generally not used.
|
|
17066
17093
|
*
|
|
17067
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17094
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
17068
17095
|
*/
|
|
17069
|
-
export interface
|
|
17070
|
-
Name: "
|
|
17071
|
-
Value:
|
|
17096
|
+
export interface World94 extends globalThis.EnumItem {
|
|
17097
|
+
Name: "World94";
|
|
17098
|
+
Value: 254;
|
|
17072
17099
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17073
17100
|
}
|
|
17074
|
-
export const
|
|
17101
|
+
export const World94: World94;
|
|
17075
17102
|
/**
|
|
17076
|
-
*
|
|
17103
|
+
* Generally not used.
|
|
17077
17104
|
*
|
|
17078
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
17105
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
17079
17106
|
*/
|
|
17080
|
-
export interface
|
|
17081
|
-
Name: "
|
|
17082
|
-
Value:
|
|
17107
|
+
export interface World95 extends globalThis.EnumItem {
|
|
17108
|
+
Name: "World95";
|
|
17109
|
+
Value: 255;
|
|
17083
17110
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17084
17111
|
}
|
|
17085
|
-
export const
|
|
17112
|
+
export const World95: World95;
|
|
17086
17113
|
/**
|
|
17087
17114
|
* **Deprecated:** This enum is deprecated and flagged for removal.
|
|
17088
17115
|
*
|
|
@@ -17164,7 +17191,7 @@ declare namespace Enum {
|
|
|
17164
17191
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
17165
17192
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
17166
17193
|
}
|
|
17167
|
-
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.
|
|
17194
|
+
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.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.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
|
|
17168
17195
|
/**
|
|
17169
17196
|
* Describes the interpolation method between two keys.
|
|
17170
17197
|
*
|