Enumeration InputPermissionCategory

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

Enumeration Members

Camera: 1

Remarks

Player input relating to camera movement.

Dismount: 8

Remarks

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

Remarks

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

LateralMovement: 4

Remarks

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

Remarks

Player input relating to mounting vehicles.

MoveBackward: 10

Remarks

Player input relating to moving the player backward.

MoveForward: 9

Remarks

Player input relating to moving the player forward.

MoveLeft: 11

Remarks

Player input relating to moving the player left.

MoveRight: 12

Remarks

Player input relating to moving the player right.

Movement: 2

Remarks

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

Sneak: 5

Remarks

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