Input permission categories. Used by PlayerInputPermissionCategoryChangeAfterEvent to specify which category was changed and PlayerInputPermissions to get or set permissions.

Enumeration Members

Camera: 1

Player input relating to camera movement.

Dismount: 8

Player input relating to dismounting. When disabled, the player can still dismount vehicles by other means, for example on horses players can still jump off and in boats players can go into another boat.

Jump: 6

Player input relating to jumping. This also affects flying up.

LateralMovement: 4

Player input for moving laterally in the world. This would be WASD on a keyboard or the movement joystick on gamepad or touch.

Mount: 7

Player input relating to mounting vehicles.

MoveBackward: 10

Player input relating to moving the player backward.

MoveForward: 9

Player input relating to moving the player forward.

MoveLeft: 11

Player input relating to moving the player left.

Movement: 2

Player input relating to all player movement. Disabling this is equivalent to disabling jump, sneak, lateral movement, mount, and dismount.

MoveRight: 12

Player input relating to moving the player right.

Sneak: 5

Player input relating to sneak. This also affects flying down.