Table of Contents

Class EventBridge.ScriptDespawnGatherableEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

Event triggered by scripts to despawn a gatherable entity.

public record EventBridge.ScriptDespawnGatherableEvent : Event<EventBridge.ScriptDespawnGatherableEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.ScriptDespawnGatherableEvent>>, IEquatable<EventBridge.ScriptDespawnGatherableEvent>
Inheritance
EventBridge.ScriptDespawnGatherableEvent
Implements
Inherited Members
Extension Methods

Constructors

ScriptDespawnGatherableEvent(GatherableAspect, ScriptSpawnData)

Event triggered by scripts to despawn a gatherable entity.

public ScriptDespawnGatherableEvent(GatherableAspect Aspect, ScriptSpawnData Data)

Parameters

Aspect GatherableAspect

The aspect of the gatherable being despawned.

Data ScriptSpawnData

The data associated with the despawn event.

Properties

Aspect

The aspect of the gatherable being despawned.

public GatherableAspect Aspect { get; init; }

Property Value

GatherableAspect

Data

The data associated with the despawn event.

public ScriptSpawnData Data { get; init; }

Property Value

ScriptSpawnData