Table of Contents

Class RemoveEntitiesEffect

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RemoveEntitiesEffect", "4eb2dfe69a6868cf4aa28a4c913e5676233b0c983221171fb893d3d786e00256")]
public sealed record RemoveEntitiesEffect : TriggerVolumeEffects, IEquatable<RemoveEntitiesEffect>
Inheritance
RemoveEntitiesEffect
Implements
Inherited Members

Properties

Codec

public static Codec<RemoveEntitiesEffect> Codec { get; }

Property Value

Codec<RemoveEntitiesEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

IgnoreInvulnerability

public bool IgnoreInvulnerability { get; init; }

Property Value

bool

IncludeNpcs

public bool IncludeNpcs { get; init; }

Property Value

bool

IncludePlayers

public bool IncludePlayers { get; init; }

Property Value

bool

Interval

public float? Interval { get; init; }

Property Value

float?

MaxCount

public int MaxCount { get; init; }

Property Value

int

Mode

public RemoveEntitiesEffectMode? Mode { get; init; }

Property Value

RemoveEntitiesEffectMode?

Roles

public List<string>? Roles { get; init; }

Property Value

List<string>