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

Class: PlayerJoinAfterEvent

event player

Beta

包含有关已加入的玩家信息。有关玩家首次在游戏中生成后可能返回的更详细信息,请参见 playerSpawn 事件。

Contains information regarding a player that has joined. See the playerSpawn event for more detailed information that could be returned after the first time a player has spawned within the game.

Properties

playerId

readonly playerId: string

Beta

加入游戏的不透明字符串标识符。

Remarks

Opaque string identifier of the player that joined the game.


playerName

readonly playerName: string

Beta

已加入的玩家名称。

Remarks

Name of the player that has joined.

同领域相关