Show / Hide Table of Contents

Class GameplayEffect

Inheritance
System.Object
GameplayEffect
Namespace: GameplayAbilitySystem.GameplayEffects
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public class GameplayEffect : ScriptableObject

Properties

| Improve this Doc View Source

GameplayEffectPolicy

Declaration
public GameplayEffectPolicy GameplayEffectPolicy { get; }
Property Value
Type Description
GameplayEffectPolicy
| Improve this Doc View Source

GameplayEffectTags

Declaration
public GameplayEffectTags GameplayEffectTags { get; }
Property Value
Type Description
GameplayEffectTags

Methods

| Improve this Doc View Source

EffectExpired(Single)

Declaration
public bool EffectExpired(float CooldownTimeElapsed)
Parameters
Type Name Description
System.Single CooldownTimeElapsed
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ExecuteEffect(IGameplayAbilitySystem)

Declaration
public bool ExecuteEffect(IGameplayAbilitySystem TargetAbilitySystem)
Parameters
Type Name Description
IGameplayAbilitySystem TargetAbilitySystem
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetOwningTags()

Declaration
public List<GameplayTag> GetOwningTags()
Returns
Type Description
List<GameplayTag>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX