Class ComponentDespawnEvent<RoomType>

Emitted when a component is despawned.

Type Parameters

Hierarchy

  • BasicEvent
    • ComponentDespawnEvent

Implements

Properties

Constructors

Properties

eventName: "component.despawn"
component: Networkable<RoomType, NetworkableEvents<Hostable<any>>, Hostable<any>>

The component that this event is for.

eventName: "component.despawn"
room: RoomType

The room or client that the event came from.

Constructors

Generated using TypeDoc