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/PlayerGameModeChangeAfterEvent.md.

Class: PlayerGameModeChangeAfterEvent

event player

Beta

包含玩家游戏模式更改后的事件相关信息。

Contains information regarding an event after a players game mode is changed.

Properties

fromGameMode

readonly fromGameMode: GameMode

Beta

更改前的游戏模式。

Remarks

The previous game mode before the change.


player

readonly player: Player

Beta

此事件的源玩家。

Remarks

Source Player for this event.


toGameMode

readonly toGameMode: GameMode

Beta

更改后的当前游戏模式。

Remarks

The current game mode after the change.

同领域相关