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

Class: PlayerButtonInputAfterEvent

event player

Beta

玩家按下按钮时的事件数据。

Event data for when a player presses a button.

Properties

button

readonly button: InputButton

Beta

此事件涉及的按钮。

Remarks

The button this event is about.


newButtonState

readonly newButtonState: ButtonState

Beta

此按钮转移到的状态。

Remarks

The state that this button transferred to.


player

readonly player: Player

Beta

执行输入事件的玩家。

Remarks

The player that performed the input event.

同领域相关