Struct EventInfoDamageNegatedByShield
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct EventInfoDamageNegatedByShield
Fields
actor
The actor who started the damage.
Declaration
public Actor actor
Field Value
| Type | Description |
|---|---|
| Actor |
damage
Declaration
public FinalDamageData damage
Field Value
| Type | Description |
|---|---|
| FinalDamageData |
negatedAmount
Declaration
public float negatedAmount
Field Value
| Type | Description |
|---|---|
| float |
shield
The shield effect responsible for this event. Only available on server.
Declaration
[NonSerialized]
public ShieldEffect shield
Field Value
| Type | Description |
|---|---|
| ShieldEffect |
victim
Declaration
public Entity victim
Field Value
| Type | Description |
|---|---|
| Entity |