Struct EventInfoDamageNegatedByImmunity
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct EventInfoDamageNegatedByImmunity
Fields
actor
The actor who started the damage.
Declaration
public Actor actor
Field Value
| Type | Description |
|---|---|
| Actor |
data
Final damage data that is prevented.
Declaration
public FinalDamageData data
Field Value
| Type | Description |
|---|---|
| FinalDamageData |
effect
The basic effect responsible for the negated damage. e.g. ProtectedEffect, InvulnerableEffect
Declaration
public BasicEffect effect
Field Value
| Type | Description |
|---|---|
| BasicEffect |
victim
Victim of the negated damage.
Declaration
public Entity victim
Field Value
| Type | Description |
|---|---|
| Entity |