PlayerDimensionChangeAfterEventSignal Class

Manages callbacks that are connected to successful player dimension changes.

Methods

subscribe

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

Subscribes the specified callback to a player dimension change after event.

Parameters

Returns (arg: PlayerDimensionChangeAfterEvent) => void

Important

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

unsubscribe

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

Removes the specified callback from a player dimension change after event.

Parameters

Important

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