skeldjs
    Preparing search index...

    Class PlayerSpawnEvent<RoomType>

    Emitted when a player has all of their components fully spawned.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    eventName: "player.spawn" = ...
    player: Player<RoomType>

    The player that this event is for.

    room: RoomType

    The room or client that the event came from.

    eventName: "player.spawn" = ...