Class: PlayerJoinAfterEvent
event playerBeta
包含有关已加入的玩家信息。有关玩家首次在游戏中生成后可能返回的更详细信息,请参见 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
readonlyplayerId:string
Beta
加入游戏的不透明字符串标识符。
Remarks
Opaque string identifier of the player that joined the game.
playerName
readonlyplayerName:string
Beta
已加入的玩家名称。
Remarks
Name of the player that has joined.
