Struct EventInfoAttackEffect
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public struct EventInfoAttackEffect
Fields
actor
Declaration
public Actor actor
Field Value
| Type | Description |
|---|---|
| Actor |
attacker
Declaration
public Entity attacker
Field Value
| Type | Description |
|---|---|
| Entity |
chain
Declaration
public ReactionChain chain
Field Value
| Type | Description |
|---|---|
| ReactionChain |
strength
Declaration
public float strength
Field Value
| Type | Description |
|---|---|
| float |
type
Declaration
public AttackEffectType type
Field Value
| Type | Description |
|---|---|
| AttackEffectType |
victim
Declaration
public Entity victim
Field Value
| Type | Description |
|---|---|
| Entity |