Table of Contents

Class EventBridge.ScriptSpawnGatherableEvent

Namespace
RisingV.Core
Assembly
RisingV.Core.dll

Event triggered by scripts to spawn a gatherable entity.

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

Constructors

ScriptSpawnGatherableEvent(GatherableAspect, ScriptSpawnData)

Event triggered by scripts to spawn a gatherable entity.

public ScriptSpawnGatherableEvent(GatherableAspect Aspect, ScriptSpawnData Data)

Parameters

Aspect GatherableAspect

The aspect of the gatherable being spawned.

Data ScriptSpawnData

The data associated with the spawn event.

Properties

Aspect

The aspect of the gatherable being spawned.

public GatherableAspect Aspect { get; init; }

Property Value

GatherableAspect

Data

The data associated with the spawn event.

public ScriptSpawnData Data { get; init; }

Property Value

ScriptSpawnData