IPlayerSpawnAfterEventSignal Class

Classes that extend IPlayerSpawnAfterEventSignal

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

Methods

subscribe

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

Subscribes to the event.

Parameters

Returns (arg: PlayerSpawnAfterEvent) => void

Important

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

unsubscribe

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

Unsubscribes from the event.

Parameters

Important

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