Show / Hide Table of Contents

Struct AttributeChangeData

Container for attribute change events

Namespace: GameplayAbilitySystem.Attributes
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public struct AttributeChangeData

Fields

| Improve this Doc View Source

Effect

The GameplayEffect that caused the IAttribute change

Declaration
public GameplayEffect Effect
Field Value
Type Description
GameplayEffect
| Improve this Doc View Source

Modifier

Declaration
public IGameplayEffectModifier Modifier
Field Value
Type Description
IGameplayEffectModifier
| Improve this Doc View Source

NewValue

New value of the IAttribute

Declaration
public float NewValue
Field Value
Type Description
System.Single
| Improve this Doc View Source

OldValue

Old value of the IAttribute

Declaration
public float OldValue
Field Value
Type Description
System.Single
| Improve this Doc View Source

Target

The target of this effect

Declaration
public IGameplayAbilitySystem Target
Field Value
Type Description
IGameplayAbilitySystem
  • Improve this Doc
  • View Source
Back to top Generated by DocFX