IPlayerJoinAfterEventSignal Class

Classes that extend IPlayerJoinAfterEventSignal

Provides an adaptable interface for callers to subscribe to an event that fires after a player joins a world.

Methods

subscribe

subscribe(callback: (arg: PlayerJoinAfterEvent) => void): (arg: PlayerJoinAfterEvent) => void

Subscribes to the event.

Parameters

Returns (arg: PlayerJoinAfterEvent) => void

Important

This function can't be called in read-only mode.

unsubscribe

unsubscribe(callback: (arg: PlayerJoinAfterEvent) => void): void

Unsubscribes from the event.

Parameters

Important

This function can't be called in read-only mode.