For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/InputPermissionCategory.md.

Enumeration: InputPermissionCategory

permission

Beta

输入权限类别。由 PlayerInputPermissionCategoryChangeAfterEvent 指定哪个类别已更改,以及由 PlayerInputPermissions 获取或设置权限。

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

Enumeration Members

Camera

Camera: 1

Beta

Remarks

与摄像机移动相关的玩家输入。

Player input relating to camera movement.


Dismount

Dismount: 8

Beta

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

Jump: 6

Beta

Remarks

与跳跃相关的玩家输入。这也影响向上飞行。

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


LateralMovement

LateralMovement: 4

Beta

Remarks

玩家在世界中横向移动的输入。在键盘上是 WASD,在手柄或触摸上是移动摇杆。

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


Mount

Mount: 7

Beta

Remarks

与骑乘载具相关的玩家输入。

Player input relating to mounting vehicles.


MoveBackward

MoveBackward: 10

Beta

Remarks

与玩家向后移动相关的输入。

Player input relating to moving the player backward.


MoveForward

MoveForward: 9

Beta

Remarks

与玩家向前移动相关的输入。

Player input relating to moving the player forward.


MoveLeft

MoveLeft: 11

Beta

Remarks

与玩家向左移动相关的输入。

Player input relating to moving the player left.


Movement

Movement: 2

Beta

Remarks

与所有玩家移动相关的输入。禁用此选项相当于禁用跳跃、潜行、横向移动、上马和下马。

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


MoveRight

MoveRight: 12

Beta

Remarks

与玩家向右移动相关的输入。

Player input relating to moving the player right.


Sneak

Sneak: 5

Beta

Remarks

与潜行相关的玩家输入。这也影响向下飞行。

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

同领域相关