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/classes/PlayerInputModeChangeAfterEvent.md.

Class: PlayerInputModeChangeAfterEvent

event player

Beta

玩家输入模式更改时的事件数据。

Event data for when a player input mode changes.

Properties

newInputModeUsed

readonly newInputModeUsed: InputMode

Beta

Remarks

玩家使用的新输入模式。

The new input mode used by the player.


player

readonly player: Player

Beta

Remarks

输入模式发生更改的玩家。

The player that had an input mode change.


previousInputModeUsed

readonly previousInputModeUsed: InputMode

Beta

Remarks

玩家之前使用的输入模式。

The previous input mode used by the player.

同领域相关