Table of Contents

Class EventBridge.ScriptDespawnMinionEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

Event triggered by scripts to despawn a minion.

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

Constructors

ScriptDespawnMinionEvent(MinionAspect, ScriptSpawnData)

Event triggered by scripts to despawn a minion.

public ScriptDespawnMinionEvent(MinionAspect Aspect, ScriptSpawnData Data)

Parameters

Aspect MinionAspect

The aspect of the minion being despawned.

Data ScriptSpawnData

The data associated with the despawn event.

Properties

Aspect

The aspect of the minion being despawned.

public MinionAspect Aspect { get; init; }

Property Value

MinionAspect

Data

The data associated with the despawn event.

public ScriptSpawnData Data { get; init; }

Property Value

ScriptSpawnData